SRT_CCMS_CALL_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Entry to the Web Service CCMS Monitoring The Web Service CCMS Monitor (Template) is used to display and manage alerts regarding the Web Service Infrastructure and the Web Service Runtime...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SRT_CCMS_CALL_MONITOR into the relevant SAP transactions such as SE38 or SE80
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: Starting Web Service CCMS Monitor
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SALM_MONITOR_LOAD call function 'SALM_MONITOR_LOAD' exporting monitor_set_name = c_moniset monitor_name = c_node_name * IMPORTING * MONISET_HAS_CHANGED = * TABLES * MONITOR_PARAMETERS = exceptions * MONITOR_DOES_NOT_EXIST = 1 * CANT_VISUALIZE_MT_TREE = 2 * MONISET_DOES_NOT_EXIST = 3 others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_CCMS_CALL_MONITOR - Starting Web Service CCMS Monitor SRT_CCMS_CALL_MONITOR - Starting Web Service CCMS Monitor SRT_CCMS_ANALYSIS_TOOL_MESSAGE - Report error message for CCMS Monitor alert processor SRT_CCMS_ANALYSIS_TOOL_MESSAGE - Report error message for CCMS Monitor alert processor SRT_BIZTALK_TEST_PROP - SRTBIZTALKTESTPROP SRT_BIZTALK_TEST_PROP - SRTBIZTALKTESTPROP