2006 Oct 07 8:04 AM
i want to execute a transaction from another transaction .
for this i used LEAVE TO TRANSACTION. but what i need is after the completion of called transaction control should come back to the called transaction.
what to do for this?
2006 Oct 07 8:07 AM
2006 Oct 07 8:08 AM
i tdoesn't serve the purpose. bcoz i want to see the output of the called transaction but not its first screen
2006 Oct 07 8:23 AM
2006 Oct 07 8:27 AM
Hi again,
1. probably u can use something like this
CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.
regards,
amit m.
2006 Oct 07 8:08 AM
HI,
don't use leave transaction, used 'CALL TRANSACTION' to call the transaction and control will be return to the first transaction.
REgards,
2006 Oct 07 8:25 AM
Hi,
Use 'CALL TRANSACTION <NAME> AND SKIP FIRST SCREEN'.
Raveendra.
2006 Oct 07 8:27 AM
Hi,
You need to fisrt fill the firstscreen parameters, for this you need to use SET PARAMETER ID for those mandatory fields and those which you want to fill, aftet this one use this statment
CALL TRANSACTION <NAME> AND SKIP FIRST SCREEN
Regards
Sudheer
2006 Oct 07 8:42 AM
hi lavnya,
try this.
CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.
rgds
anver
pls mark all hlpful asnwers