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 and return

Former Member
0 Likes
5,710

hi,

From my zprogram (module pool), I need to call another transaction to do something. Once done, I want it to come back to my zprogram screen. How do I do that? I cant use SUBMIT AND RETURN as the called transaction is type module pool.

hi,

From my zprogram (module pool), I need to call another transaction to do something. Once done, I want it to come back to my zprogram screen. How do I do that? I cant use SUBMIT AND RETURN as the called transaction is type module pool.

2 REPLIES 2
Read only

Pawan_Kesari
Active Contributor
0 Likes
3,380

With CALL TRANSACTION execute return to calling program once called transaction is finished. You don;t need 'AND RETURN' clause.

Read only

Former Member
0 Likes
3,380

As pavan has already told you can call the the tcode that you want with the "CALL TRANSACTION AND RETURN". You can set the parameter id that you want or you can pass the BDC table that you want (check the documentation for the command call transaction). When the tcode would be executed then you will be returned into the current processing queue.

With Ragards

George.