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
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: 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
INCLUDE MS01CW20.
INCLUDE SR100TOP.
INCLUDE SR100E10.
INCLUDE SR100F10.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.