0% found this document useful (0 votes)
25 views20 pages

Chapter 06 - Processing Batch Input Sessions

The document provides an overview of processing Batch Input Sessions in IBM Global Services, detailing objectives, session management, processing modes, and options available. It emphasizes the importance of using transaction code 'SM35' and the 'RSBDCSUB' program for processing sessions. Additionally, it includes a demonstration and practice section for creating and processing custom batch input sessions.

Uploaded by

Aniruddha_Ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views20 pages

Chapter 06 - Processing Batch Input Sessions

The document provides an overview of processing Batch Input Sessions in IBM Global Services, detailing objectives, session management, processing modes, and options available. It emphasizes the importance of using transaction code 'SM35' and the 'RSBDCSUB' program for processing sessions. Additionally, it includes a demonstration and practice section for creating and processing custom batch input sessions.

Uploaded by

Aniruddha_Ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 20

IBM Global Services

Processing Batch Input Sessions

Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Objectives

 The participants will be able to:


 Process Batch Input Sessions.
 Use the many options in the Batch Input : Session Manager.

2 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Overview

BDC In this chapter, we will


Program learn how to process
batch input sessions.
External
Data

Process SAP
Batch
Batch Database
Input
Input Table
Session
Session

3 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Overview

Process Transaction Code “SM35”


Batch Input
OR
Session
“System -> Services -> Batch input -> Sessions” menu path

4 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Processing Modes

Process batch input session


in the FOREGROUND.

DISPLAY ERRORS ONLY when


processing batch input session.

Process batch input session


in the BACKGROUND.

5 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Processing Modes (Contd.)

Process batch input session


in the FOREGROUND.

DISPLAY ERRORS ONLY when


processing batch input session.

Process batch input session


in the BACKGROUND.

6 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Processing Options

/bdel
/n
/bda
/bde
/bend

7 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Overview Options

Process

Analyze

Delete
Batch
Input
Session Recording

Statistics

Log

8 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Overview Options (Contd.)

Process

Analyze

Delete
Batch
Input
Session Recording

Statistics

Log

9 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Status

Sessions still to be processed

Sessions processed with errors

Sessions processed successfully

Background sessions

Sessions being processed

Sessions being created

10 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Status (Contd.)

Sessions still to be processed

Sessions processed with errors

Sessions processed successfully

Background sessions

Sessions being processed

Sessions being created

11 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Log

Log

12 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Analysis

Session
Log Data

Transaction Status Screen


1 FK02 Processed SAPMF02K 0106
SAPMF02K 0111
2 FK02 Incorrect SAPMF02K 0106
SAPMF02K 0111
3 FK02 Deleted SAPMF02K 0106
SAPMF02K 0111
4 FK02 Processed SAPMF02K 0106
SAPMF02K 0111
5 FK02 SAPMF02K 0106
SAPMF02K 0111

** This is not an analysis of the batch input session from the previous page **

13 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Session Analysis (Contd.)

Session
Log Data

Transaction Status Screen


1 FK02 Processed SAPMF02K 0106
SAPMF02K 0111
2 FK02 Incorrect SAPMF02K 0106
SAPMF02K 0111
3 FK02 Deleted SAPMF02K 0106
SAPMF02K 0111
4 FK02 Processed SAPMF02K 0106
SAPMF02K 0111
5 FK02 SAPMF02K 0106
SAPMF02K 0111

** This is not an analysis of the batch input session from the previous page **

14 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Timing Issue

Remember: A batch input


session is created when you
execute a BDC program (time1),
but it is processed at a different
time (time2).
BDC program
executed -
Batch input
session created
Time2

Time1 Batch input


session processed -
SAP database updated

15 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Program “RSBDCSUB”

Execute program
“RSBDCSUB”

Specify batch input session to process.

Batch input session scheduled to be


processed
in the background.

16 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Demonstration

 Creation of a custom batch input session for transaction XD02 (Change


Customer).
 Processing the created session manually or through RSBDCSUB.

17 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Practice

 Creation of a custom batch input session for transaction XD02 (Change


Customer).
 Processing the created session manually or through RSBDCSUB.

18 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Summary

BDC
Program Batch Input Sessions are sent to the
Batch Input Queue. To update the SAP
External database, these sessions must be
Data processed in SM35 directly or by
“SUBMIT”-ing them to the program
RSBDCSUB

Process SAP
Batch Batch Database
Input Input Table
Session Session

19 Data Interfaces | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Questions

 Why “RSBDCSUB” program is used ?


 Which transaction we used to process Batch Input Session ?
 What are the different modes of processing batch input sessions ?

20 Data Interfaces | Dec-2008 © 2005 IBM Corporation

You might also like