RSUSR101 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 RSUSR101 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: ADD_AUTH = Authorizations added
Selection Text: ADD_OBJ = Add to auth. object
Selection Text: ADD_PROF = Profiles added
Selection Text: ARCH = Take Archive Data into Account
Selection Text: BISDATUM = Changes up to
Selection Text: CHGU = Changes by
Selection Text: DEL_AUTH = Authorizations deleted
Selection Text: DEL_OBJ = Delete for auth. objects
Selection Text: DEL_PROF = Profiles deleted
Selection Text: O_FLAG = OR operation
Selection Text: PROF = Profiles
Selection Text: PROF_C = Changes to composite profiles
Selection Text: PROF_S = Changes to single profiles
Selection Text: U_FLAG = AND operation
Selection Text: VONDATUM = Changes since
Title: Change Documents for Profiles
Text Symbol: 206 = Deleted Entry
Text Symbol: 300 = No change documents found in search area
Text Symbol: 301 = No authorization to display all change documents
Text Symbol: 302 = ( & authorization checks failed)
Text Symbol: 303 = Documents up to & have already been reorganized
Text Symbol: 505 = Loading data from table USH10_ARC_TMP
Text Symbol: 510 = Loading data from table USH10
Text Symbol: 515 = Loading data from table USH10
Text Symbol: 520 = Authorization Check for Change Documents
Text Symbol: 525 = Calculating change history
Text Symbol: 530 = Format Result List
Text Symbol: 800 = List Format
Text Symbol: 801 = Layout
Text Symbol: 802 = Title
Text Symbol: 001 = Standard selections
Text Symbol: 002 = Additional selection criteria for profiles
Text Symbol: 010 = Number of Collected Profile Change Documents: &
Text Symbol: 021 = Information
Text Symbol: 050 = Release / System ID / Client:
Text Symbol: 051 = Executed By:
Text Symbol: 052 = Executed On:
Text Symbol: 055 = Standard Selection Criteria
INCLUDE SR101TOP.
INCLUDE MS01CW05.
INCLUDE MS01CW06.
INCLUDE RSUSR101_FORMS.
INCLUDE RSUSR101_ALV.
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.