Dear Friends,
I have created a new session in my program using CALL FUNCTION '<NAME>' STARTING NEW TASK 'T1'.
I am doing some processing in that new session. I want to kill that window (session) after the processing is finished.
Please don't suggest SM04 (This is manual ) and 'LEAVE PROGRAM' (as this doesn't kill the window (session) ).
Any help on this regard, will be highly appreciated.
Thanks and Regards,
Sandeep Sivan
Edited by: sandeep sivan on Oct 13, 2010 10:04 AM
Hi Sandeep,
You can check some task handler FMs as TH_SELECT_MODE followed by TH_DELETE_MODE.
Also possible may be TH_STOP_WP or any other matching TH_* FM
Regards,
Klaus
check this ->Delete ITS session
some adjustment needed to set this thing up.
Add a comment