AUVZ SAP (Distribution Center) Table details

Dictionary Type: Table
Description: Distribution Center




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




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

AUVZ is a standard SAP Table which is used to store Distribution Center data and is available within R/3 SAP systems depending on the version and release level.

The AUVZ table consists of various fields, each holding specific information or linking keys about Distribution Center data available in SAP. These include ABELN (Allocation Table Number), ABELP (Item number of allocation table), VZWRK (Distribution center as plant), VZENT (Distribution center (as customer)).. 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 AUVZ 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
ABELNAllocation Table Number ABELNCHAR10AUKOALPHAABELNABE
ABELPItem number of allocation table ABELPNUMC5AUPOABELP
VZWRKDistribution center as plant VZWRKCHAR4T001WWERKSVZW
VZENTDistribution center (as customer) VZENTCHAR10KNA1ALPHAKUNNR
VZLFRVendor number of plant LIFNR_WKCHAR10LFA1ALPHALIFNR
PMNGVPlanned GR qty Distribution Center PMNGVQUAN13(3) MENG13
IMNGVConfirmed quantity, Distribution Center IMNGVQUAN13(3) MENG13
MENGE_OPTOptimized quantity MENGE_OPTQUAN13(3) MENG13
AUFMEAllocation Unit AUFMEUNIT3T006CUNITMEINS
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
BSTMGPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UMLMGReduced DC order quantity (in allocation table) BSTMG_REDQUAN13(3) MENG13
UMLMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
LFMNGGR qty assigned after alloc tbl adjustment made EFMNGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
EBLNUPurchase Order Generated for Vendor EBLNUCHAR10Assigned to domainALPHAEBELNBES
EBLPUGenerated purchase order item EBLPUNUMC5Assigned to domainEBELPPOS
ABFSTStatus plant notification ABFSTCHAR1ASTAB
ABASTDetails status, plant notification ABASTCHAR1ABAST
BSTSTStatus: Vendor Purchase Order Generation BSTSTCHAR1ASTAB
UMLSTStatus: warehouse order generation UMLSTCHAR1ASTAB
LIESTStatus: generate deliveries LIESTCHAR1ASTAB
ABVSTNotification status (DC) ABVSTCHAR1ASTAB
WEESTEntry status of GR in DC WEESTCHAR1ASTAB
KAGSTStatus of sales order generation KAGSTCHAR1ASTAB
SPERRBlocking flag, plant SPBTRCHAR1T629SPERR_A
BMERFSingle-Character Indicator CHAR1CHAR1CHAR1
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LAND1Country Key LAND1CHAR3T005LAND1LND
WAFLU_VZProcessing Method / Goods Movement in Distribution Center WAFLU_VZCHAR1BARTV
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
.INCLU--AP 0
SLS_RELSingle-Recipient Vendor Orders from Allocation Table SLS_RELCHAR1SLS_REL

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUVZ
INTO CORRESPONDING FIELDS OF WA_AUVZ
WHERE...

How to access SAP table AUVZ

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