SAP Reports / Programs

RSPC_CCMS_RESET SAP ABAP Report - Reset Monitor Tree for Process Chains







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


Text pool values


Selection Text: REBUILD = Rebuild Tree Completely
Title: Reset Monitor Tree for Process Chains


INCLUDES used within this REPORT RSPC_CCMS_RESET

INCLUDE RSALEXTI.


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 = 2.

RS_MANDT_UNIQUE_GET CALL FUNCTION 'RS_MANDT_UNIQUE_GET' IMPORTING e_unique_mandt = g_client EXCEPTIONS no_bw_mandt = 1 x_message = 2 OTHERS = 3.

SALR_MTE_GET_BY_MTE_CLASS CALL FUNCTION 'SALR_MTE_GET_BY_MTE_CLASS' EXPORTING mte_class = g_c_ma_class sys_id = sy-sysid TABLES members_of_mte_class = g_t_tid EXCEPTIONS invalid_tid = 1 unknown_sysid = 2 other_problem = 3 segment_not_available = 4 c_call_failed = 5 inconsistent_parameters = 6 cannot_read_list_of_systems = 7 OTHERS = 8.

SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING tid = g_s_tid TABLES alerts = g_t_alerts EXCEPTIONS invalid_tid = 1 communication_problem = 2 internal_error = 3 other_problem = 4 OTHERS = 5.

SALR_ALERT_ACKNOWLEDGE_TBL CALL FUNCTION 'SALR_ALERT_ACKNOWLEDGE_TBL' TABLES aid_table = g_t_alerts aid_rc_table = g_t_dummy.

SALI_MT_MARK_FOR_DESTRUCTION CALL FUNCTION 'SALI_MT_MARK_FOR_DESTRUCTION' EXPORTING tid = g_s_tid EXCEPTIONS invalid_tid = 1 communication_failure = 2 other_problem = 3 permission_denied = 4 wrong_segment = 5 internal_failure_sals = 6 OTHERS = 7.

SALR_MTE_GET_BY_MTE_CLASS CALL FUNCTION 'SALR_MTE_GET_BY_MTE_CLASS' EXPORTING mte_class = g_c_mo_class sys_id = sy-sysid TABLES members_of_mte_class = g_t_tid EXCEPTIONS invalid_tid = 1 unknown_sysid = 2 other_problem = 3 segment_not_available = 4 c_call_failed = 5 inconsistent_parameters = 6 cannot_read_list_of_systems = 7 OTHERS = 8.

SALI_MT_MARK_FOR_DESTRUCTION CALL FUNCTION 'SALI_MT_MARK_FOR_DESTRUCTION' EXPORTING tid = g_s_tid EXCEPTIONS invalid_tid = 1 communication_failure = 2 other_problem = 3 permission_denied = 4 wrong_segment = 5 internal_failure_sals = 6 OTHERS = 7.

RSPC_CCMS_MT_POST CALL FUNCTION 'RSPC_CCMS_MT_POST' EXPORTING dialog_mode = '2' TABLES mt_tool_info = g_t_tool EXCEPTIONS invalid_dialog_mode = 1 mt_tool_info_missing = 2 tool_intentionally_aborted = 3 dont_start_tool_again = 4 OTHERS = 5.



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