CAUVZ SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

CAUVZ is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Change Document Structure; Generated by RSSCD000" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CAUVZ TYPE CAUVZ.

The CAUVZ table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), ABELN (Allocation Table Number), ABELP (Item number of allocation table), VZWRK (Distribution center as plant).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CAUVZ structure 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure CAUVZ using ABAP code?

As CAUVZ is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CAUVZ as there is no data to select.

How to access SAP table CAUVZ

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