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
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
Below is a list of transaction codes which are relevant to this SAP report
SSAA - System Administration Assistant
SSAA_TOP - System Administration Assistant
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: 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.
INCLUDE MSRR1TOP.
INCLUDE MSRR1O10.
INCLUDE MSRR1I10.
INCLUDE MSRR1F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.