COM_CFG_DB_F02 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 COM_CFG_DB_F02 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 COM_CFG_DB_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FTP_CONNECT CALL FUNCTION 'FTP_CONNECT' EXPORTING user = iv_ftp_user password = lv_ftp_password host = lv_ftp_server rfc_destination = c_ftp_client IMPORTING handle = lv_handle EXCEPTIONS OTHERS = 1.
FTP_COMMAND CALL FUNCTION 'FTP_COMMAND' EXPORTING handle = lv_handle command = lv_ftp_command TABLES data = lt_data EXCEPTIONS OTHERS = 1.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
FTP_COMMAND CALL FUNCTION 'FTP_COMMAND' EXPORTING handle = lv_handle command = lv_ftp_command TABLES data = lt_data EXCEPTIONS OTHERS = 1.
FTP_R3_TO_SERVER CALL FUNCTION 'FTP_R3_TO_SERVER' EXPORTING handle = lv_handle fname = iv_file_name blob_length = lv_file_size TABLES blob = lt_blob EXCEPTIONS OTHERS = 1.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
FTP_COMMAND CALL FUNCTION 'FTP_COMMAND' EXPORTING handle = lv_handle command = lv_ftp_command TABLES data = lt_data EXCEPTIONS tcpip_error = 1 command_error = 2 data_error = 3 OTHERS = 4.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
FTP_COMMAND CALL FUNCTION 'FTP_COMMAND' EXPORTING handle = lv_handle command = lv_ftp_command TABLES data = lt_data EXCEPTIONS OTHERS = 1.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
FTP_DISCONNECT CALL FUNCTION 'FTP_DISCONNECT' EXPORTING handle = lv_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_CFG_DB_F02 - Include COM_CFG_DB_F02 COM_CFG_DB_DRAO - Size and where used Information for Documents COM_CFG_DB_DRAO - Size and where used Information for Documents COM_CFG_DB_DETAIL - Content of Knowledgebase Runtime Version COM_CFG_DB_DETAIL - Content of Knowledgebase Runtime Version COM_CFG_DB_CONSTANTS - Include COM_CFG_DB_CONSTANTS