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: 

Searching for an FM or Class to see if a user is online

Former Member
0 Kudos

Hi,

is there any FM or CL to see if an usre is online or to see wich users are online?.

I don't want to use SM04 and table USR41.

Thanks.

Ragards Dieter

1 ACCEPTED SOLUTION

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

check FM 'TH_USER_INFO', parameter "act_sessions" will tell you the number of sessions, if this is greater zero the user is online.

Edited by: Rainer Hübenthal on Jun 9, 2008 9:41 AM

2 REPLIES 2

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

check FM 'TH_USER_INFO', parameter "act_sessions" will tell you the number of sessions, if this is greater zero the user is online.

Edited by: Rainer Hübenthal on Jun 9, 2008 9:41 AM

0 Kudos

Hi Rainer,

that's it, thanks.

Regards, Dieter