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

MFITPF2500 SAP ABAP INCLUDE - documentation and ABAP source code







MFITPF2500 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 MFITPF2500 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 MFITPF2500. "Basic submit
SUBMIT MFITPF2500 AND RETURN. "Return to original report after report execution complete
SUBMIT MFITPF2500 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 MFITPF2500

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:

NEGO_FL_CHECK_TRIP * CALL FUNCTION 'NEGO_FL_CHECK_TRIP' * TABLES * T_FL_ITEMS = T_FLIGHT_ITEMS_IN_VAR * T_FLIGHT = T_FLIGHT_IN_VAR * T_TA20NF = T_TA20NF * T_APPLIC_FARES = T_FL_NEGO_FARES.

NEGO_REBATE_CHECK_TRIP * CALL FUNCTION 'NEGO_REBATE_CHECK_TRIP' * TABLES * T_FL_ITEMS = T_FLIGHT_ITEMS_IN_VAR * T_FLIGHT = T_FLIGHT_IN_VAR * T_TA20NRF = T_TA20NRF * T_APPLIC_REBATES = T_FL_REBATES.

FITP_PRICE_FLIGHT_ITEMS * CALL FUNCTION 'FITP_PRICE_FLIGHT_ITEMS' * EXPORTING * VARIANT = WA_VARIANT-VARIANT * WORK_CURR = PTRP_WORK_CURR * IMPORTING * PRICING_RETURN = PRICING_RETURN * TABLES * FLIGHT = T_FLIGHT_IN_VAR * ITEM_FOR_PRICING = T_ITEM * ITEM_FLIGHT = T_FLIGHT_ITEMS_IN_VAR * ITEM_CAR = T_CAR_ITEMS_IN_VAR * ITEM_HOTEL = T_HOTEL_ITEMS_IN_VAR * FARE_COMP = T_FARE_COMP_IN_VAR * FLIGHT_TST = T_FLIGHT_TST_IN_VAR * FLIGHT_FARE = T_FLIGHT_FARE_IN_VAR * REBATES = T_FL_REBATES * NEGOS = T_FL_NEGO_FARES * HOTEL = T_HOTEL * CAR = T_CAR * CHANGING * WA_VARIANT = WA_VARIANT.

FITP_PRICE_FLIGHT_ITEMS * CALL FUNCTION 'FITP_PRICE_FLIGHT_ITEMS' * EXPORTING * VARIANT = WA_VARIANT-VARIANT * WORK_CURR = PTRP_WORK_CURR * CUR_PLAN = WA_PLAN " PMO * USER_GROUP = PTRP_USERG " PMOPH4K021259 * IMPORTING * PRICING_RETURN = PRICING_RETURN * TABLES * FLIGHT = T_FLIGHT_IN_VAR * ITEM_FOR_PRICING = T_ITEM * ITEM_FLIGHT = T_FLIGHT_ITEMS_IN_VAR * ITEM_CAR = T_CAR_ITEMS_IN_VAR * ITEM_HOTEL = T_HOTEL_ITEMS_IN_VAR * FARE_COMP = T_FARE_COMP_IN_VAR * FLIGHT_TST = T_FLIGHT_TST_IN_VAR * FLIGHT_FARE = T_FLIGHT_FARE_IN_VAR * REBATES = T_FL_REBATES * NEGOS = T_FL_NEGO_FARES * HOTEL = T_HOTEL * CAR = T_CAR * CHANGING * WA_VARIANT = WA_VARIANT.

FITP_EDIT_TEXT CALL FUNCTION 'FITP_EDIT_TEXT' EXPORTING title_text = title_text mode = transaction_mode TABLES edit_text = t_text EXCEPTIONS no_text = 1 canceled = 2 OTHERS = 3.

FITP_RAIL_STATION_SEARCH_HELP CALL FUNCTION 'FITP_RAIL_STATION_SEARCH_HELP' EXPORTING i_search_input = p_location IMPORTING e_rail_station = tmp_station e_ind_station_found = station_found.

FITP_SORT_ITEM CALL FUNCTION 'FITP_SORT_ITEM' "QHKK036392 EXPORTING "QHKK036392 sort_mode = ' ' "QHKK036392 sort = 'X' "QHKK036392 TABLES "QHKK036392 t_item = p_t_item_in_variant. "QHKK036392



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