PTRV_SREC SAP (Trip Statistics - Receipts) Table details

Dictionary Type: Table
Description: Trip Statistics - Receipts




ABAP Code to SELECT data from PTRV_SREC
Related tables to PTRV_SREC
Access table PTRV_SREC




Table field list including key, data, relationships and ABAP select examples

PTRV_SREC is a standard SAP Table which is used to store Trip Statistics - Receipts data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_SREC table consists of various fields, each holding specific information or linking keys about Trip Statistics - Receipts data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), PERIO (Trip Period Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTRV_SREC table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PERIOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
RECEIPTNODocument Number NRBELCHAR3NRBEL
SEQNOSequential number for receipts PTRV_RECSEQNONUMC2NUMC2
DED_FLAGDeduction Indicator BELAZCHAR1BELAZ
PAID_COMPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
EXP_TYPETravel Expense Type SPKZLCHAR4Assigned to domainSPKZLRSASH_EXPENSE_TYPES
REC_AMOUNTAmount on Individual Receipt PTRV_REC_AMOUNTCURR13(2) WERTV7
REC_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REC_RATEExchange rate REC_RATEDEC9(5) UKURS
LOC_AMOUNTReceipt amount in local currency PTRV_LOC_AMOUNTCURR13(2) WERTV7
LOC_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
REC_DATEReceipt Date BELDTDATS8REDAT
SHORTTXTShort Receipt Information TXBELCHAR10TXBEL
ABOVE_LIMITCustomizing Limit for Travel Expense Type Exceeded PTRV_ABOVE_LIMITCHAR1P_ATYPE
.INCLU--AP 0
PAPER_RECEIPTPaper Receipt Exists PAPER_RECEIPTCHAR1XFELD
RECEIPT_OKExpense Receipt Checked RECEIPT_VALIDATEDCHAR1XFELD
PAYOTService Provider PAYOTCHAR2Assigned to domainPAYOT
PAPER_MISSINGRequired Paper Receipt Is Missing PAPER_MISSINGCHAR1P_ATYPE
RECEIPT_NOInvoice Number of Original Receipt PTRV_RECEIPT_NOCHAR16
RECEIPT_ITEMNumber of Invoice Item PTRV_RECEIPT_ITEMNUMC3
REC_FWSTETax amount in document currency WMWSTCURR13(2) WERT7
LOC_FWSTETax amount in document currency WMWSTCURR13(2) WERT7
VAT_POSTING_TYPEReporting and Posting of VAT Amount PTRV_VAT_POSTING_TYPECHAR1PTRV_VAT_POSTING_TYPE
VAT_SERVICE_CODEVAT Refund Code PTRV_VAT_SERVICE_CODECHAR3Assigned to domainPTRV_VAT_SERVICE_CODE
VAT_SERVICE_DESCDescription of Goods and Services PTRV_VAT_SERVICE_DESCCHAR100TEXT100
VAT_STATUSStatus of Data for VAT Refund PTRV_VAT_STATUSCHAR1PTRV_VAT_STATUS
VAT_CHANGED_MANVAT Amount Changed Manually PTRV_VAT_CHANGED_MANCHAR1
DIFF_VIOLATIONMaximum Difference Exceeded DIFF_VIOLATIONCHAR1P_ATYPE

Key field Non-key field



How do I retrieve data from SAP table PTRV_SREC using ABAP code

The following ABAP code Example will allow you to do a basic selection on PTRV_SREC to SELECT all data from the table
DATA: WA_PTRV_SREC TYPE PTRV_SREC.

SELECT SINGLE *
FROM PTRV_SREC
INTO CORRESPONDING FIELDS OF WA_PTRV_SREC
WHERE...

How to access SAP table PTRV_SREC

Within an ECC or HANA version of SAP you can also view further information about PTRV_SREC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!