SAP Reports / Programs

RSUSR070 SAP ABAP Report - Roles by Complex Selection Criteria







RSUSR070 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 RSUSR070 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 RSUSR070. "Basic submit
SUBMIT RSUSR070 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR070 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: ALL_USER = All Roles Rgrdls of User Ass.
Selection Text: ALVLISTE = List
Selection Text: BES_LNG = Role Description
Selection Text: CHANGER = Last Changed By
Selection Text: CHG_BDAT = Changed Up To
Selection Text: CHG_SDAT = Changed From
Selection Text: OBJ1 = Object 1
Selection Text: OBJ2 = Object 2
Selection Text: OBJ3 = Object 3
Selection Text: RESPO = Created By
Selection Text: S_OBJNM1 = Object Name
Selection Text: S_OBJNM2 = AND Object Name
Selection Text: S_OBJNM3 = AND Object Name
Selection Text: S_OBJNM4 = AND Object Name
Selection Text: S_OBJNM5 = AND Object Name
Selection Text: S_ROLES = External Service
Selection Text: S_PGMID = D .
Selection Text: S_OBJCT = D .
Selection Text: SO_MAPP = D .
Selection Text: PROF = D .
Selection Text: OBJCT = D .
Selection Text: LANGU = D .
Selection Text: APTYPE = D .
Selection Text: ACTGRPS = D .
Selection Text: USER = User(s)
Selection Text: TEXT1 = Description
Selection Text: TCODE5 = AND Transaction
Selection Text: TCODE4 = AND Transaction
Selection Text: TCODE3 = AND Transaction
Selection Text: TCODE2 = AND Transaction
Selection Text: TCODE1 = Transaction Code
Title: Roles by Complex Selection Criteria
Text Symbol: T01 = Display List of User/Role Assignments
Text Symbol: E03 = (composite profile contains cycles).
Text Symbol: E02 = is not analyzed
Text Symbol: E01 = Bad composite profile
Text Symbol: 950 = Selection by MiniApps
Text Symbol: 707 = Role Short Text





Text Symbol: 706 = All Languages
Text Symbol: 044 = Number of Selected Roles
Text Symbol: 100 = Standard Selection
Text Symbol: 101 = Single Roles
Text Symbol: 102 = Composite Roles
Text Symbol: 103 = Only Obsolete Roles
Text Symbol: 105 = Fill Out "Composite Roles" or "Single Roles"
Text Symbol: 200 = Selection according to authorization values
Text Symbol: 201 = Authorization Object 1
Text Symbol: 202 = AND Authorization Object 2
Text Symbol: 212 = AND Authorization Object 3
Text Symbol: 214 = Value
Text Symbol: 215 = OR
Text Symbol: 216 = AND
Text Symbol: 217 = Always Convert Values
Text Symbol: 220 = Input Values
Text Symbol: 300 = Additional Selection Criteria
Text Symbol: 301 = Created By
Text Symbol: 302 = Changed
Text Symbol: 303 = Changed since
Text Symbol: 304 = To
Text Symbol: 305 = Field Name
Text Symbol: 306 = Value
Text Symbol: 400 = Selection according to user assignments
Text Symbol: 401 = Without User Assignment
Text Symbol: 402 = With Valid Assignment Of
Text Symbol: 403 = All Roles Regardless of User Assignment
Text Symbol: 404 = * = Role with at Least One User Assignment
Text Symbol: 405 = User List = Role with Certain User Assignments
Text Symbol: 406 = (Corresponds To 'Unused Roles')
Text Symbol: 407 = Show Role Long Text
Text Symbol: 408 = All Roles Regardless of User Assignment
Text Symbol: 500 = Selection by Assigned Applications in Menu
Text Symbol: 600 = Selection by Profiles and Authorization Objects
Text Symbol: 602 = Object Name
Text Symbol: 603 = Update Applications
Text Symbol: 701 = Selection by Field Name
Text Symbol: 702 = Fill Out Field Name
Text Symbol: 705 = Search Help for Installed Languages





INCLUDES used within this REPORT RSUSR070

INCLUDE SR002TOP.
INCLUDE SR070TOP.
INCLUDE MS01CW30.
INCLUDE SR070E10.
INCLUDE SR070F10.


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