RFARHTP_UPDATE_TABLE 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 RFARHTP_UPDATE_TABLE 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 RFARHTP_UPDATE_TABLE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TP_CONVERT_RBD_TO_CABIN CALL FUNCTION 'TP_CONVERT_RBD_TO_CABIN' EXPORTING carrier = flight-airline loc_org = flight-loc_dep loc_dst = flight-loc_arr flightnbr = flight-flight_nr * TABLES * T_CLASSES = CHANGING cabin = flight-cabin rbd = flight-rbd restriction = flight-restrict_fare .
TP_CONVERT_RBD_TO_CABIN CALL FUNCTION 'TP_CONVERT_RBD_TO_CABIN' EXPORTING carrier = flight-airline loc_org = flight-loc_dep loc_dst = flight-loc_arr flightnbr = flight-flight_nr * TABLES * T_CLASSES = CHANGING cabin = flight-cabin rbd = flight-rbd restriction = flight-restrict_fare .
FITP_RFC_TRANSLATE_AMOUNT CALL FUNCTION 'FITP_RFC_TRANSLATE_AMOUNT' EXPORTING amount_in = f_fare currency = p_base_curr IMPORTING amount_out = p_base_fare.
FITP_RFC_TRANSLATE_AMOUNT * CALL FUNCTION 'FITP_RFC_TRANSLATE_AMOUNT' * EXPORTING * amount_in = t_imr_htl-rate_per_night * currency = t_imr_htl-currency_code * IMPORTING * amount_out = wa_hotel-rate.
FITP_RFC_TRANSLATE_AMOUNT * CALL FUNCTION 'FITP_RFC_TRANSLATE_AMOUNT' * EXPORTING * amount_in = t_imr_htl-rate_per_night * currency = t_imr_htl-currency_code * IMPORTING * amount_out = wa_hotel-rate.
FITP_CONVERT_FREEFLOW * CALL FUNCTION 'FITP_CONVERT_FREEFLOW' * CHANGING * FREEFLOW = temp_remarks_freeflow * .
TP_CONVERT_FREEFLOW CALL FUNCTION 'TP_CONVERT_FREEFLOW' CHANGING FREEFLOW = temp_remarks_freeflow .
TP_CONVERT_RBD_TO_CABIN call function 'TP_CONVERT_RBD_TO_CABIN' exporting carrier = pio_flight-new_ftpt-airline loc_org = pio_flight-new_ftpt-loc_dep loc_dst = pio_flight-new_ftpt-loc_arr flightnbr = pio_flight-new_ftpt-flight_nr changing cabin = pio_flight-new_ftpt-cabin rbd = pio_flight-new_ftpt-rbd restriction = pio_flight-new_ftpt-restrict_fare.
TP_CONVERT_RBD_TO_CABIN call function 'TP_CONVERT_RBD_TO_CABIN' exporting carrier = pio_flight-new_ftpt-airline loc_org = pio_flight-new_ftpt-loc_dep loc_dst = pio_flight-new_ftpt-loc_arr flightnbr = pio_flight-new_ftpt-flight_nr changing cabin = pio_flight-new_ftpt-cabin rbd = pio_flight-new_ftpt-rbd restriction = pio_flight-new_ftpt-restrict_fare.
TP_CONVERT_RBD_TO_CABIN call function 'TP_CONVERT_RBD_TO_CABIN' exporting carrier = pio_flight-new_ftpt-airline loc_org = pio_flight-new_ftpt-loc_dep loc_dst = pio_flight-new_ftpt-loc_arr flightnbr = pio_flight-new_ftpt-flight_nr changing cabin = pio_flight-new_ftpt-cabin rbd = pio_flight-new_ftpt-rbd restriction = pio_flight-new_ftpt-restrict_fare.
TP_CONVERT_RBD_TO_CABIN call function 'TP_CONVERT_RBD_TO_CABIN' exporting carrier = po_ftpt_fl-airline loc_org = po_ftpt_fl-loc_dep loc_dst = po_ftpt_fl-loc_arr flightnbr = po_ftpt_fl-flight_nr changing cabin = po_ftpt_fl-cabin rbd = po_ftpt_fl-rbd restriction = po_ftpt_fl-restrict_fare.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p0001-bukrs language = sy-langu IMPORTING comp_name = a_text currency = o_cuky EXCEPTIONS not_found = 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.
RFARHTP_UPDATE_TABLE - Include RFARHTP_UPDATE_TABLE RFARHTP14_TOP - Include for new off-line synchronisation TP14 - Data declaration RFARHTP14_F3 - Include for new off-line synchronisation TP14 - Queue management RFARHTP14_F2 - Include for new off-line synchronisation TP14 - Exec. log management RFARHTP14_F1 - Include for new off-line synchronisation TP14 - Consistency checks RFARHTP14 - AMADEUS offline synchronisation using queue mechanism