‎2009 Mar 16 6:55 PM
What is the tables that contains SAP user name and real name?
Thanks
‎2009 Mar 16 6:59 PM
‎2009 Mar 16 7:00 PM
you can go to SE16N and search for USR* to see all these tables.
‎2009 Apr 29 6:45 AM
hy
i wnt to know about hw many user license in system where stored information in sim file.
thnks
bhavesh
‎2009 Mar 16 7:12 PM
There is one database view USER_ADDR, from where you can directly get the user id as well as user name.
Kuntal
‎2009 Mar 17 3:05 AM
‎2009 Mar 17 4:28 AM
Join USR21 table with ADRP table based on person number to get
both SAP user name and real name.
‎2009 Mar 17 5:05 AM
‎2009 Mar 17 5:08 AM