2007 Jan 26 7:19 PM
is it possible to run multiple transaction in a session..like i want run 2
transaction xd02,mm02 in one seeion???
or is it possible for a single call transaction program??
plese give me the right answer..
bye
is it possible to run multiple transaction in a session..like i want run 2
transaction xd02,mm02 in one seeion???
or is it possible for a single call transaction program??
plese give me the right answer..
bye
2007 Jan 26 7:27 PM
You will have to prepare the BDC information for each transaction separately and call the transactions separately.
However if you are creating a batch input session, you can have different transactions inserted into it. So you will do BDC_OPEN_GROUP for creating the session, and then do BDC_INSERT for inserting transaction XD02 and another BDC_INSERT for MM02. Make sure that you refresh your BDCDATA internal table after each call.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |