Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc

Former Member
0 Likes
354

what is the function module used to handle multiple transactions in call transaction method.

3 REPLIES 3
Read only

Former Member
0 Likes
332

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

Read only

Former Member
0 Likes
332

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,

Read only

Former Member
0 Likes
332

<b>RFC_CALL_TRANSACTIONS</b> calls multiple transactions.

Regards,

Pavan.