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

RSDSOSVIRTAIX SAP ABAP Report - Data Collector for Virtualization of AIX







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


Text pool values


Title: Data Collector for Virtualization of AIX


INCLUDES used within this REPORT RSDSOSVIRTAIX

RSALEXTI,
RSALSMI,
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:

GET_CPU_VIRT_AIX CALL FUNCTION 'GET_CPU_VIRT_AIX' * EXPORTING * LOCAL_REMOTE = 'LOCAL' * LOGICAL_DESTINATION = IMPORTING f_cpu_virt_aix_read = gf_rc_read * ACTIVEFLAG = * INTERVAL = * OP_SYSTEM = * DETAILSCOLL = * DETAILSREQI = * DETAILSMODE = * LASTCOLLWRT = * LASTCOLLINT = * NORMCOLLINT = TABLES tf_cpu_virt_aix = gt_cpu_virt_aix EXCEPTIONS internal_error_adress_failed = 1 internal_error_different_field = 2 internal_error_no_new_line = 3 collector_not_running = 4 shared_memory_not_available = 5 collector_busy = 6 version_conflict = 7 no_network_collector_running = 8 system_failure = 9 communication_failure = 10 OTHERS = 11.

GET_CCM_TAKEOVER CALL FUNCTION 'GET_CCM_TAKEOVER' * EXPORTING * LOCAL_REMOTE = 'LOCAL' * LOGICAL_DESTINATION = CHANGING * CIM_VIRT_CONFIG = * CIM_VIRT_METRICS = AIX_VIRT_CPU = .

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = gcf_sum_name IMPORTING tid = gs_tid_sum detailed_error_text = gf_err_txt EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = gs_tid_sum mo_name = gcf_obj_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 mt_class = gcf_obj_mte_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = gs_tid_obj detailed_error_text = gf_err_txt 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_MO_ASSIGN_TEXTATTRIBUTE CALL FUNCTION 'SALI_MO_ASSIGN_TEXTATTRIBUTE' EXPORTING tid_of_mo = gs_tid_obj attrname = lf_name attrtext = lf_text * NUMRANGE = AL_NR_AUTO * UNIQUENUM = 0 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 mte_f1_help_text_msgid = gcf_f1_id mte_f1_help_text_msgno = pf_f1 mt_class = lf_mteclass * TOOL_COLLECTING = * TOOL_ANALYZE = IMPORTING * NEW_TID = detailed_error_text = gf_err_txt 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_MO_ASSIGN_TEXTATTRIBUTE CALL FUNCTION 'SALI_MO_ASSIGN_TEXTATTRIBUTE' EXPORTING tid_of_mo = gs_tid_obj attrname = lf_name attrtext = lf_text * NUMRANGE = AL_NR_AUTO * UNIQUENUM = 0 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 mte_f1_help_text_msgid = gcf_f1_id mte_f1_help_text_msgno = pf_f1 mt_class = lf_mteclass * TOOL_COLLECTING = * TOOL_ANALYZE = IMPORTING * NEW_TID = detailed_error_text = gf_err_txt 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 = gs_tid_obj mte_name = lf_name mte_class = lf_mteclass * 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 = 59 mte_seconds_until_set_inactive = 660 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = gcf_f1_id mte_f1_help_text_msgno = pf_f1 perf_customizing_group = lf_mteclass * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST perf_threshold_direction = lf_thresdir perf_threshold_green_to_yellow = pf_g2y perf_threshold_yellow_to_red = pf_y2r * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = perf_unit_to_display = pf_unit perf_decimals = pf_decimals * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = ls_tid_perf detailed_error_text = gf_err_txt 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 = lf_value * NUMBER_OF_REPORTED_VALUES = 1 reportedby = sy-repid IMPORTING detailed_error_text = gf_err_txt CHANGING tid = ls_tid_perf EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.



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