Application Development 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: 

Abort the user seeion as in SM04

Former Member
0 Kudos

I have a requirement for that particular user is we click it has to display what all the sessions the particular user has opened in pop up list and if we click on particular session it has to abort that particular session

I have used the following FM in my code :

CALL FUNCTION 'TH_LONG_USR_INFO'

EXPORTING

user = lv_guname

TABLES

user_info = gt_user_info[]

EXCEPTIONS

OTHERS = 1.

CALL FUNCTION 'TH_DELETE_MODE'

EXPORTING

mode = mode.

actually this is working but its closing the session of the current login if I select another cross login its not terminating the session of that Login.

Please anyone can help me with this issue.

4 REPLIES 4

former_member182040
Active Contributor
0 Kudos

Using FM CALL FUNCTION 'TH_DELETE_MODE' close the session of the current Login

Former Member
0 Kudos

Moderator Message: Do Not search on behalf of the OP

Edited by: kishan P on Jan 22, 2011 5:23 PM

0 Kudos

Hi Kishan,

Hope you didn't get the point what i wanted to convey to the OP.

I gave link to the thread which had a similar subject line like : Abort the user seeeion as in SM04. and interestingly had the same requirement with a little modification to the thread content.

Did you see the OP subject line and the link i had given ?

Just have a look at the subject line of both the threads

I don't exactly remember but i had press ABUSE too and had given the link so that moderators could have a look at the link and the thread posted by the OP.

Apologies...If its against rules of posting.

Unfortunately i did find out the link once more. Have a look,here it goes : [Abort the User seeeion as SM04 |;

Edited by: K.Manas on Jan 22, 2011 3:21 PM

former_member182040
Active Contributor
0 Kudos

Don't use CALL FUNCTION 'TH_DELETE_MODE' then and then your issue solve