Interview Questions

How to assign multiple transaction codes in a session method to BDC_Insert function module?

SAP Reports,SAP DB,ALE, SAP Tables questions and answers


(Continued from previous question...)

How to assign multiple transaction codes in a session method to BDC_Insert function module?

Call function ' BDC_Insert'
exporting
tr. code = ' enter tr.code1 here'
table = 'give an internal table related totr.code1 here'
call function 'BDC_INSERT'
exporting
tr.code = ' enter 2nd tr code'
tables = ' 2nd internal table'

(Continued on next question...)

Other Interview Questions