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

RSUSR101 SAP ABAP Report - Change Documents for Profiles







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


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 RSUSR101. "Basic submit
SUBMIT RSUSR101 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR101 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: 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





Text Symbol: 056 = Additional Selection Criteria for Profiles:
Text Symbol: 059 =
Text Symbol: 060 = Changes From
Text Symbol: 061 = Changes To
Text Symbol: 065 = Changes to Composite Profiles
Text Symbol: 066 = Changes to Single Profiles
Text Symbol: 067 = Take Archive Data into Account
Text Symbol: 070 = Profiles
Text Symbol: 072 = Changes By
Text Symbol: 074 = Added Profiles
Text Symbol: 076 = Deleted Profiles
Text Symbol: 078 = Add to Authorization Object
Text Symbol: 080 = Delete for Authorization Objects
Text Symbol: 082 = Add Authorizations
Text Symbol: 084 = Deleted Authorizations
Text Symbol: 086 = OR Operation
Text Symbol: 088 = AND Operation
Text Symbol: 151 = The selection screen contains additional
Text Symbol: 152 = selection characteristics that are not displayed.
Text Symbol: 200 = Profile created
Text Symbol: 201 = Profile deleted
Text Symbol: 205 = Created Entry


INCLUDES used within this REPORT RSUSR101

INCLUDE SR101TOP.
INCLUDE MS01CW05.
INCLUDE MS01CW06.
INCLUDE RSUSR101_FORMS.
INCLUDE RSUSR101_ALV.


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