SAP Reports / Programs

RSUSR200 SAP ABAP Report - List of Users According to Logon Date and Password Change







RSUSR200 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 RSUSR200 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSUSR200. "Basic submit
SUBMIT RSUSR200 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR200 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BNAME = D .
Selection Text: SUBSYS = Receiving System
Selection Text: SECPOL = Security Policies
Selection Text: DTRDAT = No. days since last logon
Selection Text: DBCDA1 = No. days since password change
Selection Text: CLASS = Group for Authorization
Title: List of Users According to Logon Date and Password Change
Text Symbol: 044 = User is locked
Text Symbol: 045 = Productive password expired
Text Symbol: 046 = Initial password expired
Text Symbol: 047 = Selection Criteria (Corresponds to Selection Criteria from Report RSUSR200):
Text Symbol: 051 = The selection screen contains
Text Symbol: 052 = additional selections that are not displayed
Text Symbol: 053 = Description of Attribute
Text Symbol: 055 = Policy Attributes of Security Policy &1
Text Symbol: 056 = Security Policies
Text Symbol: 060 = Incorrect Logon Attempts + Local and Global Lock
Text Symbol: 061 = Global and Local Administrator Lock
Text Symbol: 062 = Incorrect Logon and Global Administrator Lock
Text Symbol: 063 = Incorrect Logon and Local Administrator Lock
Text Symbol: 070 = Selection of User Data
Text Symbol: 071 = RFC Status for the System:
Text Symbol: 072 = Layout of List
Text Symbol: 073 = List of Users with Incorrect Logons
Text Symbol: 0E0 = Log Display
Text Symbol: 500 = Set
Text Symbol: 501 = Not set
Text Symbol: 504 = Password Lock (Incorrect Logon Attempts)
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: 800 = List Format
Text Symbol: 801 = Title
Text Symbol: 802 = Layout
Text Symbol: 043 = Productive Password
Text Symbol: 001 = System





Text Symbol: 002 = Client
Text Symbol: 003 = Checked By
Text Symbol: 004 = User
Text Symbol: 005 = User Group
Text Symbol: 006 = Date of Last Logon
Text Symbol: 007 = Last Password Change
Text Symbol: 008 = Users with Initial Password
Text Symbol: 010 = Not in Use
Text Symbol: 011 = Incorrect Logons
Text Symbol: 012 = Administrator
Text Symbol: 013 = Users with Deactivated Password
Text Symbol: 014 = Date of Last Password Lock
Text Symbol: 015 = Dialog Users
Text Symbol: 017 = Global Lock
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
Text Symbol: 026 = Users with no Incorrect Logon Attempts
Text Symbol: 028 = User Without Logon Date
Text Symbol: 029 = System Users
Text Symbol: 030 = Communications User
Text Symbol: 031 = Reference User
Text Symbol: 032 = Service User
Text Symbol: 033 = Users wtih Productive Password
Text Symbol: 034 = Users Valid Today
Text Symbol: 035 = Users Invalid Today
Text Symbol: 036 = Selection by Validity of User
Text Symbol: 039 = Number of Users Selected
Text Symbol: 040 = Selection Criteria:
Text Symbol: 041 = Password Deactivated
Text Symbol: 042 = Initial Password
002 | |To | |Changed | |
001 |User Group Type Created By/On |Valid |Last Logon |Password |User Locked |


INCLUDES used within this REPORT RSUSR200

INCLUDE SR200TOP.
INCLUDE MS01CW05. "#EC INCL_OK
INCLUDE MS01CW06.
INCLUDE SR200E10.





INCLUDE SR200F10.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSUSR200 or its description.