‎2008 Feb 01 10:50 AM
Hello Experts,
Can we perform mutiple BDC using SHDB ? If yes please give me example to do it?
Reward to helpful answer,
Cheers
KK
‎2008 Feb 01 10:55 AM
Hi ,
Multiple transaction is possible using session method.
One BDC_OPEN_GROUP,
multiple BDC_INSERT s and
one BDC_CLOSE_GROUP.
You should have multiple BDC_INSERT s for multiple transactions.
call function BDC_OPENGROUP.
Build BDC data and cal lBDC_INSERT for transaction 1
Build BDC data and cal lBDC_INSERT for transaction 2
Build BDC data and cal lBDC_INSERT for transaction 3
paas the tcodes to bdc_insert.
call function BDC_CLOSE_GROUP.
also
Go through link below
Do reward if useful...
Thanks,
Madhura
‎2008 Feb 01 10:58 AM
SHDB is used for recording the transaction that can be use later for BDC.For running BDC, we have SM35 and we can run multiple sessions from there.
Regards,
Amit
Reward all helpful replies.