cancel
Showing results for 
Search instead for 
Did you mean: 

Report/FM/RFC that gives a list of Locked users

Former Member
0 Kudos

Is there a Report/FM/RFC/BAPI that gives a list of Locked users please?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try rsusr006

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Hruser,

There are two options two get the locked users.

1. Execute TCode SA38 and run the ABAP Report RSUSR200.

2. Execute Tcode EWZ5.

Thanks

Lokendra Kumar

Former Member
0 Kudos

Hi,

You can try :-

RSUSR006 -> Blocked Users and Users with Incorrect Logons

RSUSR200 -> List of Users According to Logon Date and Password Change

Regards,

SC

Former Member
0 Kudos

Hi,

You can get the locked users from report RSUSR200.

Regards,

phani

Former Member
0 Kudos

Thanks both Reports work! any BAPI?

Someone gave me BAPI_USER_GET_DETAILS, which export parameter gives the Locked ones?