Open all | Close all


BDC using Call Transaction



BDC using Call transaction involves calling an SAP transaction in back ground from within the ABAP
program. The process involves building an Internal BDC table containing the screen information needed to
execute the required transaction and then passing this to the Call transaction command (See code example).
The full procedure for creating a BDC program is as follows:

STEP 1
Create recording using SM35(or SHDB).

STEP 2
Use recording as a basis to populate the Internal BDC table. See
'FORM bdc_update' within the code example