2009 Aug 14 12:19 PM
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.
2009 Aug 14 3:30 PM
With CALL TRANSACTION execute return to calling program once called transaction is finished. You don;t need 'AND RETURN' clause.
2009 Aug 14 6:50 PM
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.