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

RSDSBUFF SAP ABAP Report - Alert Migration from 3.1.X to 4.0







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


Text pool values


Title: Alert Migration from 3.1.X to 4.0


INCLUDES used within this REPORT RSDSBUFF

INCLUDE RSALEXTI.
INCLUDE RSALOLDI.
"INCLUDE RSALINTI.
INCLUDE RSDSBUHD.
INCLUDE RSALSMI.
INCLUDE RSALSMFI.


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_PERF_REPORT_TABLE_OF_VAL CALL FUNCTION 'SALI_PERF_REPORT_TABLE_OF_VAL' TABLES perfvalues = itab_data_in tidrc = tidrc EXCEPTIONS OTHERS = 1.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = mstid sum_name = 'Buffers' visible_on_userlev = al_visible_expert desc_text_msgid = ccms_selfmon_msgid desc_text_msgno = 47 mt_class = 'R3Buffers' tool_collecting = 'CCMS_BUFFER_COLLECT' tool_analyze = 'CCMS_BUFFER_ANALYSE' IMPORTING new_tid = mstid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6. "#EC NOTEXT

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = mstid mo_name = name visible_on_userlev = al_visible_operator desc_text_msgid = ccms_selfmon_msgid desc_text_msgno = desc_text_msgno mt_class = class_name IMPORTING new_tid = tid_o EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = tid_o mte_name = 'DirectoryUsed' mte_class = mte_class * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR mte_keepaltype = al_keep_newest * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 1200 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 065 perf_customizing_group = perf_customizing_group * PERF_SUBTYPE = AL_STD_NO_SUBCLASS perf_relevant_value = al_perf_rv_smooth_15 * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 90 perf_threshold_yellow_to_red = 98 perf_threshold_yellow_to_green = 85 perf_threshold_red_to_yellow = 92 perf_unit_to_display = '%' * PERF_DECIMALS = 0 perf_alert_text_msgid = ccms_selfmon_msgid perf_alert_text_msgno = 560 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = tid_d 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_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = tid_o mte_name = 'SpaceUsed' mte_class = mte_class * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR mte_keepaltype = al_keep_newest * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 1200 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 066 perf_customizing_group = perf_customizing_group * PERF_SUBTYPE = AL_STD_NO_SUBCLASS perf_relevant_value = al_perf_rv_smooth_15 * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 90 perf_threshold_yellow_to_red = 98 perf_threshold_yellow_to_green = 85 perf_threshold_red_to_yellow = 92 perf_unit_to_display = '%' * PERF_DECIMALS = 0 perf_alert_text_msgid = ccms_selfmon_msgid perf_alert_text_msgno = 561 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = tid_s 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_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = tid_o mte_name = 'HitRatio' mte_class = mte_class * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR mte_keepaltype = al_keep_newest * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 1200 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 067 perf_customizing_group = perf_customizing_group perf_subtype = al_std_perf_quality_counter perf_relevant_value = al_perf_rv_smooth_15 perf_threshold_direction = al_threshdir_below perf_threshold_green_to_yellow = 80 perf_threshold_yellow_to_red = 60 perf_threshold_yellow_to_green = 90 perf_threshold_red_to_yellow = 70 perf_unit_to_display = '%' * PERF_DECIMALS = 0 perf_alert_text_msgid = ccms_selfmon_msgid perf_alert_text_msgno = 562 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = tid_h 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_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = tid_o mte_name = 'Swap' mte_class = mte_class * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR mte_keepaltype = al_keep_newest * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 1200 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 223 perf_customizing_group = perf_customizing_group perf_subtype = al_std_perf_counter perf_relevant_value = al_perf_rv_smooth_15 perf_threshold_direction = al_threshdir_above perf_threshold_green_to_yellow = perf_threshold_green_to_yellow perf_threshold_yellow_to_red = perf_threshold_yellow_to_red perf_threshold_yellow_to_green = perf_threshold_yellow_to_green perf_threshold_red_to_yellow = perf_threshold_red_to_yellow perf_unit_to_display = '/min' perf_decimals = 1 " report * 10 perf_alert_text_msgid = ccms_selfmon_msgid perf_alert_text_msgno = 563 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = tid_swap 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_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = node_name IMPORTING tid = mttid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 OTHERS = 5.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = mstid mo_name = 'NumberRange' "#EC NOTEXT mt_class = 'R3BufferNumberRange' "#EC NOTEXT desc_text_msgno = 869 IMPORTING new_tid = motid_numberrange detailed_error_text = sali_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 = 9.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = motid_numberrange mte_name = 'MaxNoEntries' "#EC NOTEXT mte_class = 'R3BufferNumberRangeMaxNoEntries' "#EC NOTEXT mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 870 perf_customizing_group = 'R3BufferNumberRangeMaxNoEntries' "#EC NOTEXT perf_threshold_green_to_yellow = 2147483646 perf_threshold_yellow_to_red = 2147483646 IMPORTING new_tid = tid_max_elem detailed_error_text = sali_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 = 9.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = nostat-max_elem IMPORTING detailed_error_text = sali_error_text CHANGING tid = tid_max_elem EXCEPTIONS OTHERS = 0.

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = motid_numberrange mte_name = 'FreeEntries' "#EC NOTEXT mte_class = 'R3BufferNumberRangeFreeEntries' "#EC NOTEXT mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 871 perf_threshold_direction = al_threshdir_below perf_customizing_group = 'R3BufferNumberRangeFreeEntries' "#EC NOTEXT perf_threshold_green_to_yellow = 100 perf_threshold_yellow_to_red = 10 IMPORTING new_tid = tid_free_elem detailed_error_text = sali_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 = 9.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = no_free_entries IMPORTING detailed_error_text = sali_error_text CHANGING tid = tid_free_elem EXCEPTIONS OTHERS = 0.



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