SAP Reports / Programs

RSDSALDB SAP ABAP Report - RSDSALDB: CCMS Monit. Archit. Self Monitoring: #Completed Alerts in DB







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


Text pool values


Title: RSDSALDB: CCMS Monit. Archit. Self Monitoring: #Completed Alerts in DB


INCLUDES used within this REPORT RSDSALDB

INCLUDE RSALEXTI.
INCLUDE RSALSMI.


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:

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING SELFMONI_MO_NAME = MO_RUNTIME_NAME SELFMONI_MO_UID = MO_RUNTIME_UID SELFMONI_MO_MTE_CLASS = MO_RUNTIME_CLASS_NAME SYSTEMWIDE_CONTEXT = 'X' IMPORTING SELFMONI_TID = MOTID EXCEPTIONS COULD_NOT_BUILD_NODE = 1 OTHERS = 2.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING PARENT_TID = MOTID MTE_NAME = MA_NRALALERTDB_NAME MTE_CLASS = MA_NRALALERTDB_CLASS_NAME MTE_NUMRANGE = AL_NR_SAP_MONI_SELF MTE_UNIQUENUM = MA_NRALALERTDB_UID MTE_SEVERITY = 20 MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR MTE_KEEPALTYPE = AL_KEEP_NEWEST MTE_KEEPALMAX = 5 MTE_SECONDS_TIL_COLLECTINGTOOL = 43300 "run twice a day MTE_SECONDS_UNTIL_SET_INACTIVE = 173200 "old after 2 days MTE_F1_HELP_TEXT_MSGID = CCMS_SELFMON_MSGID MTE_F1_HELP_TEXT_MSGNO = 097 PERF_CUSTOMIZING_GROUP = MA_NRALALERTDB_CLASS_NAME * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE PERF_THRESHOLD_GREEN_TO_YELLOW = 5000 PERF_THRESHOLD_YELLOW_TO_RED = 10000 PERF_THRESHOLD_YELLOW_TO_GREEN = 2500 PERF_THRESHOLD_RED_TO_YELLOW = 7500 PERF_UNIT_TO_DISPLAY = 'Alrt' PERF_ALERT_TEXT_MSGID = CCMS_SELFMON_MSGID PERF_ALERT_TEXT_MSGNO = 098 TOOL_COLLECTING = 'CCMS_ALERTDB_COLLECT' TOOL_ONALERT = 'CCMS_REORG_COMPLETED_ALERTS' TOOL_ANALYZE = 'CCMS_ALERTDB_REORG' IMPORTING NEW_TID = MATID EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8. "#EC NOTEXT

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING TOTAL_OF_REPORTED_VALUES = COUNT REPORTEDBY = 'RSDSALDB' CHANGING TID = MATID EXCEPTIONS INVALID_TID = 1 WRONG_TYPECLASS = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8. "#EC NOTEXT



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