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
Below is a list of transaction codes which are relevant to this SAP report
SU21 - Maintain Authorization Objects
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.
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
INCLUDE RSU21_NEW_TYPES.
INCLUDE RSU21_NEWP01.
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = gc_tcd_su21 EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.