‎2006 Jun 19 10:27 AM
Hi all,
I'm using FM TH_DELETE_USER to delete a user session, however this will terminate all sessions. Can anyone suggest a system function that will delete a specific user session?
Thanks, Mark
‎2006 Jun 19 10:31 AM
‎2006 Jun 19 10:31 AM
‎2006 Jun 19 10:36 AM
Hi,
Try to make a recording of SM04 might be it work.
because there you can terminate specific sessions.
Regards,
Wasim Ahmed
‎2006 Jun 19 10:39 AM
Hi,
Try Function Module <b>ITS_END_SESSION</b> in the Zprogram.
It will terminate the session of running program from other program.
Thanks,
Ramya.
‎2006 Jun 19 10:44 AM
Hi ,
TH_DELETE_USER kills the sessions of the user.But there is no FM to delete the particular session.
But if you Debug SM50 you get some info.
i tried it i got this...
CALL 'ThWpInfo' ID 'OPCODE' FIELD OPCODE_WP_DEL
ID 'WP_INDEX' FIELD WP_TABL_ALV-WP_INDEX.
in this program <b>RSMON000_ALV</b> you can find the code .
Regards
vijay
‎2006 Jun 19 10:45 AM
HI,
Use
If sy-uname = exxx
Call ITS_END_SESSION
Endif.
Regards,
Nandha
‎2006 Jun 19 10:46 AM
Hi Mark,
Just check SM50 , select the session and Endsession. that exactly matches your requirement. check my previous post.
Regards
vijay