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

Need Function Module

Former Member
0 Likes
1,086

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
Read only

Former Member
0 Likes
1,050

Hi,

U can check the transaction code SM04.

It gives the user list.

Thanx

Read only

Former Member
0 Likes
1,050

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

Read only

Former Member
0 Likes
1,050

Hi,

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

Read only

0 Likes
1,050

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

Read only

0 Likes
1,050

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

Read only

Former Member
0 Likes
1,050

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

Read only

Former Member
0 Likes
1,050

use SM04 Tcode

Read only

Former Member
0 Likes
1,050

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