VETVG SAP (Delivery Due Index for Stock Transfer) Table details

Dictionary Type: Table
Description: Delivery Due Index for Stock Transfer




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




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

VETVG is a standard SAP Table which is used to store Delivery Due Index for Stock Transfer data and is available within R/3 SAP systems depending on the version and release level.

The VETVG table consists of various fields, each holding specific information or linking keys about Delivery Due Index for Stock Transfer data available in SAP. These include VSTEL (Shipping Point/Receiving Point), LEDAT (Delivery Creation Date), LPRIO (Delivery Priority), ROUTE (Route).. 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 VETVG 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 MANDTCLNT3T000MANDT
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LEDATDelivery Creation Date LEDATDATS8DATUM
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
ROUTERoute ROUTECHAR6TVROROUTE
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
WADATGoods Issue Date WADATDATS8DATUM
KUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
VBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
BRGEWOpen gross weight of all schedule lines for this key BRGEW_VGQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLUMOpen volume of all schedule lines for this key VOLUM_VGQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
BEARZProcessing time in days BEARZ_VGDEC5(2) DEC3_2
ADRNR_AGAddress number of the sold-to party ADRNR_AGCHAR10Assigned to domainALPHAADRNR
ADRNR_WEAddress number of the ship-to party ADRNR_WECHAR10Assigned to domainALPHAADRNR
AUARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VETVG
INTO CORRESPONDING FIELDS OF WA_VETVG
WHERE...

How to access SAP table VETVG

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