PTP02_ITAB SAP (Structure of int. table t_head) Structure details

Dictionary Type: Structure
Description: Structure of int. table t_head




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




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

PTP02_ITAB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of int. table t_head" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PTP02_ITAB TYPE PTP02_ITAB.

The PTP02_ITAB table consists of various fields, each holding specific information or linking keys about Structure of int. table t_head data available in SAP. These include REINR (Trip Number), HDVRS (Sequential Number of Travel Expenses Table THEADER), MOLGA (Country Grouping), MOREI (Trip Provision Variant).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PTP02_ITAB structure 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
HDVRSSequential Number of Travel Expenses Table THEADER PTRV_HDVRSNUMC2PTRVNUMC2
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
SCHEMTrip schema RSCHECHAR2Assigned to domainRSCHE
KZREATrip Type: Statutory KZREACHAR1Assigned to domainKZREA
BEREITrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
KZTKTTrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
ZORT1Location RZIELCHAR17RZIEL
ZLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
HRGIORegion of Main Destination HRGIOCHAR5Assigned to domainRGION
KUNDEReason for trip (e.g. customer/requisitioner) RKUNDCHAR17RKUND
DATV1Beginning Date of Trip Segment REBEDDATS8REDAT
UHRV1Beginning Time of Trip Segment REBEUTIMS6REUHR
DATB1End Date of Trip Segment REENDDATS8REDAT
UHRB1End Time of Trip Segment REENUTIMS6REUHR
DATANTrip Segment: Arrival Date DATZADATS8REDAT
UHRANPart of trip: Arrival time UHRZATIMS6REUHR
DATABDeparture from Main Destination: Date DATZRDATS8REDAT
UHRABDeparture time from main destination UHRZRTIMS6REUHR
DATH1Border Crossing (Trip Out): Date DATGHDATS8REDAT
UHRH1Time: Border crossing(trip out) UHRGHTIMS6REUHR
DATR1Border Crossing (Return Trip): Date DATGZDATS8REDAT
UHRR1Time: Border crossing(return trip) UHRGZTIMS6REUHR
AGRZ1Country Key LAND1CHAR3Assigned to domainLAND1LND
GRGIORegion of Border Crossing: Return Trip GRGIOCHAR5Assigned to domainRGION
GRBERBorder crossing: Trip type enterprise-specific PTRV_GRBERCHAR1Assigned to domainBEREI
UZKVGConfirmation of Moving Costs Refund PTRV_UZKVGCHAR1UMZUGSKVG
ENDRGDifferent End of Travel Allowance (in Separation Allowance) PTRV_ENDRGDATS8REDAT
DEPARDeparture from Residence or Place of Work PTRV_DEPARCHAR1PTRV_CHAR1
ARRVLReturn Trip: Arrival at Place of Residence or Work PTRV_ARRVLCHAR1PTRV_CHAR1
RETRNArrival at Accommodations or New Workplace PTRV_RETRNCHAR1PTRV_CHAR1
HDPRNPrint status of trip/action PTRV_HDPRNCHAR1PTRV_CHAR1
HDAPPApproval status of trip/event PTRV_HDAPPCHAR1CHAR1
HDACCSettlement status of trip/event PTRV_HDACCCHAR1CHAR1
HDPAYOverall status: Transfer to payroll accounting PTRV_HDPAYCHAR1CHAR1
HDFIAOverall status: Transfer to financial accounting PTRV_HDFIACHAR1CHAR1
HDDMEOverall status: Transfer via DME PTRV_HDDMECHAR1CHAR1
DATESChanged On AEDATDATS8DATUM
TIMESTime of Last Change AEUHRTIMS6ATIME
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
REPIDChange Report AEREPCHAR40AEREP

Key field Non-key field



How do I retrieve data from SAP structure PTP02_ITAB using ABAP code?

As PTP02_ITAB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PTP02_ITAB as there is no data to select.

How to access SAP table PTP02_ITAB

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