SAP Reports / Programs | Basis Components | Use Subcomponents | Operating System Monitors(BC-CCM-MON-OS) SAP BC

RSHOST1N_FCC SAP ABAP INCLUDE - RSHOST1NFCC







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

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:

SALC_MT_GET_TID_BY_NAME CALL FUNCTION 'SALC_MT_GET_TID_BY_NAME' * EXPORTING * ONLY_LOCAL = ' ' TABLES in_names = lt_longnames out_tid_lname_rc = lt_tid_lname_rc EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MT_GET_TREE CALL FUNCTION 'SALC_MT_GET_TREE' * EXPORTING * ONLY_LOCAL = ' ' TABLES tid_visi_maxlevel = lt_tid_visimax tid_rc_tree = pt_tree.

SALC_MT_GET_TID_BY_NAME CALL FUNCTION 'SALC_MT_GET_TID_BY_NAME' * EXPORTING * ONLY_LOCAL = ' ' TABLES in_names = lt_longnms_z out_tid_lname_rc = lt_tid_lname_rc EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MT_GET_TREE CALL FUNCTION 'SALC_MT_GET_TREE' * EXPORTING * ONLY_LOCAL = ' ' TABLES tid_visi_maxlevel = lt_tid_visimax tid_rc_tree = lt_tree_z.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'CCM_CCMS_CURRENT_VALUE' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = lst_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

SALC_MT_READ_ALL CALL FUNCTION 'SALC_MT_READ_ALL' EXPORTING * GET_TREE = ' ' * GET_GENERALDATA = ' ' * GET_GENERALDATA_EFF_TOOLS = ' ' get_perf_specific = 'X' * GET_PERF_SMOOTH = ' ' get_smes_specific = 'X' get_msc_specific = 'X' get_text_reference = 'X' * GET_HIGH_ALERTS = ' ' use_cache_for_msc = 'X' * IMPORTING * MTE_HIGHEST_ALERTS = * TID_RC_TREE = TABLES tid = lt_tids * MTE_GENERAL_RC = perf_specific_rc = lt_rc_perf * PERF_SMOOTH_RC = smes_specific_rc = lt_rc_smes msc_specific_rc = lt_rc_msc * MSC_FILTER = text_reference_rc = lt_rc_text * CHANGING * TID_VISI_MAXLEVEL = EXCEPTIONS empty_tid_visi_maxlevel = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'CCM_PERF_SNGL_NAME' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = lst_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'CCM_PERF_FULL_NAME' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = lst_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lf_percentage text = 'Building ALV tree'(tre).

SALC_MT_GET_MTEINFO CALL FUNCTION 'SALC_MT_GET_MTEINFO' TABLES tid = pt_tids longname = lt_algtidln_rc EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MT_READ_ALL CALL FUNCTION 'SALC_MT_READ_ALL' EXPORTING get_perf_specific = 'X' get_perf_smooth = pf_read_shm TABLES tid = pt_tids perf_specific_rc = lt_perf perf_smooth_rc = lt_perfsmooth EXCEPTIONS empty_tid_visi_maxlevel = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lf_percentage text = lf_progress_text.

SALC_MT_GET_MTEINFO CALL FUNCTION 'SALC_MT_GET_MTEINFO' TABLES tid = pt_tids mteinfo = lt_mteinfo longname = lt_algtidln_rc EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MT_READ_ALL CALL FUNCTION 'SALC_MT_READ_ALL' EXPORTING get_perf_specific = 'X' get_perf_smooth = pf_read_shm TABLES tid = pt_tids perf_specific_rc = lt_perf perf_smooth_rc = lt_perfsmooth EXCEPTIONS empty_tid_visi_maxlevel = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lf_percentage text = lf_progress_text.

SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING tid = ps_tid IMPORTING general_info = ls_gen_info general_customization = ls_gen_cust * GENERAL_VALUES = * COLLECTING_TOOL_DEF = * ONALERT_TOOL_DEF = * ANALYZE_TOOL_DEF = * COLLECTING_TOOL_RUN = * ONALERT_TOOL_RUN = * PARENT_INFO = * TABLES * ALERTS = EXCEPTIONS invalid_tid = 1 communication_problem = 2 internal_error = 3 other_problem = 4 OTHERS = 5.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING meldung = lf_meldung meld_id = lf_meld_id meld_nr = lf_meld_nr titel = lf_titel EXCEPTIONS OTHERS = 0. "#EC FB_OLDED

