SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

PTRM_UTIL_REQ SAP ABAP INCLUDE - PTRMUTILREQ







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

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:

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' "PJN EAJK014883 EXPORTING input = lwa_rsplit-posnr IMPORTING output = lwa_rsplit-wbs_elemt.

BUILD_ITINERARY CALL FUNCTION 'BUILD_ITINERARY' EXPORTING employeenumber = pwa_head-pernr tripnumber = pwa_head-reinr plan_request = p_trip_component trip_schema = pwa_head-schem TABLES itinerary_util = pt_ziel EXCEPTIONS no_further_destination = 1 no_plan_request = 2 OTHERS = 3.

PTRA_UTIL_MEM_KEY_SAVE CALL FUNCTION 'PTRA_UTIL_MEM_KEY_SAVE' EXPORTING i_employeenumber = pwa_head-pernr i_tripnumber = pwa_head-reinr i_periodnumber = pwa_head-perio i_periodversion = pwa_head-pdvrs i_request_items_exist = l_request_items_exist.

CONVERSION_EXIT_ABPSP_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT' EXPORTING input = lwa_rsplit-wbs_elemt IMPORTING output = lwa_req_account-posnr EXCEPTIONS not_found = 1 OTHERS = 2.

PTRA_UTIL_MEM_KEY_GET CALL FUNCTION 'PTRA_UTIL_MEM_KEY_GET' IMPORTING e_request_items_exist = l_request_items_exist.

FITP_REQUEST_TABLES_READ CALL FUNCTION 'FITP_REQUEST_TABLES_READ' EXPORTING pernr = pwa_head-pernr reinr = pwa_head-reinr plan_request = p_trip_component TABLES t_request = lt_request_from_db.



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