Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction - please help

Former Member
0 Likes
496

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 don’t want. I want it to go back to the the selection screen that called that transaction.

Please help.

Thanks,

john

3 REPLIES 3
Read only

Former Member
0 Likes
472

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

Read only

former_member194669
Active Contributor
0 Likes
472

If calling transaction is a report then use "submit and return"instead of call transaction.

Read only

Former Member
0 Likes
472

You should use submit and return and definitely ur problem is solved

reward if useful

regards

vivek