SAP Reports / Programs | Application Platform | Pricing & Condition Technique | Pricing(AP-PRC-PR) SAP AP

RCOM_CFG_RFC_TRACE_NAV_CLOGR SAP ABAP INCLUDE - Include RCOM_CFG_RFC_TRACE_NAV_C01







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


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


Text pool values


Title: Include RCOM_CFG_RFC_TRACE_NAV_C01


INCLUDES used within this REPORT RCOM_CFG_RFC_TRACE_NAV_CLOGR

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:

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.



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