‎2006 Nov 10 3:34 PM
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
‎2006 Nov 10 9:50 PM
‎2006 Nov 11 7:09 AM
Hi Ravi,
kindly check the following Tcode:
S_BCE_68001400
It gives the list of users in a client.
best regards,
Thangesh
‎2006 Nov 11 7:23 AM
Hello,
Also u can use AL08 for more detail analysis of client login info.
give reward points if usefull.
‎2006 Nov 13 6:41 AM
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
‎2006 Nov 13 1:37 PM
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
‎2006 Nov 13 3:52 PM
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
‎2006 Nov 13 9:51 PM
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.
‎2006 Nov 13 9:33 PM
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
‎2006 Nov 14 11:46 AM
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
‎2006 Nov 18 12:22 PM
Hi,
you can view all the the users using SMO4 transactions and SUIM transactions..
regards
jag
‎2006 Nov 18 1:49 PM
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
‎2006 Nov 20 9:05 AM
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