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

MFITPF1000 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

PTRA_UTIL_MEM_CLEAR_ALL CALL FUNCTION 'PTRA_UTIL_MEM_CLEAR_ALL' EXCEPTIONS error_occurred = 1 OTHERS = 2.

PTRM_UTIL_MESSAGES_DELETE CALL FUNCTION 'PTRM_UTIL_MESSAGES_DELETE' EXPORTING i_all_only_once_messages = 'X'.

PTRA_SCREEN_MEM_CLEAR_ALL CALL FUNCTION 'PTRA_SCREEN_MEM_CLEAR_ALL' EXCEPTIONS error_occurred = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = fm_get_accessibility_mode EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FITP_GET_GKT_VIA_TVGKT CALL FUNCTION 'FITP_GET_GKT_VIA_TVGKT' IMPORTING db_gkt_number = wa_ta20db-db_gkt_number EXCEPTIONS no_tvgkt_found = 1 no_gkt_for_tvgkt_found = 2 OTHERS = 3.

FITP_SORT_ITEM CALL FUNCTION 'FITP_SORT_ITEM' "QHKK036392 EXPORTING "QHKK036392 sort_mode = 'D' "QHKK036392 sort = ' ' "QHKK036392 TABLES "QHKK036392 t_item = t_item_in_variant. "QHKK036392

FITP_REQUEST_TABLES_READ CALL FUNCTION 'FITP_REQUEST_TABLES_READ' EXPORTING pernr = ptrp_pernr reinr = wa_plan-reinr plan_request = 'P' TABLES t_req_head = t_req_head t_request = t_request t_req_advance = t_req_advance t_req_account = t_req_account t_req_reason = t_req_reason.

FITP_POPUP_COPY_TRIP_PLAN CALL FUNCTION 'FITP_POPUP_COPY_TRIP_PLAN' EXPORTING "QIZK035237 pernrwe_not_allowed = pernrwe_not_allowed "QIZK035237 IMPORTING copy_date = begin_new_plan CHANGING source_pernr = source_pernr source_reinr = source_reinr EXCEPTIONS cancelled_by_user = 1 OTHERS = 2.

CHECK_AUTH_AUTHF CALL FUNCTION 'CHECK_AUTH_AUTHF' EXPORTING datum = sy-datum authf = authf pernr = ptrp_pernr reinr = ptrp_reinr is_head = wa_head "MAWK000377 is_perio = wa_perio "MAWK000377 EXCEPTIONS OTHERS = 1.



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