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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PTRM_UTIL_REQ - PTRMUTILREQ PTRM_UTIL_GLOBAL_TOP - PTRMUTILGLOBALTOP PTRM_UTIL_GLOBAL - PTRMUTILGLOBAL PTRM_SE_TPATRAINARR_TEST_COF01 - Include PTRM_SE_TPATRAINARR_TEST_COF01 PTRM_SE_TPATRAINARR_TEST - Test report for the proxy TravelPlanningArrangementTrainArrangement PTRM_SE_TPATRAINARR_TEST - Test report for the proxy TravelPlanningArrangementTrainArrangement