‎2006 Sep 25 10:46 PM
Hi,
I want to delete a session through a custom Program.
Can anybody help me on how can I do it through An abap program.
I want to get the same functionality which we do through
SM04 and not SM12.
for. eg. I want that program should take the userid and
and find how many sessions are open for him and delete the required session.
Please help.
Thanks
GT
‎2006 Sep 26 5:14 AM
You can do this like this :
call function 'TH_DELETE_USER'
exporting client = client
user = user
tid = tid
only_pooled_user = only_pooled_user