DVK02 SAP (R/2-R/3 Link: Delivery Item Data R2 -> R3) Table details

Dictionary Type: Table
Description: R/2-R/3 Link: Delivery Item Data R2 -> R3




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




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

DVK02 is a standard SAP Table which is used to store R/2-R/3 Link: Delivery Item Data R2 -> R3 data and is available within R/3 SAP systems depending on the version and release level.

The DVK02 table consists of various fields, each holding specific information or linking keys about R/2-R/3 Link: Delivery Item Data R2 -> R3 data available in SAP. These include SNKOM (Record no.of communication doc.for decentralized shipping), LNKOM (Sequence Number in a Communication Record), SSKOM (Status of communication record for decentralized shipping), POSNR (Delivery Item).. 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 DVK02 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
SNKOMRecord no.of communication doc.for decentralized shipping SNKOMNUMC10SNKOM
LNKOMSequence Number in a Communication Record LNKOMNUMC4NUM04
SSKOMStatus of communication record for decentralized shipping SSKOMCHAR1LVS_SSKOM
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LFIMGDelivery quantity (special storage for decentral.shipping) LFIMG_DVNUMC14NUM14
UMVKZCounter for converting to base unit (spec.stor.dec.ship) UMVKZ_DVNUMC5NUM05
UMVKNDenominator for converting to base qty (spec.stor.dec.ship) UMVKN_DVNUMC5NUM05
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
BRGEWGross weight (special storage for decentralized shipping) BRGEW_DVNUMC16NUM16
NTGEWNet weight (special storage for decentralized shipping) NTGEW_DVNUMC16NUM16
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume (special storage for decentralized shipping) VOLUM_DVNUMC16NUM16
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
KZTLFPartial delivery at item level KZTLFCHAR1KZTLF
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM DVK02
INTO CORRESPONDING FIELDS OF WA_DVK02
WHERE...

How to access SAP table DVK02

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