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

How to know user id without parameter ?

Former Member
0 Likes
662

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..

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
Read only

former_member181966
Active Contributor
0 Likes
589

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

Read only

Former Member
0 Likes
589

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.

Read only

former_member181966
Active Contributor
0 Likes
589

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

Thanks

SK