RFTP_TABLE_UPLOAD_F01 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 RFTP_TABLE_UPLOAD_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 5 text = text-011.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-011.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = p_action enqueue_mode = 'E' view_name = tabname enqueue_range = ' ' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-401 "'Conversion error' titl = text-400. "'Upload Error'.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-402 "'Invalid table width ' titl = text-400. "'Upload Error'.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-403 "'No batch error' titl = text-400. "'Upload Error'.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-404 "'Invalid type' titl = text-400. "'Upload Error'.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-405 "'Unknown error' titl = text-400. "'Upload Error'.
WS_MSG CALL FUNCTION 'WS_MSG' EXPORTING msg_type = 'A' text = text-406 "'Other error' titl = text-400. "'Upload Error'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-m01 text_question = text-m02 text_button_1 = text-m03 text_button_2 = text-m04 display_cancel_button = ' ' IMPORTING answer = answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTP_TABLE_UPLOAD_F01 - RFTPTABLEUPLOADF01 RFTP_TABLE_UPLOAD_20O0 - RFTPTABLEUPLOAD20O0 RFTP_TABLE_UPLOAD - Upload Report for Travel Planning Customizing Tables RFTP_TABLE_UPLOAD - Upload Report for Travel Planning Customizing Tables RFTP_SYNCHRO_PREF - Program RFTP_SYNCHRO_PREF RFTP_SYNCHRO_PREF - Program RFTP_SYNCHRO_PREF