SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SAPWL_R3COLL_MONITORING SAP ABAP INCLUDE - SAPWLR3COLLMONITORING







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


INCLUDES used within this REPORT SAPWL_R3COLL_MONITORING

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:

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = context_tid sum_name = r3_collector_summary * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = 'S03' desc_text_msgno = 610 mt_class = r3_workload_sum_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = summary_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = summary_tid mo_name = r3_collector_object * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = 'S03' desc_text_msgno = 611 mt_class = r3_collector_mo_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = object_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = object_tid mte_name = r3_collector_msc mte_class = r3_collector_msc_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 mte_seconds_until_set_inactive = 7200 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'S03' mte_f1_help_text_msgno = 612 msc_customizing_group = r3_collector_msc_group * MSC_SUBTYPE = AL_STD_MSC_CACHE * MSC_RAISE_VALUE = AL_VAL_GREEN * MSC_RAISE_SEVERITY = 255 msc_actual_msg_mode = al_msc_val_worst_since msc_actual_msg_timeframe_minut = 60 * MSC_MAX_ALERTS_PER_MSGID = 0 * MSC_KEEP_LINES_TYPE = AL_TD_KL_NEWEST * MSC_KEEP_LINES_MAX = 100 * TOOL_COLLECTING = * TOOL_ONALERT = tool_analyze = 'CCMS_ST03' IMPORTING new_tid = msg_cont_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = object_tid mte_name = r3_collector_perf_attribut mte_class = r3_collector_perf_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'S03' mte_f1_help_text_msgno = 613 perf_customizing_group = r3_collector_time_group * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 2700 perf_threshold_yellow_to_red = 3600 perf_threshold_yellow_to_green = 2500 perf_threshold_red_to_yellow = 3500 perf_unit_to_display = 'sec' * PERF_DECIMALS = 0 * perf_alert_text_msgid = 'RT' * perf_alert_text_msgno = 001 * TOOL_COLLECTING = * TOOL_ONALERT = tool_analyze = 'CCMS_ST03' * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = perf_attribut_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = al_value * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'S03' msgno = msg_number msgarg1 = msg_var1 argtype1 = 'C' msgarg2 = msg_var2 argtype2 = 'C' msgarg3 = msg_var3 argtype3 = 'C' msgarg4 = msg_var4 argtype4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = msc_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 99.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = perf_value * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = perf_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 99.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = parent_tid sum_name = r3_appserver_summary_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = 'S03' desc_text_msgno = 614 mt_class = r3_workload_sum_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = summary_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = parent_tid mo_name = object_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = 'S03' desc_text_msgno = 615 mt_class = r3_appserver_mo_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = object_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_MSC_CREATE_ATTACH * CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' * EXPORTING * PARENT_TID = OBJECT_TID * MTE_NAME = N3_COMPONENT_MSC_NAME * MTE_CLASS = N3_COMPONENT_MSC_CLASS ** MTE_NUMRANGE = AL_NR_AUTO ** MTE_UNIQUENUM = ** MTE_SEVERITY = 50 ** MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR ** MTE_KEEPALTYPE = AL_KEEP_NEWEST ** MTE_KEEPALMAX = 10 ** MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 7200 ** MTE_SECONDS_WARMUPTIME = 0 * MTE_F1_HELP_TEXT_MSGID = 'S03' * MTE_F1_HELP_TEXT_MSGNO = 525 * MSC_CUSTOMIZING_GROUP = N3_COMPONENT_MSC_GROUP ** MSC_SUBTYPE = AL_STD_MSC_CACHE ** MSC_RAISE_VALUE = AL_VAL_GREEN ** MSC_RAISE_SEVERITY = 255 * MSC_ACTUAL_MSG_MODE = AL_MSC_VAL_WORST_SINCE * MSC_ACTUAL_MSG_TIMEFRAME_MINUT = 60 ** MSC_MAX_ALERTS_PER_MSGID = 0 ** MSC_KEEP_LINES_TYPE = AL_TD_KL_NEWEST ** MSC_KEEP_LINES_MAX = 100 ** TOOL_COLLECTING = ** TOOL_ONALERT = * TOOL_ANALYZE = 'CCMS_Global_Workload_Analyze' * IMPORTING * NEW_TID = MSG_CONT_TID ** DETAILED_ERROR_TEXT = * 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 * NO_MORE_SPACE = 8 * OTHERS = 99.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = object_tid mte_name = r3_appserver_records_name mte_class = r3_appserver_records_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'S03' mte_f1_help_text_msgno = 616 perf_customizing_group = r3_appserver_records_group * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 20000 perf_threshold_yellow_to_red = 30000 perf_threshold_yellow_to_green = 18000 perf_threshold_red_to_yellow = 25000 perf_unit_to_display = 'recs' * PERF_DECIMALS = 0 * perf_alert_text_msgid = 'RT' * perf_alert_text_msgno = 001 * TOOL_COLLECTING = * TOOL_ONALERT = tool_analyze = 'CCMS_ST03' * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = records_tid * DETAILED_ERROR_TEXT = 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 no_more_space = 8 OTHERS = 99.

SALI_PERF_CREATE_ATTACH * CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' * EXPORTING * PARENT_TID = OBJECT_TID * MTE_NAME = N3_COMPONENT_PREAGG_TIME_NAME * MTE_CLASS = N3_COMPONENT_PREAGG_TIME_CLASS ** MTE_NUMRANGE = AL_NR_AUTO ** MTE_UNIQUENUM = ** MTE_SEVERITY = 50 ** MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR ** MTE_KEEPALTYPE = AL_KEEP_NEWEST ** MTE_KEEPALMAX = 10 ** MTE_SECONDS_TIL_COLLECTINGTOOL = 0 ** MTE_SECONDS_UNTIL_SET_INACTIVE = 0 ** MTE_SECONDS_WARMUPTIME = 0 * MTE_F1_HELP_TEXT_MSGID = 'S03' * MTE_F1_HELP_TEXT_MSGNO = 527 * PERF_CUSTOMIZING_GROUP = N3_COMPONENT_PREAGG_TIME_GROUP ** PERF_SUBTYPE = AL_STD_NO_SUBCLASS ** PERF_RELEVANT_VALUE = AL_PERF_RV_LAST ** PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE * PERF_THRESHOLD_GREEN_TO_YELLOW = 30000 * PERF_THRESHOLD_YELLOW_TO_RED = 60000 * PERF_THRESHOLD_YELLOW_TO_GREEN = 25000 * PERF_THRESHOLD_RED_TO_YELLOW = 50000 * PERF_UNIT_TO_DISPLAY = 'ms' ** PERF_DECIMALS = 0 * PERF_ALERT_TEXT_MSGID = 'S03' * PERF_ALERT_TEXT_MSGNO = 564 ** TOOL_COLLECTING = ** TOOL_ONALERT = * TOOL_ANALYZE = 'CCMS_Global_Workload_Analyze' ** TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' * IMPORTING * NEW_TID = PREAGG_TIME_TID ** DETAILED_ERROR_TEXT = * 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 * NO_MORE_SPACE = 8 * 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 SAPWL_R3COLL_MONITORING or its description.