‎2011 May 23 10:54 AM
Hello All,
I have developed one hierarchical ALV list in which there are PUSH buttons provided for user interface.
On pressing this buttons new programs are called.
In the code i have used 'SUBMIT AND RETURN' syntax for this.It working fine and called program is properly being executed in same session.
Now I have new change in this from functional side asking to open this called program in new external session and keep the list as it is in existing session.
Can it be done this way?
If yes how to do it?
Please reply.
Thank You,
‎2011 May 23 11:16 AM
Hi,
You can create a RFC that will call the other program and execute the RFC like this:
CALL FUNCTION 'Z_FUNCTION' STARTING NEW TASK 'TASK1'.
Hope this helps.