RCOM_CFG_RFC_TRACE_NAV_CLOGR 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 RCOM_CFG_RFC_TRACE_NAV_CLOGR into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RCOM_CFG_RFC_TRACE_NAV_C01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list_ipv6 = l_inst_tab.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = l_rfcsi.
CONVERSION_EXIT_LGSEV_INPUT CALL FUNCTION 'CONVERSION_EXIT_LGSEV_INPUT' EXPORTING input = l_data IMPORTING OUTPUT = l_log_entry-severity .
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_file_name percentage = l_progress.
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = l_file_name * percentage = l_progress.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_instance-dest percentage = l_instance_percentage.
SVMCRT_LGV_LOGREADER CALL FUNCTION 'SVMCRT_LGV_LOGREADER' DESTINATION l_instance-dest EXPORTING offset = 0 max_count = max_msg_cnt log_names = l_selected_logs update_selection = 'X' user_name = user_name client_id = client session_id = session_id from_date = from_date from_time = from_time until_date = until_date until_time = until_time IMPORTING if_result = l_record_tab size = l_log_size last_index = l_last_index EXCEPTIONS system_failure = 1 communication_failure = 2.
SVMCRT_ADMIN_LOGGING_CFG CALL FUNCTION 'SVMCRT_ADMIN_LOGGING_CFG' DESTINATION l_instance-dest EXPORTING log_controller = l_log_controller severity = 0 fcode = 'G' IMPORTING if_result = l_if_result EXCEPTIONS system_failure = 1 communication_failure = 2.
SVMCRT_ADMIN_LOGGING_CFG CALL FUNCTION 'SVMCRT_ADMIN_LOGGING_CFG' DESTINATION l_instance-dest EXPORTING log_controller = l_log_controller severity = 400 fcode = 'S' EXCEPTIONS system_failure = 1 communication_failure = 2.
SVMCRT_ADMIN_LOGGING_CFG CALL FUNCTION 'SVMCRT_ADMIN_LOGGING_CFG' DESTINATION l_instance-dest EXPORTING log_controller = l_log_controller severity = l_instance-logging_level fcode = 'S' EXCEPTIONS system_failure = 1 communication_failure = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCOM_CFG_RFC_TRACE_NAV_CLOGR - Include RCOM_CFG_RFC_TRACE_NAV_C01 RCOM_CFG_RFC_TRACE_NAV_CHTMW - Include RCOM_CFG_RFC_TRACE_NAV_CHTMW RCOM_CFG_RFC_TRACE_NAV_CHTMG - Include RCOM_CFG_RFC_TRACE_NAV_C04 RCOM_CFG_RFC_TRACE_NAV_CGUIDP - Include RCOM_CFG_RFC_TRACE_NAV_CGUIDP RCOM_CFG_RFC_TRACE_NAV_CEXTC - Include RCOM_CFG_RFC_TRACE_NAV_C06 RCOM_CFG_RFC_TRACE_NAV_CDEF - Include RCOM_CFG_RFC_TRACE_NAV_CDEF