SAP Reports / Programs

SAPDBPTRVP SAP ABAP Report - documentation and ABAP source code







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


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 SAPDBPTRVP. "Basic submit
SUBMIT SAPDBPTRVP AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBPTRVP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 .





Selection Text: LDBTRIP = D .
Selection Text: LDBTPROV = D .
Selection Text: LDBTOTAL = D .
Selection Text: LDBTODAY = .
Selection Text: LDBSTRET = D .
Selection Text: LDBSTCEG = D .
Selection Text: LDBSTCD1 = D .
Selection Text: LDBINTCA = D .
Selection Text: LDBHOUSE = D .
Selection Text: SA_INCL = Separation Allowances Only
Selection Text: SA_EXCL = Trips Only
Selection Text: SA_ALL = Trips and Sep. Allowances
Selection Text: LDBTRTOT = Total Cost of Trip
Selection Text: LDBTO = Trip Ends On
Selection Text: LDBTNUMR = Train Number
Selection Text: LDBTDEP = Departure Station
Selection Text: LDBTDATB = Start Date
Selection Text: LDBTCLAS = Train Class
Selection Text: LDBTARR = Arrival Station
Selection Text: LDBRES = Reason
Selection Text: LDBABLIM = Limit Exceeded
Selection Text: LDBABREC = Settlement Status
Selection Text: LDBADVC = Advance
Selection Text: LDBALAMT = Amount
Selection Text: LDBAMNT = Amount in Local Currency
Selection Text: LDBANTRG = Request/Trip Indicator
Selection Text: LDBAUFNR = Order
Selection Text: LDBBEGDA = Valid From
Selection Text: LDBBUKRS = Company Code
Selection Text: LDBCDATB = Start Date
Selection Text: LDBCDATE = End Date
Selection Text: LDBCLOCB = Start Location
Selection Text: LDBCPROV = Car Rental Provider
Selection Text: LDBCSTAT = Status
Selection Text: LDBCUR1 = Currency
Selection Text: LDBCUR2 = Currency
Selection Text: LDBCUR3 = Currency
Selection Text: LDBHLAND = Country (if no IATA code)
Selection Text: LDBHDATE = Departure Date





Selection Text: LDBHDATB = Arrival Date
Selection Text: LDBFSTAT = Status
Selection Text: LDBFROM = Trip Begins On
Selection Text: LDBFLOCE = Arrival Location
Selection Text: LDBFLOCB = Departure Location
Selection Text: LDBFDATB = Departure Date
Selection Text: LDBFAIRL = Airline Carrier
Selection Text: LDBEXPT = Travel Expense Type
Selection Text: LDBESTCR = Expected Costs from Request
Selection Text: LDBESTCP = Expected Costs from Plan
Selection Text: LDBENDDA = Valid To
Selection Text: LDBDIFER = Cost Difference Reques/Exp.
Selection Text: LDBDIFEP = Cost Difference Plan/Expense
Selection Text: LDBCUR4 = Currency
Text Symbol: C10 = Only Select Personnel Numbers Valid Today
Text Symbol: L10 = HR Data
Text Symbol: L20 = General Trip Data
Text Symbol: L30 = Status
Text Symbol: L40 = Totals
Text Symbol: L50 = Receipts
Text Symbol: L60 = Cost Assignment
Text Symbol: L70 = Cost Difference Request/Plan - Expense Report
Text Symbol: L80 = Supplier Data for VAT Refund
Text Symbol: LC1 = Select Current Trip Version
Text Symbol: LC2 = Select All Versions
Text Symbol: P10 = General Data of Travel Plan
Text Symbol: P20 = Plan Variants
Text Symbol: P30 = Request Items
Text Symbol: P40 = Flights
Text Symbol: P50 = Car Rental
Text Symbol: P60 = Hotels
Text Symbol: P70 = Train Trips
Text Symbol: P80 = Other Services
Text Symbol: S10 = Srch Help
Text Symbol: V10 = No FTPT_PLAN, FTPT_VARIANT
Text Symbol: V20 = No FTPT_PLAN, FTPT_VARIANT, FTPT_ITEM
Text Symbol: V30 = No PRTV_HEAD, FTPT_PLAN, FTPT_VARIANT, FTPT_ITEM
Text Symbol: V40 = No PRTV_HEAD, FTPT_PLAN, FTPT_ITEM
Text Symbol: V50 = No FTPT_PLAN, FTPT_ITEM



INCLUDES used within this REPORT SAPDBPTRVP

INCLUDE DBPTRVPTOP . " HEADER
INCLUDE DBPTRVPNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBPTRVPF001 . " USER DEFINED INCLUDE


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:

No SAP FUNCTION MODULES are executed within this report code!



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