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

function TH_DELETE_USERS

ifat_bar
Participant
0 Likes
801

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

3 REPLIES 3
Read only

Former Member
0 Likes
553

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

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
553

Hi

Simply use /i to kill the active session.

Regards,

Sreeram

Read only

Former Member
0 Likes
553

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