‎2009 Sep 15 10:22 AM
Hello,
I am looking for a way to delete only one session of a user , not all session.
I used FM TH_DELETE_USERS, but it deletes all sessions of the user.
Please advise.
Regards
Yifat bar
‎2009 Sep 15 10:34 AM
Hey
In my way it cant be done if u try for customising that function module in your own terms den it canbe done .
Since in coding its activting th ewhole condition for deleting the sessions iff t = -1 .
Regards
Swapnil
‎2009 Sep 15 10:36 AM
‎2009 Sep 15 10:41 AM
Hi,
You can go to SM04. Find out the particular User whose session you want to delete. Double click on the User and select the session you want to delete. and say delete .
OR
try this
TH_DELETE_MODE
Edited by: Selva M on Sep 15, 2009 3:34 PM