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

RSDB2OSC_FI SAP ABAP INCLUDE - RSDB2OSCFI







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

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_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = p_parent_tid mo_name = wa_mte_list-name * NUMRANGE = AL_NR_DB2 * UNIQUENUM = ACT_MTE_UID desc_text_msgid = wa_mte_list-desc_msgid desc_text_msgno = wa_mte_list-desc_msgno mt_class = mte_class IMPORTING new_tid = mte_tid 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 = mte_tid mte_name = alname mte_class = alname * MTE_NUMRANGE = AL_NR_DB2 * MTE_UNIQUENUM = ACT_ATTR_MTE_UID mte_seconds_til_collectingtool = 240 mte_seconds_until_set_inactive = 900 mte_seconds_warmuptime = 6 mte_f1_help_text_msgid = wa-f1_help_msgid mte_f1_help_text_msgno = wa-f1_help_msgno perf_customizing_group = alname perf_relevant_value = wa-relevant_value perf_threshold_direction = wa-threshold_direction perf_threshold_green_to_yellow = wa-green_to_yellow perf_threshold_yellow_to_red = wa-yellow_to_red perf_threshold_yellow_to_green = wa-yellow_to_green perf_threshold_red_to_yellow = wa-red_to_yellow perf_unit_to_display = wa-unit_to_display IMPORTING new_tid = report_list-report_to_tid 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.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = p_parent_tid mo_name = os_collector_name * NUMRANGE = AL_NR_SAP_OLD * UNIQUENUM = OS_COLLECTOR_UID * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = ccms_selfmon_msgid desc_text_msgno = 062 mt_class = mo_oscol_class tool_collecting = collecting_tool tool_analyze = analyze_tool IMPORTING new_tid = os_collector_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = os_collector_tid mte_name = os_collector_state_name mte_class = os_col_state_class * MTE_NUMRANGE = AL_NR_SAP_OLD * MTE_UNIQUENUM = OS_COLLECTOR_STATE_UID * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR mte_keepaltype = al_keep_newest mte_keepalmax = 5 mte_seconds_til_collectingtool = 240 mte_seconds_until_set_inactive = 900 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 022 smes_customizing_group = ccms_status_smes IMPORTING new_tid = os_col_state_tid 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.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = value_name number_of_reported_values = 1 reportedby = reportedby CHANGING tid = wa-report_to_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.



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