SALR_MTE_GET_TID_BY_NAME CALL FUNCTION 'SALR_MTE_GET_TID_BY_NAME' EXPORTING longname = lf_longname IMPORTING tid = ls_tid * DETAILED_ERROR_TEXT = EXCEPTIONS segment_not_availiable = 1 name_unable_to_expand = 2 name_not_found = 3 c_call_failed = 4 communication_error = 5 internal_error = 6 unknown_error = 7 db_error = 8 OTHERS = 9.

SALC_MT_GET_TREE





CALL FUNCTION 'SALC_MT_GET_TREE' * EXPORTING * ONLY_LOCAL = ' ' TABLES tid_visi_maxlevel = lt_tid_visimax tid_rc_tree = lt_tree.

SALC_GET_MTE_BY_CL_UNDER_TID CALL FUNCTION 'SALC_GET_MTE_BY_CL_UNDER_TID' EXPORTING mteclass = pf_mteclass start_tid = ps_tid * BYPASS_CACHE = ' ' IMPORTING tids_for_mteclass = lt_tids EXCEPTIONS invalid_tid = 1 other_problem = 2 invalid_param = 3 salc_internal_error = 4 segment_not_available = 5 OTHERS = 6.

SALC_TEXTATTR_READ CALL FUNCTION 'SALC_TEXTATTR_READ' EXPORTING only_local = ' ' * bypass_cache = TABLES tid = lt_tids textattrrc = lt_text_content EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_TEXTATTR_READ CALL FUNCTION 'SALC_TEXTATTR_READ' * EXPORTING * only_local = ' ' TABLES tid = lt_tids textattrrc = lt_text_content EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_UTIL_SNGLMSG_READ_RAWDATA CALL FUNCTION 'SALC_UTIL_SNGLMSG_READ_RAWDATA' * EXPORTING * ONLY_LOCAL = 'X' TABLES tid = lt_tids smesrawtrc = lt_smes_valrc EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MSC_READ_MESSAGE_LINES CALL FUNCTION 'SALC_MSC_READ_MESSAGE_LINES' EXPORTING start_timestamp = '19000101000000' end_timestamp = '99991231235959' * MANDT = * USERID = TABLES tid = lt_tids tid_rc_msc_lines = lt_msc_content EXCEPTIONS invalid_timerange = 1 OTHERS = 2.

SALR_MTE_GET_TID_BY_NAME CALL FUNCTION 'SALR_MTE_GET_TID_BY_NAME' EXPORTING longname = lf_lname IMPORTING tid = ps_tid * DETAILED_ERROR_TEXT = EXCEPTIONS * SEGMENT_NOT_AVAILIABLE = 1 * NAME_UNABLE_TO_EXPAND = 2 * NAME_NOT_FOUND = 3 * C_CALL_FAILED = 4 * COMMUNICATION_ERROR = 5 * INTERNAL_ERROR = 6 * UNKNOWN_ERROR = 7 * DB_ERROR = 8 OTHERS = 0.

GET_CCM_DATA CALL FUNCTION 'GET_CCM_DATA' DESTINATION -destinat EXPORTING local_remote = -server_type logical_destination = -dest_logical IMPORTING f_ccm_data_read = ls_read-no_yes activeflag = ls_read-activeflag interval = -interval detailscoll = ls_read-detailscol detailsreqi = ls_read-detailsreq detailsmode = ls_read-detailsmod lastcollwrt = -collwrt lastcollint = ls_read-lastcollin normcollint = ls_read-normcollin TABLES tf_ccm_data = lt_ccm_data 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 MESSAGE lf_error communication_failure = 10 MESSAGE lf_error OTHERS = 11. "#EC ENHOK

SALR_MTE_GET_TID_BY_NAME CALL FUNCTION 'SALR_MTE_GET_TID_BY_NAME' EXPORTING longname = lf_lname IMPORTING tid = ps_tid EXCEPTIONS OTHERS = 1.



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