SAP Reports / Programs

RSRRRSAA SAP ABAP Report - documentation and ABAP source code







RSRRRSAA 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 RSRRRSAA 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 RSRRRSAA. "Basic submit
SUBMIT RSRRRSAA AND RETURN. "Return to original report after report execution complete
SUBMIT RSRRRSAA 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: VIEW = Display SAA with all nodes
Selection Text: READ = Display SAA (unlocked system)
Selection Text: EDIT = Edit SAA with all nodes
Text Symbol: H01 = Help Assistant
Text Symbol: E20 = Required
Text Symbol: E01 = No other entries exist
Text Symbol: D15 = Standalone
Text Symbol: D14 = Inactive for administration
Text Symbol: D13 = Structure maintenance and Master
Text Symbol: D12 = Master_
Text Symbol: D11 = Structure maintenance
Text Symbol: D03 = Quality system
Text Symbol: D02 = Production system
Text Symbol: D01 = Development system
Text Symbol: A99 = Check attributes
Text Symbol: A31 = Check keyword assignment
Text Symbol: A30 = Link to Knowledge Warehouse documt. does not exist
Text Symbol: A29 = Exists more than once (identical)
Text Symbol: A23 = Exists more than once (different authorization)
Text Symbol: A22 = Exists more than once (diff. Ready-to-Run Flag)
Text Symbol: A21 = Exists more than once (different transaction)
Text Symbol: A20 = Exists more than once (different documentation)
Text Symbol: A08 = Check system landscape attribute
Text Symbol: A07 = Check Ready-to-Run R/3 attribute
Text Symbol: A06 = Check authorization attribute
Text Symbol: A05 = Check function attribute
Text Symbol: A04 = Check system name attribute
Text Symbol: A03 = Check attribute of database system
Text Symbol: A02 = Check operating system attribute
Text Symbol: A01 = Attribute: Check execution period
Text Symbol: I01 = Expand node
Text Symbol: T02 = Transport
Text Symbol: T01 = (Copy from SAP template)
Text Symbol: S12 = (Confirm.)
Text Symbol: S11 = (Reset)
Text Symbol: S02 = Customer
Text Symbol: S01 = SAP
Text Symbol: R21 = Configuration





Text Symbol: R20 = You can now change the system landscape
Text Symbol: R19 = Configure new system landscape
Text Symbol: R18 = Confirm new configuration
Text Symbol: R17 = System landscape for administration is not yet confirmed
Text Symbol: R16 = System landscape for administration is confirmed
Text Symbol: R15 = No remote access defined. Press help button for more information
Text Symbol: R03 = R/3 connection for System Administration Assistant
Text Symbol: R02 = Define/check R/3 connection
Text Symbol: R01 = Data from transaction SM59 determined
Text Symbol: Q03 = Check definition
Text Symbol: Q02 = Check assignment
Text Symbol: Q01 = Check differences
Text Symbol: O01 = System Administration Assistant (Structure)
Text Symbol: M10 = Master
Text Symbol: M04 = Check connection to master system
Text Symbol: M03 = Determining data of remote systems again
Text Symbol: M02 = Determining data of remote systems
Text Symbol: I04 = Execute
Text Symbol: I03 = Documentation
Text Symbol: I02 = Collapse node
Text Symbol: 101 = *transaction documentation*
Text Symbol: 046 = Consistency check takes up to 2 minutes.
Text Symbol: 044 = < virtual structure node >
Text Symbol: 043 = Activation Error
Text Symbol: 042 = Assign unassigned task areas?
Text Symbol: 041 = Check of task areas
Text Symbol: 040 = Unknown component
Text Symbol: 039 = Define an authorization
Text Symbol: 038 = Invalid combination of monitor set and monitor
Text Symbol: 037 = Define one analysis tool only
Text Symbol: 036 = Define monitor set and monitor
Text Symbol: 035 = Define one node function only
Text Symbol: 034 = Only define one tool to determine alerts
Text Symbol: 033 = Transaction and function module are alternative
Text Symbol: 032 = Correct placeholder
Text Symbol: 031 = Define a documentation object
Text Symbol: 030 = Enter a text
Text Symbol: 025 = Accept?
Text Symbol: 024 = Data loss





Text Symbol: 020 = Documentation
Text Symbol: 019 = Switch mode
Text Symbol: 018 = Determine alert data
Text Symbol: 017 = You are leaving the Editor
Text Symbol: 016 = Only one node is allowed at the highest level
Text Symbol: 015 = Select main node before deleting
Text Symbol: 014 = Target system =
Text Symbol: 013 = Execute transaction remotely?
Text Symbol: 012 = Delete node?
Text Symbol: 011 = Save changes?
Text Symbol: 010 = Confirmation Prompt
Text Symbol: 100 = *generated*
Text Symbol: 097 = Display documentation
Text Symbol: 096 = Function must be executed
Text Symbol: 095 = Function has never been executed
Text Symbol: 094 = Function was executed on time
Text Symbol: 093 = Execute function
Text Symbol: 092 = Display standard SAP System documentation
Text Symbol: 091 = Folder is closed
Text Symbol: 090 = Folder is open
Text Symbol: 084 = No alert information available
Text Symbol: 082 = Alert occurred
Text Symbol: 081 = Critical alert occurred
Text Symbol: 080 = No alert occurred
Text Symbol: 073 = (If it exists)
Text Symbol: 072 = Copy keyword assignment?
Text Symbol: 071 = Keyword assignment
Text Symbol: 070 = Consistency check
Text Symbol: 065 = Tasks are being assigned according to system dependency
Text Symbol: 064 = System-dependent tasks are being created for each system
Text Symbol: 063 = All administrative tasks (type SAP) are being copied
Text Symbol: 062 = Target area =
Text Symbol: 061 = Overwrite target area?
Text Symbol: 060 = Copying administrative tasks
Text Symbol: 054 = No information (remote access connect.?)
Text Symbol: 053 = No information (no remote access)
Text Symbol: 052 = Tasks not yet completed
Text Symbol: 051 = Tasks completed
Text Symbol: 048 = Activate task area:



Text Symbol: 047 = Do you want to continue?


INCLUDES used within this REPORT RSRRRSAA

INCLUDE RSSAATOP.
INCLUDE RSSAAF10.
INCLUDE RSSAAF30.
INCLUDE RSSAAF31.
INCLUDE RSSAAF32.
INCLUDE RSSAAF33.
INCLUDE RSSAAO10.
INCLUDE RSSAAI10.
INCLUDE RSSAAF20.
INCLUDE RSSAAF21.


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