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: 

Locked user in a system

Former Member
0 Kudos

Hi friends,

I want to find out the only locked users locked by admin.Please let me know how to find.

Thanks,

Ankitha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

use transaction SUIM -- User -- With Unsuccessful Logon -- Execute,

and you will able list of users that is locked because of incorrect logon and locked because of manually locked.

on this list, user that is locked by administrator will marked as "lock icon Administrator"

hope it help you

rgds,

Alfonsus Guritno

Edited by: Alfonsus Guritno on Jul 11, 2008 8:24 AM

4 REPLIES 4

Former Member
0 Kudos

hi,

use transaction SUIM -- User -- With Unsuccessful Logon -- Execute,

and you will able list of users that is locked because of incorrect logon and locked because of manually locked.

on this list, user that is locked by administrator will marked as "lock icon Administrator"

hope it help you

rgds,

Alfonsus Guritno

Edited by: Alfonsus Guritno on Jul 11, 2008 8:24 AM

0 Kudos

By using Suim i am not getting all locked users. I tried that.

Is there any report for it or any other method to find.

0 Kudos

hi,

try to browse table USR02 using SE16

display all data

sort by field Lock (USR02 date element XUUFLAG)

there you'll find locked user.

this is the code to translate that :

- 0 User not locked

- 32 (Hex 20) Locked by CUA central administrator

- 64 (Hex 40) Locked by administrator

- 128 (Hex 80) Locked after failed logon

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hi,

Run tcode RSUSR200, in the intial selection screen remove the default ticks on users with invalid logon and users not locked in the "Selection by users group box". The output will be users that are locked it will give you both users locked by administrator and incorrect logons.

Hope this helps:-)