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

RSDSFSYS SAP ABAP Report - Data Supplier for File System Data Within CCMS Monitoring Architecture







RSDSFSYS 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 RSDSFSYS 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 RSDSFSYS. "Basic submit
SUBMIT RSDSFSYS AND RETURN. "Return to original report after report execution complete
SUBMIT RSDSFSYS 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 Supplier for File System Data Within CCMS Monitoring Architecture


INCLUDES used within this REPORT RSDSFSYS

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:

SALH_SELFMONI_BUILD_NODE * CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' * EXPORTING * selfmoni_mo_name = mo_datasupplier_name * selfmoni_mo_uid = mo_datasupplier_uid * selfmoni_mo_mte_class = mo_datasupplier_class_name * selfmoni_ma_name = 'CCMS_Fsys_Collect' * selfmoni_ma_mte_class = 'CCMS_Fsys_Collect' ** mte_seconds_til_collectingtool = 0 ** tool_collecting = 'CCMS_Fsys_Collect' * IMPORTING * selfmoni_tid = self_moni_tid * EXCEPTIONS * OTHERS = 0.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = mo_datasupplier_name selfmoni_mo_uid = mo_datasupplier_uid selfmoni_mo_mte_class = mo_datasupplier_class_name selfmoni_ma_name = 'CCMS_Fsys_Collect' selfmoni_ma_mte_class = 'CCMS_Fsys_Collect' mte_seconds_til_collectingtool = 300 tool_collecting = 'CCMS_Fsys_Collect' IMPORTING selfmoni_tid = self_moni_tid EXCEPTIONS OTHERS = 0.

GET_FSYS_SINGLE CALL FUNCTION 'GET_FSYS_SINGLE' * EXPORTING * LOCAL_REMOTE = 'LOCAL' * LOGICAL_DESTINATION = * IMPORTING * F_FSYS_SINGLE_READ = * ACTIVEFLAG = * INTERVAL = * DETAILSCOLL = * DETAILSREQI = * DETAILSMODE = * LASTCOLLWRT = * LASTCOLLINT = * NORMCOLLINT = TABLES tf_fsys_single = ta_fsys_single EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10 OTHERS = 999.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = sum_os_fullname IMPORTING tid = sum_os_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 OTHERS = 5.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = sum_os_tid sum_name = sum_fs_name numrange = al_nr_sap_old uniquenum = sum_fs_uid visible_on_userlev = al_visible_operator desc_text_msgid = ccms_selfmon_msgid desc_text_msgno = 048 mt_class = sum_fs_name "#EC DOM_EQUAL tool_collecting = 'CCMS_Fsys_Collect' tool_analyze = 'CCMS_OS_Analyze' IMPORTING new_tid = sum_fs_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 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 RSDSFSYS or its description.