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: 

Need Function Module

Former Member
0 Kudos
128

Hi all,

Is there any function module where in can find if there any multiple logins .

Like if the Same User id is being used 2 persons i am looking at the PC numbers.

can any body please help.

rgds

Ranjith Singh

8 REPLIES 8

Former Member
0 Kudos
92

Hi,

U can check the transaction code SM04.

It gives the user list.

Thanx

Former Member
0 Kudos
92

Hi Ranjith Singh,

I do't You can get PC numbers but you can get Host name in T-code SM04. If you that info we need to debug what FM SAP is using.

Regards,

Suneel G

Former Member
0 Kudos
92

Hi,

SM04 gives me the current situation , where in i am looking at for the previous logons say abt 3 days old.

0 Kudos
92

Hi Ranjit,

Please use the following FM: TH_USER_LIST. The Main program also has lot of FM list .. you can use any of them ..

Hope that Helps

Anirban M

0 Kudos
92

Hi,

If security audit logs are active in your system you will get this data in TCODE SM20

In SM20 give the dates and the Audit class as "Dialog login"

You will find the details in the column "Terminal"

Regards

Former Member
0 Kudos
92

Please use the FM:TH_USER_LIST...it fetches the login id's....

Former Member
0 Kudos
92

use SM04 Tcode

Former Member
0 Kudos
92

Not sure about an FM, but if you grow tired of clicking refresh in SM04 on the application server you are logged onto.... then please take a carefull look at this thread and the table mentioned in it:

Cheers,

Julius