SAP Reports / Programs | Basis Components | Security | User Information System(BC-SEC-USR-IS) SAP BC

RSUSR100 SAP ABAP Report - Change Documents for Users







RSUSR100 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 RSUSR100 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 RSUSR100. "Basic submit
SUBMIT RSUSR100 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR100 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: ACCNT = Account Number
Selection Text: ALOCK_D = Administrator Lock Set
Selection Text: ALOCK_S = Administrator Lock Released
Selection Text: CHG_USER = Changes by
Selection Text: FDATE = From Date
Selection Text: FLOCK_D = Incorrect Logon Lock Released
Selection Text: FLOCK_S = Incorrect Logon Lock Set
Selection Text: FTIME = From Time
Selection Text: F_PROF_A = Profile Name:
Selection Text: F_PROF_D = Profile Name:
Selection Text: GROUP = User Group
Selection Text: USER = D .
Selection Text: USER_DEL = Deleted Users
Selection Text: USER_CRT = Created Users
Selection Text: TYPE = User Type
Selection Text: TVAL = Validity Period
Selection Text: TTIME = To Time
Selection Text: TECH = Technical View
Selection Text: TDATE = To Date
Selection Text: PROF_DEL = Deleted Profiles
Selection Text: PROF_ASS = Added Profiles
Selection Text: PASS = Password
Title: Change Documents for Users
Text Symbol: P14 = Format Central Change Documents
Text Symbol: P13 = Format Change Documents for Profile Assignment
Text Symbol: P12 = Format Change Documents for Logon Data
Text Symbol: P04 = Loading change documents from central change docs
Text Symbol: P03 = Loading change documents for profile assignment
Text Symbol: P02 = Loading change documents for logon data
Text Symbol: P01 = Loading change documents
Text Symbol: N02 = Short Text
Text Symbol: N01 = Value
Text Symbol: N00 = Attribute
Text Symbol: L15 = Global Administrator Lock
Text Symbol: L13 = Incorrect Logon Lock
Text Symbol: L11 = Administrator Lock
Text Symbol: L08 = Lock Changed
Text Symbol: L07 = Not locked





Text Symbol: L04 = Incorrect Logon Lock Removed
Text Symbol: L03 = Incorrect Logon Lock Set
Text Symbol: L02 = Administrator Lock Removed
Text Symbol: L01 = Administrator Lock Set
Text Symbol: L00 = Lock Status
Text Symbol: CK2 = Date of the Last Reorganization (Archiving Object US_PASS): &
Text Symbol: P99 = Format Result List
Text Symbol: S01 = Select All
Text Symbol: S02 = Deselect All
Text Symbol: SOK = OK
Text Symbol: T00 = User Type Changed
Text Symbol: T01 = Dialog User
Text Symbol: T02 = System User
Text Symbol: T03 = Communications User
Text Symbol: T04 = Reference User
Text Symbol: T05 = Service User
Text Symbol: T06 = Initial User Type
Text Symbol: U02 = Created Users
Text Symbol: U03 = Deleted Users
Text Symbol: Z00 = User Status
Text Symbol: Z01 = Initial Status
Text Symbol: Z02 = Initial status unknown
Text Symbol: Z03 = Initial status incomplete
Text Symbol: Z04 = Created
Text Symbol: Z05 = Modified
Text Symbol: Z06 = Deleted
Text Symbol: Z0S = Status
Text Symbol: Z0T = User Status (Text)
Text Symbol: CK1 = Date of the Last Reorganization (Archiving Object US_USER): &
Text Symbol: 195 = No Password
Text Symbol: 194 = New Password
Text Symbol: 112 = Time
Text Symbol: 111 = Days
Text Symbol: 109 = Deactivated
Text Symbol: 108 = Unknown
Text Symbol: 107 = Productive
Text Symbol: 106 = Initial
Text Symbol: 103 = Password Status
Text Symbol: 102 = Productive Password





Text Symbol: 101 = Initial Password
Text Symbol: 100 = Password Deactivated
Text Symbol: 0VW = Table of Status History (User Attributes Horizontal)
Text Symbol: 0VN = List of Status History (User Attributes Vertical)
Text Symbol: 0V3 = Technical View
Text Symbol: 0V1 = List of the Change History
Text Symbol: 0V0 = Output
Text Symbol: 0E1 = Log Display: Check the Selection Input
Text Symbol: 0E0 = Log Display
Text Symbol: 0DY = Year
Text Symbol: 0DW = Week
Text Symbol: 0DM = Month
Text Symbol: 032 = Display...
Text Symbol: 017 = To Time
Text Symbol: 016 = To Date
Text Symbol: 014 = From Time
Text Symbol: 013 = From Date
Text Symbol: 012 = Changes by
Text Symbol: 011 = Selection Criteria for Changed Header Data
Text Symbol: 010 = Selection Criteria for Changed Authorizations
Text Symbol: 003 = Number of Selected Users:
Text Symbol: 002 = Number of Selected Change Documents:
Text Symbol: 001 = Standard Selection
Text Symbol: B01 = User
Text Symbol: APD = Profile Deleted
Text Symbol: APA = Profile Added
Text Symbol: AP1 = Password status changed
Text Symbol: AP0 = Password Changed
Text Symbol: AG0 = User Group Changed
Text Symbol: AB1 = Valid to: Changed
Text Symbol: AB0 = Valid from: Changed
Text Symbol: AA0 = Accounting Number Changed
Text Symbol: A03 = User changed
Text Symbol: A02 = User deleted
Text Symbol: A01 = User created
Text Symbol: 603 = Profile Assignments
Text Symbol: 602 = Profile Name:
Text Symbol: 601 = Deleted Profiles
Text Symbol: 600 = Added Profiles



Text Symbol: 250 = Transaction Code
Text Symbol: 240 = Accounting Number
Text Symbol: 220 = User Group
Text Symbol: 210 = User Type
Text Symbol: 208 = Length of PROFS Char. String
Text Symbol: 207 = Valid To
Text Symbol: 206 = Valid From
Text Symbol: 205 = Validity Period
Text Symbol: 204 = Profile
Text Symbol: 203 = Number of Profiles
Text Symbol: 202 = Change Status
Text Symbol: 201 = Change Status and Profiles
Text Symbol: 200 = Password
Text Symbol: 199 = Password - Short
Text Symbol: 198 = Password - Long
Text Symbol: 197 = Short Password
Text Symbol: 196 = Long Password


INCLUDES used within this REPORT RSUSR100

INCLUDE MS01CW20.
INCLUDE SR100TOP.
INCLUDE SR100E10.
INCLUDE SR100F10.


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 RSUSR100 or its description.