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).
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
Website Navigation to related information
|
||||||||||