2008 Aug 29 8:16 AM
HI
How can we use multiple transactions by using bdc_insert.
2008 Aug 29 8:25 AM
Hi,
In between the Open and Close we have to use the BDC_INSERT for the Tcodes you have to do.
BDC_OPEN_GROUP
BSD_INSERT
TCODE = tcode1
BDC_INSERT
TCODE = tcode 2
BDC_CLOSE_GROUP
check the SDN for more on this.
Regards
Lekha
2008 Aug 29 8:25 AM
Hi
multiple transaction is possible using session method.
Have 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.
Regards
Jana
2008 Aug 29 8:25 AM
2008 Aug 29 8:41 AM
2008 Sep 01 12:39 PM
Hi,
call bdc_insert as many transactions as u want within the bdc_open_group & bdc_close_group.
for example.
call function bdc_open_group.
loop at itab.
call function bdc_insert.
call function bdc_insert.
-
-
endloop.
call function bdc_close_group.
Regards
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |