PTRV_NOT_CH_TR SAP (Storage of New Data from Temporarily Unchangable Trips) Table details

Dictionary Type: Table
Description: Storage of New Data from Temporarily Unchangable Trips




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




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

PTRV_NOT_CH_TR is a standard SAP Table which is used to store Storage of New Data from Temporarily Unchangable Trips data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_NOT_CH_TR table consists of various fields, each holding specific information or linking keys about Storage of New Data from Temporarily Unchangable Trips data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), HDVRS (Sequential Number of Travel Expenses Table THEADER).. 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_NOT_CH_TR 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
HDVRSSequential Number of Travel Expenses Table THEADER PTRV_HDVRSNUMC2PTRVNUMC2
PERIOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
PDVRSSequential Number of Period PTRV_PDVRSNUMC2NUMC2
RULE_TAGRule Used To Change The Accounting and Taxation Method PTRV_RULE_TAGCHAR1PTRV_RULE_TAG
OLD_ZIKEYDestination Assignment KEYZICHAR2KEYZI
NEW_ZIKEYDestination Assignment KEYZICHAR2KEYZI
NEW_DESTINATIONInsertion of Specified Destination PTRV_NEW_DESTCHAR1XFLAG
DEL_DESTINATIONDeletion of Specified Destination PTRV_DEL_DESTCHAR1XFLAG
HEAD_BEREITrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
ZIKEYDestination Assignment KEYZICHAR2KEYZI
KZREATrip Type: Statutory KZREACHAR1T702GKZREA
KZTKTTrip Activity Type KZTKTCHAR1T702RKZTKT
ZLANDTrip Country / Trip Country Group LNDGRCHAR3T702OLNDGR
BEREITrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
ZORT1Location RZIELCHAR17RZIEL
KUNDEReason for trip (e.g. customer/requisitioner) RKUNDCHAR17RKUND
RVDATBeginning Date of Trip Segment REBEDDATS8REDAT
RVUHRBeginning Time of Trip Segment REBEUTIMS6REUHR
RBDATEnd Date of Trip Segment REENDDATS8REDAT
RBUHREnd Time of Trip Segment REENUTIMS6REUHR
RADATTrip Segment: Arrival Date DATZADATS8REDAT
RAUHRPart of trip: Arrival time UHRZATIMS6REUHR
UEBPANumber of Overnight Stays for Per-Diem Settlement ANUEPDEC2ANUEP
KZPRIPrivate Stopover KZPRICHAR1XFELD
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
PROTECTProtection Indicator of Entry PROTECTCHAR1PRTV_PROTECT
.INCLU--AP 0
ABWH_ARTAbsence type PTRVPS_ABWH_ARTCHAR1PTRVPS_ABWH_ART
ZUSCH_ARTAllowance Type PTRVPS_ZUSCH_ARTCHAR1PTRVPS_ZUSCH_ART
TRG_PARTNERSeparation Allowance Action of Spouse at Same Location PTRVPS_PARTNERCHAR1PTRVPS_PARTNER
ENTGELT_UNTERKChargeable Accommodations Retained During Absence PTRVPS_ENTG_UNTCHAR1XFELD
TAX_PER_DIEMAutomatic Taxation of Meals and Accommodations Per Diems PTRV_TAX_PER_DIEMCHAR1XFELD
TAX_PD_MANManually Triggered Taxation of Meals Per Diems PTRV_TAX_PD_MANCHAR1XFELD
TAX_OV_MANManually Triggered Taxation of Accommodations Per Diems PTRV_TAX_OV_MANCHAR1XFELD
SLEEP_AT_HOMEOvernight Stay at Home PTRV_SLEEP_AT_HOMECHAR1XFELD
MPD_EXCLExclude Meals Per Diem From Calculation GLO_PTRV_MPD_EXCLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTRV_NOT_CH_TR
INTO CORRESPONDING FIELDS OF WA_PTRV_NOT_CH_TR
WHERE...

How to access SAP table PTRV_NOT_CH_TR

Within an ECC or HANA version of SAP you can also view further information about PTRV_NOT_CH_TR 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!