PTRV_TRIPCHN_46C SAP (Table of all Trip Destinations f. Processing Recurring Dest.) Table details

Dictionary Type: Table
Description: Table of all Trip Destinations f. Processing Recurring Dest.




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




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

PTRV_TRIPCHN_46C is a standard SAP Table which is used to store Table of all Trip Destinations f. Processing Recurring Dest. data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_TRIPCHN_46C table consists of various fields, each holding specific information or linking keys about Table of all Trip Destinations f. Processing Recurring Dest. 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_TRIPCHN_46C 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_TAG_46CCHAR1PTRV_RULE_TAG_46C
ZIKEYDestination Assignment KEYZICHAR2KEYZI
MOREITrip Provision Variant MOREICHAR2Assigned to domainMOREIMOR
KZREATrip Type: Statutory KZREACHAR1Assigned to domainKZREA
BEREITrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
KZTKTTrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
ZLANDTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
DEST_IDENTIFIERUnique Identification for Destination Per Personnel Number PTRV_DEST_IDENTIFICATION_46CCHAR17RZIEL
KUNDEReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
DATV1Beginning Date of Trip Segment REBEDDATS8REDAT
UHRV1Beginning Time of Trip Segment REBEUTIMS6REUHR
DATB1End Date of Trip Segment REENDDATS8REDAT
UHRB1End Time of Trip Segment REENUTIMS6REUHR
ACTION_DATE_REQDate, From Which The Settlement Method Should Be Changed PTRV_ACTION_DATE_REQUIRED_46CDATS8PTRV_ACTION_DATE_46C
ACTION_DATE_ACTDate, From Which the Settlement Method Was Changed PTRV_ACTION_DATE_ACTUAL_46CDATS8PTRV_ACTION_DATE_46C
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
ORT02District PAD_ORT02CHAR40PAD_ORT01
CITY_CODECode Number for Location (e.g. Community Code Number) PTRV_CITY_CODE_46CCHAR12CHAR12
START_ENTRYFictitious Time Period Before Activation of Trip Chains PTRV_START_TRIP_CHAIN_46CCHAR1CHAR1
TAX_DATE_PD_REQDate the Taxation of Meals Per Diems Should Start PTRV_TAX_DATE_PD_REQ_46CDATS8REDAT
TAX_TIME_PD_REQTime the Meals Per Diem Taxation Should Start At PTRV_TAX_TIME_PD_REQ_46CTIMS6REUHR
TAX_DATE_PD_ACTDate the Taxation of Meals Per Diems Started On PTRV_TAX_DATE_PD_ACT_46CDATS8REDAT
TAX_TIME_PD_ACTTime the Meals Per Diem Taxation Started At PTRV_TAX_TIME_PD_ACT_46CTIMS6REUHR
TAX_DATE_OV_REQDate the Taxation of Accommodations Per Diem Should Start PTRV_TAX_DATE_OV_REQ_46CDATS8REDAT
TAX_TIME_OV_REQTime the Accommodations Per Diem Taxation Should Start At PTRV_TAX_TIME_OV_REQ_46CTIMS6REUHR
TAX_DATE_OV_ACTDate the Taxation of Accommodations Per Diem Started On PTRV_TAX_DATE_OV_ACT_46CDATS8REDAT
TAX_TIME_OV_ACTTime the Accommodations Per Diem Taxation Started At PTRV_TAX_TIME_OV_ACT_46CTIMS6REUHR
NR_PER_DIEMNumber of Meals Per Diems for Trip Chains PTRV_NR_PER_DIEM_46CNUMC3NUMC3
NR_OVERNNumber of Accommodations Per Diems for Trip Chains PTRV_NR_OVERN_46CNUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTRV_TRIPCHN_46C
INTO CORRESPONDING FIELDS OF WA_PTRV_TRIPCHN_46C
WHERE...

How to access SAP table PTRV_TRIPCHN_46C

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