SAP Reports / Programs | Basis Components | Basis Components | System Administration Assistant(BC-RRR-SAA) SAP BC

SAPMSRR1 SAP ABAP dialog Program - System Administration Assistant: Main Module







SAPMSRR1 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for The System Administration Assistant groups the most important SAP system administration tasks in a single structure and divides them according to task areas...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMSRR1 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

SSAA - System Administration Assistant
SSAA_TOP - System Administration Assistant


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


Text pool values


Title: System Administration Assistant: Main Module
Text Symbol: I03 = The selection criteria are function and execution period.
Text Symbol: I04 = 'Alert view' displays only those tasks
Text Symbol: I05 = for which there are current alerts.
Text Symbol: I06 = 'Worklist' displays all the tasks
Text Symbol: I07 = that must be executed currently.
Text Symbol: 001 = 'Entire view'
Text Symbol: 002 = 'Selective view'
Text Symbol: 003 = 'Alert view'
Text Symbol: 004 = 'Worklist'
Text Symbol: I01 = 'Entire view' displays all the tasks.
Text Symbol: I02 = 'Selective view' lets you select tasks.


INCLUDES used within this REPORT SAPMSRR1

INCLUDE MSRR1TOP.
INCLUDE MSRR1O10.
INCLUDE MSRR1I10.
INCLUDE MSRR1F01.


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