Calling mulitple transactions in bdc
sir,
i m trying to upload data into sap system through BDC Call transaction method.I want to insert data into two transactions throgh same abap program.Plz help me how i sholud call two transactions and what bout internal tables for these two different transactions, plz attach if u have any code .
thanks
aafaq
Tags:
Bikash Agarwal replied
its like looping thru an internal table..
u just have to do wat u normally do in a bDC program TWICE..
how u manage data within the internal table all depends on u... u can get 2 diff structures from diff flatfiles into 2 diff internal tables and use them.. or separate them after getting them together into 2 internal tables in ur code...