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

RFARHTP_UPDATE_TABLE SAP ABAP INCLUDE - Include RFARHTP_UPDATE_TABLE







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


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


Text pool values


Title: Include RFARHTP_UPDATE_TABLE


INCLUDES used within this REPORT RFARHTP_UPDATE_TABLE

No INCLUDES are used within this REPORT code!


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_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.



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