RFTP_TEST_WEB_FLIGHT_AVAIL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test the following RFC module for flight availability: 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFTP_TEST_WEB_FLIGHT_AVAIL 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: TIME_RE6 = Time
Selection Text: TIME_RE5 = Time
Selection Text: TIME_RE4 = Time
Selection Text: TIME_RE3 = Time
Selection Text: TIME_RE2 = Time
Selection Text: TIME_RE1 = Time
Selection Text: SCHEME = Schema
Selection Text: RFCDEST = D RFC Destination
Selection Text: PERS_NR = D Personnel Number
Selection Text: LOC_DEP6 = D Starting Location
Selection Text: LOC_DEP5 = D Starting Location
Selection Text: LOC_DEP4 = D Starting Location
Selection Text: LOC_DEP3 = D Starting Location
Selection Text: LOC_DEP2 = D Starting Location
Selection Text: LOC_DEP1 = D Starting Location
Selection Text: LOC_ARR6 = D End Location
Selection Text: LOC_ARR5 = D End Location
Selection Text: LOC_ARR4 = D End Location
Selection Text: LOC_ARR3 = D End Location
Selection Text: LOC_ARR2 = D End Location
Selection Text: LOC_ARR1 = D End Location
Selection Text: DEPARR6 = D Arrival/Departure
Selection Text: DEPARR5 = D Arrival/Departure
Selection Text: DEPARR4 = D Arrival/Departure
Selection Text: DEPARR3 = D Arrival/Departure
Selection Text: DEPARR2 = D Arrival/Departure
Selection Text: DEPARR1 = D Arrival/Departure
Selection Text: DATE_RE6 = D Date in Format YYYYMMDD As C
Selection Text: DATE_RE5 = D Date in Format YYYYMMDD As C
Selection Text: DATE_RE4 = D Date in Format YYYYMMDD As C
Selection Text: DATE_RE3 = D Date in Format YYYYMMDD As C
Selection Text: DATE_RE2 = D Date in Format YYYYMMDD As C
Selection Text: DATE_RE1 = D Date in Format YYYYMMDD As C
Title: Program TEST_Flight_Availability
Text Symbol: 009 = Selection Class Error
Text Symbol: 008 = Selection Line Error
Text Symbol: 007 = Sixth Access
Text Symbol: 006 = Fifth Access
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FITP_WEB_FLIGHT_AVAIL CALL FUNCTION 'FITP_WEB_FLIGHT_AVAIL' DESTINATION rfcdest EXPORTING i_personal_number = pers_nr i_flight_scheme = scheme i_flight_input1 = l_flight_input1 i_flight_input2 = l_flight_input2 i_flight_input3 = l_flight_input3 i_flight_input4 = l_flight_input4 i_flight_input5 = l_flight_input5 i_flight_input6 = l_flight_input6 IMPORTING e_provider = l_gds_value e_flight_class_mgt = l_gds_class TABLES et_return = t_return et_flight_list = et_flight_list.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = 'lt_flight_list' i_structure_name = 'FTPS_WEB_FLIGHT_LIST' CHANGING ct_fieldcat = l_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 = l_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = l_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * i_save = l_save * is_variant = disvariant it_events = gt_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 = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = lt_flight_list EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.
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_TEST_WEB_FLIGHT_AVAIL - Program TEST_Flight_Availability RFTP_TEST_WEB_FLIGHT_AVAIL - Program TEST_Flight_Availability RFTP_TEST_WEB_CAR_AVAIL - Program RFTP_TEST_WEB_CAR_AVAIL RFTP_TEST_WEB_CAR_AVAIL - Program RFTP_TEST_WEB_CAR_AVAIL RFTP_TEST_PLAN_COPY - Report RFTP_TEST_PLAN_COPY RFTP_TEST_PLAN_COPY - Report RFTP_TEST_PLAN_COPY