SAP Reports / Programs

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







RSDS_SCSM_CACHE 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 RSDS_SCSM_CACHE 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 RSDS_SCSM_CACHE. "Basic submit
SUBMIT RSDS_SCSM_CACHE AND RETURN. "Return to original report after report execution complete
SUBMIT RSDS_SCSM_CACHE 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 RSDS_SCSM_CACHE

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:

SALI_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS setting_not_allowed = 1 OTHERS = 99.

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.

SCSMROUTE_SETTINGS CALL FUNCTION 'SCSMROUTE_SETTINGS' EXPORTING only_local_sysid = ' ' "allow access to routes rfc_allowed = 'K' "keep EXCEPTIONS setting_not_allowed = 1 OTHERS = 2.

SALC_CACHE_REORG CALL FUNCTION 'SALC_CACHE_REORG' IMPORTING deleted_in_alalertx = deleted_in_alalertx deleted_in_almbcadm = deleted_in_almbcadm deleted_in_almbcdata = deleted_in_almbcdata deleted_in_csmcentool = deleted_in_csmcentool EXCEPTIONS OTHERS = 99.

SAL_GET_MTES_CACHE_REORG CALL FUNCTION 'SAL_GET_MTES_CACHE_REORG' IMPORTING deleted_in_almbradm = deleted_in_almbradm deleted_in_almbrdata = deleted_in_almbrdata EXCEPTIONS OTHERS = 99.

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = motid mte_name = 'SalcCache' mte_class = 'CCMSSelfMoniSalcCache' * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 86400 "once a day mte_seconds_until_set_inactive = 0 " never * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 394 msc_customizing_group = 'CCMSSelfMoniSalcCache' msc_subtype = al_std_msc_cache * MSC_RAISE_VALUE = AL_VAL_GREEN * MSC_RAISE_SEVERITY = 255 * MSC_ACTUAL_MSG_MODE = AL_MSC_VAL_MODE_LAST * MSC_ACTUAL_MSG_TIMEFRAME_MINUT = 0 * MSC_MAX_ALERTS_PER_MSGID = 0 * MSC_KEEP_LINES_TYPE = AL_TD_KL_NEWEST * MSC_KEEP_LINES_MAX = 100 tool_collecting = 'CCMS_RouteCache_Reorg' * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = matid EXCEPTIONS OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = al_val_yellow * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RT' msgno = 440 msgarg1 = msgarg1 argtype1 = 'I' reportedby = 'RSDS_SCSM_CACHE' CHANGING tid = matid EXCEPTIONS OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING * VALUE = AL_VAL_GREEN * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RT' msgno = 405 msgarg1 = msgarg1 argtype1 = 'I' reportedby = 'RSDS_SCSM_CACHE' CHANGING tid = matid EXCEPTIONS OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING * VALUE = AL_VAL_GREEN * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RT' msgno = 406 msgarg1 = msgarg1 argtype1 = 'I' msgarg2 = msgarg2 argtype2 = 'I' reportedby = 'RSDS_SCSM_CACHE' CHANGING tid = matid EXCEPTIONS OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING * VALUE = AL_VAL_GREEN * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RT' msgno = 406 msgarg1 = msgarg1 argtype1 = 'I' msgarg2 = msgarg2 argtype2 = 'I' reportedby = 'RSDS_SCSM_CACHE' CHANGING tid = matid EXCEPTIONS OTHERS = 99.

SCSM_CACHE_INVALIDATE CALL FUNCTION 'SCSM_CACHE_INVALIDATE' * EXPORTING * SYSID = * SEGMENT = * OLDER_THAN_HOURS = 24 IMPORTING deleted_contexts = deleted_contexts updated_systems = updated_systems * EXCEPTIONS * COULD_NOT_SET_ENQUEUE = 2 * OTHERS = 3 EXCEPTIONS OTHERS = 99.

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = motid mte_name = 'RouteCache' mte_class = 'CCMSSelfMoniRouteCache' * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 86400 "once a day mte_seconds_until_set_inactive = 0 " never * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 394 msc_customizing_group = 'CCMSSelfMoniRouteCache' msc_subtype = al_std_msc_cache * MSC_RAISE_VALUE = AL_VAL_GREEN * MSC_RAISE_SEVERITY = 255 * MSC_ACTUAL_MSG_MODE = AL_MSC_VAL_MODE_LAST * MSC_ACTUAL_MSG_TIMEFRAME_MINUT = 0 * MSC_MAX_ALERTS_PER_MSGID = 0 * MSC_KEEP_LINES_TYPE = AL_TD_KL_NEWEST * MSC_KEEP_LINES_MAX = 100 tool_collecting = 'CCMS_RouteCache_Reorg' * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = matid EXCEPTIONS OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING * VALUE = AL_VAL_GREEN * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RT' msgno = 394 msgarg1 = msgarg1 argtype1 = 'I' msgarg2 = msgarg2 argtype2 = 'I' reportedby = 'RSDS_SCSM_CACHE' CHANGING tid = matid EXCEPTIONS OTHERS = 99.



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