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

DISPLAY USER INFORMATION

Former Member
0 Likes
45,108

Hi All

I am working on SAP 4.7 E

I would like to see the list of users of all the clients in the SAP System from a single point , how can I see it , is there any T-Code or Table or Report to see the list of all the users

answer would be appreciated

Regards

Ravi Kumar Bejugam

12 REPLIES 12
Read only

Former Member
0 Likes
15,362

Hi,

you could use transaction sm04 .

Regards

Bernd

Read only

Former Member
0 Likes
15,362

Hi Ravi,

kindly check the following Tcode:

S_BCE_68001400

It gives the list of users in a client.

best regards,

Thangesh

Read only

Former Member
0 Likes
15,362

Hello,

Also u can use AL08 for more detail analysis of client login info.

give reward points if usefull.

Read only

Former Member
0 Likes
15,362

RAVI

SUIM tx code (User information system), from this screen or single point, you having all types of user reports.

Thanks and Regards

Anwer Waseem

SAP BASIS

Read only

Former Member
0 Likes
15,362

Hi,

If you are looking for a tcode that can give

you a listing of user ids in all clients at once. try

USMM and select the "user classification" button - blank out

the client field and you should get a listing of all ids in all

clients.

JC

Read only

0 Likes
15,362

Hi Jan

I have tried with USMM , I think it is showing only Dialog users from all the clients but I need all other type of users like Reference, Service , Communication......

I think u got my point ......

Thanks for ur reply

ravi

Read only

0 Likes
15,362

Pretty sure back in 4.6 you were able to view all users, but

looks like they changed the functionality so that report will only

show dialog users.

Read only

Former Member
0 Likes
15,362

Hi,

If your after a snapshot then a quick/small ABAP can do the job, or you can manually look in the USR* tables using SE16/SE11. USR02 probably contains the most usefull info but venture into what the other USR* tables store for more info.

Regards

Ashley

Read only

Former Member
0 Likes
15,362

Hi,

If you go to transaction code SUIM --> User --> Users by Complex Selection Criteria --> Users by Complex Selection Criteria, you can find a lot of possibilities.

Best regards,

Agoes

Read only

Former Member
0 Likes
15,362

Hi,

you can view all the the users using SMO4 transactions and SUIM transactions..

regards

jag

Read only

Former Member
0 Likes
15,362

Hi,

if you execute transaction SUIM .. You can see range of options for your search like ,

Users by address data

By Combination of authorizations

By logon date and password change

Users with critical authorizations

regards

mohan

Read only

Former Member
0 Likes
15,362

The best way, as stated above, is to use SE16/SE11 to look at the USR* tables, however this is limited to the current client you are in which is listed in field MANDT. You can, as also stated above, and this is probably the best solution create an ABAP which will allow you to get at the entire table if required, you could then have this written to an external text file report.

Hope this helps.

Regards