Sunteți pe pagina 1din 1

BDC using CALL TRANSACTION method

Objective: - Steps For implementing BDC using call transaction Method .


When SAP is implemented we need Data to migrate from non-SAP system i.e. Legacy system to
SAP system. One way of doing this is BDC (Batch Data Communication).
Requirement:- For Developing BDC using CALL TRANSACTION method we need to do the
recording of the corresponding transaction & flat file in which data is stored. Flat file can be
Text file or Excel File. In CALL TRANSACTION we also have to create the Error Log file.
In BDC we use structure BDCDATA for Batch Input, which has following components.
PROGRAM - BDC module pool
DYNPRO-

BDC Screen number

DYNBEGIN-

BDC screen start

FNAM-

Field name

FVAL-

BDC field value

A BDCDATA structure can contain the batch input data for only a single run of a transaction

In CALL TRANSACTION method, we need to create Log for the Error Message, for this we use
structure BDCMSGCOLL.
For our demo purpose, we would be considering the file format.
(If you are using the same file for practice make sure you remove the above two heading rows.)

S-ar putea să vă placă și