/ISDFPS/VEKPTRK SAP (Tracking Table for Delivery HU in Shipment) Table details

Dictionary Type: Table
Description: Tracking Table for Delivery HU in Shipment




ABAP Code to SELECT data from /ISDFPS/VEKPTRK
Related tables to /ISDFPS/VEKPTRK
Access table /ISDFPS/VEKPTRK




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

/ISDFPS/VEKPTRK is a standard SAP Table which is used to store Tracking Table for Delivery HU in Shipment data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/VEKPTRK table consists of various fields, each holding specific information or linking keys about Tracking Table for Delivery HU in Shipment data available in SAP. These include TKNUM (Shipment Number), TPNUM (Shipment item), VENUM (Internal Handling Unit Number), CREATED_ON (Date record created on).. 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 /ISDFPS/VEKPTRK 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
TKNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
TPNUMShipment item TPNUMNUMC4Assigned to domainTPNUM
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
CREATED_ONDate record created on ANDATDATS8DATUM
CREATED_BYUser who created record ANNAMCHAR12USNAM
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
VPOBJPacking Object VPOBJCHAR2VPOBJ
VPOBJKEYKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/VEKPTRK using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/VEKPTRK
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/VEKPTRK
WHERE...

How to access SAP table /ISDFPS/VEKPTRK

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