2007 Feb 28 7:55 AM
how to call more than 1 call transaction method in 1 Bdc program.
vamsi.
how to call more than 1 call transaction method in 1 Bdc program.
vamsi.
2007 Feb 28 7:58 AM
More than 1 call transaction??? hmmn...
Do u want to call the same transaction again and again ...
pls elaborate ur issue..
2007 Feb 28 8:00 AM
do this way..
CALL FUNCTION 'COPF_CALL_TRANSACTION'
EXPORTING
TCODE = 'MIGO'
NEW_SESSION = 'X' .
CALL FUNCTION 'COPF_CALL_TRANSACTION'
EXPORTING
TCODE = 'MIRO'
NEW_SESSION = 'X'.
2007 Feb 28 8:00 AM
hi
try using the flag and sy-subrc values.
call transaction tcode using itab mode A updata S messages into messtab.
if sy-subrc = 0.
then call another transaction..
form a chain carefully.
regards,
shamim
2007 Feb 28 8:01 AM
or you can do this way too..
call function 'ABAP4_CALL_TRANSACTION'
starting new task 'TASK_MIGO'
exporting
tcode = 'MIGO'.
call function 'ABAP4_CALL_TRANSACTION'
starting new task 'TASK_MIRO'
exporting
tcode = 'MIRO'.
2007 Feb 28 8:01 AM
Hi Vamshi,
I am sorry to say that, Please go through the SAP basics once and put the questions in the forum.
Don't ask simple questions which can be available in the basic Documentation..
Regards,
Anji
2007 Nov 26 10:50 AM
Hi yamsi challa,
see the next thread:
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums</a>
cordial greetings.
2007 Nov 26 11:03 AM
Excuse me vamsi challa, the link is:
<a href="https://forums.sdn.sap.com/click.jspa?searchID=6931591&messageID=2982057">https://forums.sdn.sap.com/click.jspa?searchID=6931591&messageID=2982057</a>
cordial greetings
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |