RSUSR_LOCK_USERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSUSR_LOCK_USERS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: BNAME = D .
Title: Lock / Unlock Users
Text Symbol: 100 = Activity Selection
Text Symbol: 101 = Test Selection
Text Symbol: 102 = Lock Users (Local Lock)
Text Symbol: 103 = Unlock Users (Local Lock)
Text Symbol: 104 = Set the End of the Validity Period to Today (Only for Valid Users)
Text Symbol: 105 = Set the End of the Validity Period to Yesterday (Only for Valid Users)
Text Symbol: 200 = Own user is not processed
Text Symbol: 201 = Error in selection
Text Symbol: 202 = Lock User
Text Symbol: 203 = Unlock User
Text Symbol: 204 = Selected Users
Text Symbol: 205 = Last Day of the Validity Period:
Text Symbol: 206 = No selection. Validity period:
Text Symbol: 502 = Set
Text Symbol: 503 = Not set
Text Symbol: 504 = Password Lock (Incorrect Logons)
Text Symbol: 505 = User Locks (Administrator)
Text Symbol: 506 = Selection by Locks
Text Symbol: 507 = All Users with Administrator or Password Locks
Text Symbol: 508 = Differentiation of Locks
Text Symbol: 509 = Only Users Without Locks
Text Symbol: 036 = Selection by Validity of User
Text Symbol: 000 = User Selection
Text Symbol: 001 = User
Text Symbol: 002 = Group for Authorization
Text Symbol: 003 = Security Policies
Text Symbol: 004 = Days Since Last Logon
Text Symbol: 005 = Days Since Password Change
Text Symbol: 008 = Users with Initial Password
Text Symbol: 013 = Users with Deactivated Password
Text Symbol: 015 = Dialog Users
Text Symbol: 019 = Users with Incorrect Logon Attempts
Text Symbol: 021 = Standard Selection
Text Symbol: 023 = Selection by User Type
Text Symbol: 024 = Selection by Status of the Password
Text Symbol: 025 = Selection by Logon Attempts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_SUIM_API_RSUSR200 call function 'SUSR_SUIM_API_RSUSR200' exporting it_bname = bname[] it_class = class[] it_secpol = secpol[] iv_dtrdat = dtrdat iv_dbcda1 = dbcda1 iv_valid = valid iv_notvalid = notvalid iv_user_lock = lv_u_locks iv_pwd_lock = lv_p_locks iv_locked = locked iv_unlocked = unlocked iv_faillog = faillog iv_succlog = succlog iv_unused = unused iv_diaguser = diaguser iv_commuser = commuser iv_sysuser = sysuser iv_servuser = servuser iv_refuser = refuser iv_defpass = defpass iv_initpass = initpass iv_nopass = nopass importing et_users = lt_users return = lt_return.
SUSR_DISPLAY_LOG call function 'SUSR_DISPLAY_LOG' exporting display_in_popup = ' ' tables it_log_sprot = lt_log_sprot exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEYNR' "#EC NOTEXT value_org = 'S' tables value_tab = lt_f4_text exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEYNR' "#EC NOTEXT value_org = 'S' tables value_tab = lt_f4_text exceptions parameter_error = 1 no_values_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR_LOCK_USERS - Lock / Unlock Users RSUSR_LOCK_USERS - Lock / Unlock Users RSUSR_LOAD_FROM_ARCH_PROF_AUTH - Program RSUSR_LOAD_FROM_ARCHIVE RSUSR_LOAD_FROM_ARCH_PROF_AUTH - Program RSUSR_LOAD_FROM_ARCHIVE RSUSR_LOAD_FROM_ARCH_BATCH - Report RSUSR_LOAD_FROM_ARCH_BATCH RSUSR_LOAD_FROM_ARCH_BATCH - Report RSUSR_LOAD_FROM_ARCH_BATCH