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: 

table & field to identify standard and user defined user

Former Member
0 Kudos

I need to filter out who are all standard and who are all user defined user of sap.I dont know how to filter out both.Is there any table having entry to identify standard users like (sap*,DDIC) and user defined userid.

If not is there any other way to identify this??

Thanks in advance,

Ramesh Kumaar.S

1 ACCEPTED SOLUTION

rejish_balakrishnan
Contributor
0 Kudos

Hi,

Table name : USR02

User Nam : BNAME

user type : USTYP

user group : CLASS

Try to searchvalue of these three fields by providing value of uname as your current user name and try to get to know the exact combination of all the thre fields. and then try to give values to appropriate field and execute.

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check TADIR or TRDIR or TSDIR tables..

Regards

Shiva

Former Member
0 Kudos

Hi Ramesh,

We can Identify the Standard User created by SAP with the following:

Name : starts with SAP or WF-

User Group : GENERIC USER

Regards,

SB.

Former Member
0 Kudos

Check in tables :USER02

All user related table you can get by:

Going to SE11->tables>USER0*(Press F4)

Hope this resolves your issue.

Regards,

Gurpreet

rejish_balakrishnan
Contributor
0 Kudos

Hi,

Table name : USR02

User Nam : BNAME

user type : USTYP

user group : CLASS

Try to searchvalue of these three fields by providing value of uname as your current user name and try to get to know the exact combination of all the thre fields. and then try to give values to appropriate field and execute.

Hello Ramesh,

In table USR02 you can find field ANAME, that is the Creator of the User Master Record: if it is blank, then it should be an SAP standard user.

Regards,

Cris