SAP Reports / Programs

RSSTAT50 SAP ABAP Report - Performance analysis: Display content of MONI database







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


Text pool values


Title: Performance analysis: Display content of MONI database
Text Symbol: 044 = Delete the Data for a Server
Text Symbol: 043 = Test
Text Symbol: 041 = Confirm Server Deletion
Text Symbol: 040 = Confirm Deletion of All MONI Data
Text Symbol: 039 = Delete All Shown MONI Data
Text Symbol: 038 = Confirm Deletion of Update Group
Text Symbol: 037 = ?
Text Symbol: 036 = Delete Data with RELID
Text Symbol: 035 = Delete by RELID
Text Symbol: 034 = Enter RELID (such as "DB")
Text Symbol: 033 = Delete
Text Symbol: 032 = Deleted
Text Symbol: 031 = Total Size (Bytes)
Text Symbol: 030 = Table of contents is empty
Text Symbol: 029 = Statistics by RELID from
Text Symbol: 028 = Total
Text Symbol: 027 = Short time, in accordance with the workload reorganization parameters
Text Symbol: 025 = Long time, in accordance with the workload reorganization parameters
Text Symbol: 023 = Three months
Text Symbol: 021 = Six months
Text Symbol: 019 = One year
Text Symbol: 017 = Unlimited
Text Symbol: 015 = The period during which the data remains in the database table MONI:
Text Symbol: 013 = Month
Text Symbol: 011 = Week
Text Symbol: 009 = Day
Text Symbol: 007 = Period
Text Symbol: 005 = Instance Number
Text Symbol: 003 = Number of Entries
Text Symbol: 002 = List regenerated
Text Symbol: 001 = List from
002 or DB or status
001 ID No. Server Key Description


INCLUDES used within this REPORT RSSTAT50

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING ****Start of Commenting**** ** textline1 = 'Delete all shown MONI Data' ** titel = 'Confirm delete of all MONI data' * defaultoption = 'N' ****END of Commenting**** ******************Start of Coding by C5056553 on-5/08/04 *************** textline1 = Text-039 titel = text-040 defaultoption = 'N' ******************END of Coding by C5056553 on-5/08/04 *************** IMPORTING answer = answer.

ENQUEUE_EMONI_1 CALL FUNCTION 'ENQUEUE_EMONI_1' "Sperren global setzen.

DEQUEUE_EMONI_1 CALL FUNCTION 'DEQUEUE_EMONI_1' EXPORTING relid = 'LO'.

POPUP_TO_GET_ONE_VALUE * CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' * EXPORTING ** textline1 = 'Please enter data ID (e.g. "DB"):'

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING * textline1 = 'Please enter data ID (e.g. "DB"):'

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = tex ****Start of Commenting**** * titel = 'Confirm delete of data group' ****END of Commenting**** ******************Start of Coding by C5056553 on-5/08/04 *************** titel = text-038 ******************END of Coding by C5056553 on-5/08/04 *************** defaultoption = 'N' IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = tex ******************START of Coding by C5056553 on-5/08/04 *************** titel = text-041 ******************END of Coding by C5056553 on-5/08/04 *************** defaultoption = 'N' IMPORTING answer = answer.

SAPWL_INST_LONG CALL FUNCTION 'SAPWL_INST_LONG' EXPORTING inst_short = short_host IMPORTING inst_long = instance host_long = host inst_nr = instno EXCEPTIONS could_not_determine_long_name = 1 OTHERS = 2.

SAPWL_HOST_LONG CALL FUNCTION 'SAPWL_HOST_LONG' EXPORTING host_short = short_host IMPORTING host_long = host EXCEPTIONS could_not_determine_long_name = 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 RSSTAT50 or its description.