‎2007 Jul 12 10:24 AM
what is the function module used to handle multiple transactions in call transaction method.
‎2007 Jul 12 10:26 AM
hi..
Follow this skeleton logic:
open_group for tran1
loop at it_data1.
*Populate bddata structures
bdc_insert. for tran1
endloop.
close_group. for tran 1
open_group for tran2
loop at it_data2.
*Populate bddata structures
bdc_insert. for tran2
endloop.
close_group. for tran 2
<b>Reward points if useful</b>
Regards
Ashu
‎2007 Jul 12 10:29 AM
Hi Kln K.
in SHDB while creating bdc for any tcode after recording when it genrate program
save it and again enter tcode for other transcation in this way you can use
multiple transaction in call trasaction bdc.
Reaward if usefull,
‎2007 Jul 12 10:30 AM
<b>RFC_CALL_TRANSACTIONS</b> calls multiple transactions.
Regards,
Pavan.