SAP Reports / Programs

RSU21_NEW SAP ABAP Report - Maintain the Authorization Objects







RSU21_NEW 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 RSU21_NEW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SU21 - Maintain Authorization Objects


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 RSU21_NEW. "Basic submit
SUBMIT RSU21_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT RSU21_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain the Authorization Objects
Text Symbol: 904 = Generate SAP_ALL profile
Text Symbol: 903 = Do you really want to generate the SAP_ALL profile?
Text Symbol: 085 = Objects with Invalid Object Class
Text Symbol: 084 = Not assigned to a class
Text Symbol: 023 = Where-Used List - SU24 Data
Text Symbol: 022 = Where-Used List - SU22 Data
Text Symbol: 021 = Where-Used List - ABAP Workbench
Text Symbol: 020 = Where-Used List - Authorizations
Text Symbol: 014 = Create Authorization Object
Text Symbol: 013 = Create Object Class
Text Symbol: 012 = Display
Text Symbol: 011 = Delete
Text Symbol: 010 = Change
Text Symbol: 009 = Create
Text Symbol: 008 = Where-Used List
Text Symbol: 007 = Change Sorting
Text Symbol: 006 = Authorization Object
Text Symbol: 005 = Object Class
Text Symbol: 004 = Class/Object
Text Symbol: 003 = Type
Text Symbol: 002 = Authorization Objects: Sorted by Text
Text Symbol: 001 = Authorization Objects: Sorted by Object


INCLUDES used within this REPORT RSU21_NEW

INCLUDE RSU21_NEW_TYPES.
INCLUDE RSU21_NEWP01.


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = gc_tcd_su21 EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.



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