DVK00 SAP (unused dummy structure xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) Pooled Table details

Dictionary Type: Pooled Table
Description: unused dummy structure xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx




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




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

DVK00 is a standard SAP Pooled Table which is used to store unused dummy structure xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx data and is available within R/3 SAP systems depending on the version and release level.

The DVK00 table consists of various fields, each holding specific information or linking keys about unused dummy structure xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx data available in SAP. These include SNKOM (Record number of communication document for WMS link), VSTEL (Shipping Point/Receiving Point), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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: Not classified


SAP DVK00 pooled 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 number of communication document for WMS link LVS_SNKOMNUMC10LVS_SNKOMSNK
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ADATUDate on Which Record Was Created ERDATDATS8DATUM
AZEITEntry time ERZETTIMS6UZEIT
VSTATProcessing Status VSTAT_DCHAR1VSTAT
VDATUProcessing date of WMS communication record LDK00VDATUDATS8DATUM
VZEITProcessing time of WMS communication record LDK00VZEITTIMS6UZEIT
BSTATCheckbox XFELDCHAR1XFELD
BDATUProcessing date of WMS communication record LDK00VDATUDATS8DATUM
BZEITProcessing time of WMS communication record LDK00VZEITTIMS6UZEIT
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
KZUEBIndicator for record transfer LDK00KZUEBCHAR1XFELD
FSTATError status of WM communication record LDK00FSTATCHAR1XFELD
FNUMMError number during processing of WMS communication record LDK00FNUMMNUMC3NUM3
FTEXTError text LDK00FTEXTCHAR73CHAR73
LXX01Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX02Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX03Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX04Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX05Active record type within a communication record LDK00LXX01CHAR5CHAR5

Key field Non-key field



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

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

SELECT SINGLE *
FROM DVK00
INTO CORRESPONDING FIELDS OF WA_DVK00
WHERE...

How to access SAP table DVK00

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