SAPDBPTRVP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The logical database PTRVP is used to evaluate Travel Management data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPDBPTRVP 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.
Selection Text: LDBREIMB = Reimbursement Amount
Selection Text: LDBRCDT = Receipt Date
Selection Text: LDBPERSK = Employee Subgroup
Selection Text: LDBPERSG = Employee Group
Selection Text: LDBPERNR = Personnel Number
Selection Text: LDBPDC2 = Paid by Company
Selection Text: LDBPDC1 = Paid by Company
Selection Text: LDBPAY = Payment Amount
Selection Text: LDBOSTAT = Status
Selection Text: LDBOLOET = End Location
Selection Text: LDBOLOCE = End Location (IATA)
Selection Text: LDBOLOCB = Start Location (IATA)
Selection Text: LDBOLOBT = Start Location
Selection Text: LDBODATB = Start Date
Selection Text: LDBOCODE = Code: Other Service
Selection Text: LDBKUNDE = Reason for Trip
Selection Text: LDBKTASK = Task Number
Selection Text: LDBKPROJ = Project Number
Selection Text: LDBKOST2 = Cost Center
Selection Text: LDBKOST1 = Cost Center
Selection Text: LDBKOKRS = Controlling Area
Selection Text: LDBKDWBS = WBS Element
Selection Text: LDBKDPOS = Sales Order Item
Selection Text: LDBKDAUF = Sales Order
Selection Text: LDBHSTAT = Status
Selection Text: LDBHPROV = Hotel Provider
Selection Text: LDBHPROP = Hotel Code
Selection Text: LDBHLOCT = Hotel Loc. (if no IATA code)
Selection Text: LDBHLOCB = Hotel Location
Selection Text: LDB_POST = D .
Selection Text: LDB_NAME = D .
Selection Text: LDB_CITY = D .
Selection Text: LDBZORT1 = D .
Selection Text: LDBZLAND = D .
Selection Text: LDBUEBRF = D .
Selection Text: LDBUEBLG = D .
Selection Text: LDBUEBDT = D .
Selection Text: LDBTSTAT = D .
INCLUDE DBPTRVPTOP . " HEADER
INCLUDE DBPTRVPNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBPTRVPF001 . " USER DEFINED INCLUDE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPDBPTRVP or its description.