sapdev logo background
sapdev logo sapdev logo
Comments

BDC using Call Transaction




BDC using the SAP Call transaction involves calling an SAP transaction in the background 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




comments powered by Disqus