2008 Jan 23 1:23 AM
Hi,
Currently I am using Call transaction as follows:
CALL TRANSACTION <Transaction Code> USING BDCDATA MODE 'E'.
Here is how the process goes:
1. My selection screen comes up I enter data and execute
2. In the background, the other transaction is called and executed
If I am done with that transaction and press back, it goes the initial screen of that transaction which is what I dont want. I want it to go back to the the selection screen that called that transaction.
Please help.
Thanks,
john
2008 Jan 23 1:48 AM
i used to have this confused problem, i changed to call BOR method instead, but this depends on which transaction you called.
if possible you can try call BOR method.
-D
2008 Jan 23 2:03 AM
If calling transaction is a report then use "submit and return"instead of call transaction.
a®
2008 Jan 23 5:23 AM
You should use submit and return and definitely ur problem is solved
reward if useful
regards
vivek