SAP Reports / Programs | Financial Accounting | Travel Management | Travel Planning(FI-TV-PL) SAP FI

RFARHTP10_F01 SAP ABAP INCLUDE - RFARHTP10F01







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


INCLUDES used within this REPORT RFARHTP10_F01

INCLUDE FITP_READ_CONTROLTABLE_BASIC. "YWWK000678


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:

TP_START_STOP_CONNECTION * CALL FUNCTION 'TP_START_STOP_CONNECTION' * EXPORTING * VARIANT = '01' * START_CONNECTION = 'X' * IMPORTING * DESTINATION = DESTINATION * EXCEPTIONS * NO_DESTINATION_FOUND = 1 * NO_VALID_VARIANT = 2 * OTHERS = 3 .

RFC_1A_GET_AIR CALL FUNCTION 'RFC_1A_GET_AIR' DESTINATION destination EXPORTING air_number_in = air_number_in record_locator_in = record_locator_in trip_number_in = trip_number_in personal_id_in = personal_id_in path_name_in = path_name_in from_date = from_date to_date = to_date IMPORTING error_code = error_code no_more_air = no_more_air air_number_out = air_number_out record_locator_out = record_locator_out trip_number_out = trip_number_out personal_id_out = personal_id_out path_name_out = path_name_out s_general_air_data = s_general_air_data TABLES t_air_secondary = t_air_secondary t_air_flight = t_air_flight t_air_hotel_seg = t_air_hotel_seg t_air_hotel_direct = t_air_hotel_direct t_air_car_seg = t_air_car_seg t_air_train_seg = t_air_train_seg t_air_surface_seg = t_air_surface_seg t_air_manual_seg = t_air_manual_seg t_air_names = t_air_names t_air_tkt = t_air_tkt t_air_fop = t_air_fop t_air_fare_element = t_air_fare_element t_air_seat = t_air_seat t_air_ssr = t_air_ssr t_air_fqtv = t_air_fqtv t_air_fare_index = t_air_fare_index t_air_fare = t_air_fare t_air_fare_seg = t_air_fare_seg t_air_fare_supp = t_air_fare_supp t_air_fare_tax = t_air_fare_tax t_air_recloc_list = t_air_recloc_list t_air_tkt_seg_list = t_air_tkt_seg_list t_air_fop_seg_list = t_air_fop_seg_list t_air_fare_el_seg_list = t_air_fare_el_seg_list t_air_seat_seg_list = t_air_seat_seg_list t_air_ssr_seg_list = t_air_ssr_seg_list t_air_fqtv_seg_list = t_air_fqtv_seg_list .

DEQUEUE_EPTRV * CALL FUNCTION 'DEQUEUE_EPTRV' * EXPORTING * pernr = personal_id_out * reinr = trip_number_out.

RFC_1A_AIR_ACKNOWLEDGE CALL FUNCTION 'RFC_1A_AIR_ACKNOWLEDGE' DESTINATION DESTINATION EXPORTING air_number_in = air_number_out path_name_in = path_name_out * action_type = 'D' action_type = p_action * IMPORTING * ERROR_TYPE = * ERROR_CODE = .

FITP_CHECK_PNR_CHANGABLE * CALL FUNCTION 'FITP_CHECK_PNR_CHANGABLE' * EXPORTING * variant = wa_variant-variant * record_locator = record_locator_out * EXCEPTIONS * not_changable = 1 * OTHERS = 2.

FITP_SET_PNR_LINENUMBER * CALL FUNCTION 'FITP_SET_PNR_LINENUMBER' * TABLES * t_plan = plan * item = item ** ITEM_STATUS = * flight = flight * flight_pref = flight_pref * flight_leg = flight_leg * flight_fare = flight_fare * flight_tst = flight_tst * hotel = hotel * hotel_pref = hotel_pref * car = car * car_pref = car_pref * pnr = pnr * pnr_phone = pnr_phone * pnr_address = pnr_address * pnr_remarks = pnr_remarks * pnr_osi = pnr_osi * pnr_ssr = pnr_ssr * fare_comp = fare_comp * fare_note = fare_note ** INFO = * CHANGING * plan = wa_plan * variant = wa_variant ** TRANSACTION_MODE = * EXCEPTIONS * service_for_line_not_found = 1 * line_for_service_not_found = 2 * OTHERS = 3 * .

FITP_IGNORE_VARIANT * CALL FUNCTION 'FITP_IGNORE_VARIANT' * EXPORTING * ignore_mode = 1 * variant = wa_variant-variant.

FITP_RESET_CONNECTION * CALL FUNCTION 'FITP_RESET_CONNECTION' * EXPORTING * variant_nr = wa_variant-variant * EXCEPTIONS * no_variant_connected = 1 * OTHERS = 2.

FITP_UPDATE_PLAN CALL FUNCTION 'FITP_UPDATE_PLAN' EXPORTING wa_head = wa_head wa_perio = wa_perio wa_plan = p_wa_plan * IMPORTING * RETURN = TABLES t_variant = variant t_item = item t_fare_comp = fare_comp t_flight = flight t_flight_leg = flight_leg t_flight_pref = flight_pref t_flight_fare = flight_fare t_flight_tst = flight_tst t_fare_note = fare_note t_hotel = hotel t_hotel_pref = hotel_pref t_car = car t_car_pref = car_pref t_train = train t_train_pref = train_pref t_pnr = pnr t_pnr_name = pnr_name t_pnr_osi = pnr_osi t_pnr_address = pnr_address t_pnr_remarks = pnr_remarks t_pnr_ssr = pnr_ssr t_pnr_phone = pnr_phone t_tm_memo = tm_memo t_info = var_info * EXCEPTIONS * DATABASE_ERROR_PLAN = 1 * DATABASE_ERROR_HEAD_PERIO = 2 * OTHERS = 3 .



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