VAWK SAP (Delivery Plan: Itinerary Determination, Customer-Specific) Table details

Dictionary Type: Table
Description: Delivery Plan: Itinerary Determination, Customer-Specific




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




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

VAWK is a standard SAP Table which is used to store Delivery Plan: Itinerary Determination, Customer-Specific data and is available within R/3 SAP systems depending on the version and release level.

The VAWK table consists of various fields, each holding specific information or linking keys about Delivery Plan: Itinerary Determination, Customer-Specific data available in SAP. These include VSTEL (Shipping Point/Receiving Point), KUNWE (Ship-to party), ABLAD (Unloading Point), VSBED (Shipping Conditions).. 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)


SAP VAWK 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
KUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
ABLADUnloading Point ABLADCHAR25TEXT25
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
JAHR4Year JAHR4NUMC4GJAHRGJAHR
TPERIPeriod of route allocation TPERINUMC3TPERI
AULWERoute Schedule AULWECHAR10VALWAULWE
KZ_DEFAULTDefault indicator KZ_DEFAULTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VAWK
INTO CORRESPONDING FIELDS OF WA_VAWK
WHERE...

How to access SAP table VAWK

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