RFTP_DELETE_REMOTE_PREF 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 RFTP_DELETE_REMOTE_PREF 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.
Selection Text: GDS = D Reservation System
Title: Program RFTP_DELETE_PREF
Text Symbol: 001 = No Preferences in Remote System
Text Symbol: 007 = Processing Mode
Text Symbol: 009 = Create
Text Symbol: 010 = Refresh
Text Symbol: 011 = Delete
Text Symbol: 012 = No Synchronization
Text Symbol: 013 = Mode
Text Symbol: 014 = Preference Synchronization Results
Text Symbol: 015 = OrgName
Text Symbol: 016 = Organization Name
Text Symbol: 017 = Store in Reservation System
Text Symbol: 018 = Message 1
Text Symbol: 019 = Message 2
Text Symbol: 020 = Message 3
Text Symbol: 021 = Message 4
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = g_s_log importing e_log_handle = log_handle exceptions log_header_inconsistent = 1 others = 2.
FITP_FILTER_PERNR call function 'FITP_FILTER_PERNR' exporting * change_date = date_selected_flag = flag_date_set changing t_pernr_upd = t_pernr_upd.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = i_processed ** TEXT = ' ' * .
BAL_DSP_LOG_PRINT * call function 'BAL_DSP_LOG_PRINT' ** EXPORTING ** I_S_PRINT_OPTIONS = ** I_S_DISPLAY_PROFILE = ** I_T_LOG_HANDLE = ** I_T_MSG_HANDLE = ** I_S_LOG_FILTER = ** I_S_MSG_FILTER = ** I_T_LOG_CONTEXT_FILTER = ** I_T_MSG_CONTEXT_FILTER = ** EXCEPTIONS ** PROFILE_INCONSISTENT = 1 ** INTERNAL_ERROR = 2 ** NO_DATA_AVAILABLE = 3 ** NO_AUTHORITY = 4 ** OTHERS = 5 * .
REUSE_ALV_FIELDCATALOG_MERGE * call function 'REUSE_ALV_FIELDCATALOG_MERGE' * exporting * i_program_name = 'RFTP_SYNCHRO_PREF' * i_internal_tabname = 'T_PERNR_UPD_ALV' ** i_structure_name = 'FTPS_PNR_UPDATE' ** I_CLIENT_NEVER_DISPLAY = 'X' * i_inclname = 'RFTP_SYNCHRO_PREF' ** I_BYPASSING_BUFFER = ** I_BUFFER_ACTIVE = * changing * ct_fieldcat = t_fieldcat ** EXCEPTIONS ** INCONSISTENT_INTERFACE = 1 ** PROGRAM_ERROR = 2 ** OTHERS = 3 * .
REUSE_ALV_GRID_DISPLAY * call function 'REUSE_ALV_GRID_DISPLAY' * exporting ** I_INTERFACE_CHECK = ' ' ** I_BYPASSING_BUFFER = ' ' ** I_BUFFER_ACTIVE = ' ' ** I_CALLBACK_PROGRAM = ' ' ** I_CALLBACK_PF_STATUS_SET = ' ' ** I_CALLBACK_USER_COMMAND = ' ' ** I_CALLBACK_TOP_OF_PAGE = ' ' ** I_CALLBACK_HTML_TOP_OF_PAGE = ' ' ** I_CALLBACK_HTML_END_OF_LIST = ' ' ** i_structure_name = 'FTPS_PNR_UPDATE' ** I_BACKGROUND_ID = ' ' * i_grid_title = text-014 ** I_GRID_SETTINGS = * is_layout = wa_layout_alv * it_fieldcat = t_fieldcat ** IT_EXCLUDING = * it_special_groups = t_group_alv ** IT_SORT = ** IT_FILTER = ** IS_SEL_HIDE = ** I_DEFAULT = 'X' ** I_SAVE = ' ' ** IS_VARIANT = ** IT_EVENTS = ** IT_EVENT_EXIT = ** IS_PRINT = ** IS_REPREP_ID = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 ** IT_ALV_GRAPHICS = ** IT_HYPERLINK = ** IT_ADD_FIELDCAT = ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * tables * t_outtab = t_pernr_upd_alv ** EXCEPTIONS ** PROGRAM_ERROR = 1 ** OTHERS = 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.