DVM02 SAP (R/2-R/3 Link: R/3 Input Data Material Master Stor. Locations) Table details

Dictionary Type: Table
Description: R/2-R/3 Link: R/3 Input Data Material Master Stor. Locations




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




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

DVM02 is a standard SAP Table which is used to store R/2-R/3 Link: R/3 Input Data Material Master Stor. Locations data and is available within R/3 SAP systems depending on the version and release level.

The DVM02 table consists of various fields, each holding specific information or linking keys about R/2-R/3 Link: R/3 Input Data Material Master Stor. Locations 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), MATNR (Material Number).. 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 DVM02 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS01Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT01Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS02Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT02Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS03Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT03Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS04Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT04Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS05Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT05Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS06Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT06Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS07Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT07Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS08Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT08Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS09Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT09Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS10Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT10Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKS11Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT11Storage Location LGORT_DCHAR4Assigned to domainLGORTLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM DVM02
INTO CORRESPONDING FIELDS OF WA_DVM02
WHERE...

How to access SAP table DVM02

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