VTRDI SAP (Shipment Planning Index) Table details

Dictionary Type: Table
Description: Shipment Planning Index




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




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

VTRDI is a standard SAP Table which is used to store Shipment Planning Index data and is available within R/3 SAP systems depending on the version and release level.

The VTRDI table consists of various fields, each holding specific information or linking keys about Shipment Planning Index data available in SAP. These include TRSTA (Transportation planning status), VSTEL (Shipping Point/Receiving Point), TDDAT (Transportation Planning Date), VBELN (Sales and Distribution Document 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 VTRDI 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
TRSTATransportation planning status TRSTACHAR1TRSTA
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
VBTYPSD document category VBTYPCHAR1VBTYP
LSTELLoading Point LSTELCHAR2TVLALSTEL
ROUTERoute ROUTECHAR6TVROROUTE
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
LAND1Country Key LAND1CHAR3T005LAND1LND
LZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
WADATGoods Issue Date WADATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
LFDATDelivery Date LFDAT_VDATS8DATUM
KODATPicking Date KODATDATS8DATUM
BTGEWTotal Weight GSGEWQUAN15(3) MENG15
VOLUMVolume VOLUM_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
KUNNRShip-to party KUNWECHAR10KNA1ALPHAKUNNR
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
INCO1Incoterms (Part 1) INCO1CHAR3TINCINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
TRSPGShipment Blocking Reason TRSPGCHAR2TTSGTRSPG
WBSTKTotal goods movement status WBSTKCHAR1STATV
TRATYMeans-of-Transport Type TRATYCHAR4TVTYTRATY
TRMTYPMeans of Transport TRMTYPCHAR18MARAMATN1MATNR
VSARTShipping type VSARTTRCHAR2T173VERSART
SDABWSpecial processing indicator SDABWCHAR4TVSAKSDABW
.INCLU--AP 0
FORCE_IDInternal Key for Force Element /ISDFPS/FORCE_IDCHAR32SYSUUID_C
FORCE_CNTInternal (Version) Counter /ISDFPS/FORCE_CNTNUMC6NUMC6
RELOC_IDRelocation ID /ISDFPS/RELOC_IDCHAR10/ISDFPS/REL/ISDFPS/RELOC_ID
RELOC_SEQ_IDRelocation Step ID /ISDFPS/RELOC_SEQ_IDCHAR4/ISDFPS/RELSEQ/ISDFPS/RELOC_SEQ_ID
SOURCE_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTRDI
INTO CORRESPONDING FIELDS OF WA_VTRDI
WHERE...

How to access SAP table VTRDI

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