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

checking logout

Former Member
0 Likes
476

Hello,

Do You know how can I check IN ABAP CODE if some user (I have his SAP login)

has logged off from SAP or he is still logged in ???

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
451

Use SM04 or function call PRGN_GET_USERS_LOGGED_IN.

~Suresh

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
452

Use SM04 or function call PRGN_GET_USERS_LOGGED_IN.

~Suresh

Read only

0 Likes
451

Thanks

Reward points given.

Read only

ferry_lianto
Active Contributor
0 Likes
451

Hi,

Please try this FM TH_USER_LIST.

Regards,

Ferry Lianto