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: 

How to know user id without parameter ?

Former Member
0 Kudos

Hi,

I would like to know all user ids into SAP system who are created without any parameter, like:

BUK (Company code)

CAC (Controlling area)

Is there any way to find out all ids ?

Thanks..

3 REPLIES 3

former_member181966
Active Contributor
0 Kudos

You can see Uers IDs in table :<b>USR02</b>.

also see table <b>USR05 : User Master Parameter ID</b>

pl..award the points and close the thead if problem solved

Thanks

Saquib

Message was edited by: Saquib Khan

Former Member
0 Kudos

Check out the table USR05.

You can write a small piece of code, first selecting all the users from USR02, and then looking up in USR05 to see which user donot have entry in USR05, i.e. donot have parameters defined.

former_member181966
Active Contributor
0 Kudos

Pl..award the points if it helps you ..

Thanks

SK