Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleteing Session through ABAP Program

Former Member
0 Likes
328

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

1 REPLY 1
Read only

Former Member
0 Likes
282

You can do this like this :

call function 'TH_DELETE_USER'

exporting client = client

user = user

tid = tid

only_pooled_user = only_pooled_user