2009 Feb 01 5:12 PM
Hai friends!
how to do multiple transactions within the same session..
plz send me some code..
thanks
2009 Feb 02 5:08 AM
Hai friends!
how to do multiple transactions within the same session..
plz send me some code..
thanks
2009 Feb 02 5:08 AM
2009 Feb 02 5:13 AM
Hi,
Use BDC_INSERT. For multiple transactions, call the function repeatedly.
Hope this helps.
Regards,
Deepthi.
2009 Feb 02 5:13 AM
2009 Feb 02 5:27 AM
2009 Feb 02 5:48 AM
Hi,
Call BDC_INSERT multiple times for different transactions.
Regards,
Madhu
2009 Feb 09 8:55 AM
Hi Ammu,
this link can be helpful
[http://help.sap.com/saphelp_nw70/helpdata/EN/69/c2501a4ba111d189750000e8322d00/frameset.htm]
Regards,
Mdi.Deeba
2009 Feb 09 11:23 AM
Hi,
1. BDC_OPEN_GROUP.
2. BDC_INSERT for each T-CODE in loop.
3. BDC_CLOSE_GROUP.
Thanks,
Asit Purbey.
2009 Feb 09 11:35 AM
Hi,
For multiple transactions u can call the BDC_INSERT function module two times..
ex :
1 . BDC_OPEN_GROUP.
2 . BDC_INSERT ( Pass the First Tcode).
3. BDC_INSERT (Pass the Second Tcode).
4. BDC_CLOSE_GROUP.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |