VEDG SAP (DG: Supplement Table for DG Data (Handling Unit)) Table details

Dictionary Type: Table
Description: DG: Supplement Table for DG Data (Handling Unit)




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




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

VEDG is a standard SAP Table which is used to store DG: Supplement Table for DG Data (Handling Unit) data and is available within R/3 SAP systems depending on the version and release level.

The VEDG table consists of various fields, each holding specific information or linking keys about DG: Supplement Table for DG Data (Handling Unit) data available in SAP. These include VENUM (Internal Handling Unit Number), VEPOS (Handling Unit Item), LWDG (Dangerous Goods Regulation), VBELN (Delivery).. 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 VEDG 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
VENUMInternal Handling Unit Number VENUMCHAR10VEKPALPHAVENUMVEL
VEPOSHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
LWDGDangerous Goods Regulation THME_LWDGCHAR12DGTEXCEPTHMD_LWDGD6L
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
EXCEPTID01Exception to Dangerous Goods Regulations 01 ADGE_EXCEPTID01CHAR18DGTEXCEPTADGD_EXCEPTID
EXCEPTID02Exception to Dangerous Goods Regulations 02 ADGE_EXCEPTID02CHAR18DGTEXCEPTADGD_EXCEPTID
EXCEPTID03Exception to Dangerous Goods Regulations 03 ADGE_EXCEPTID03CHAR18DGTEXCEPTADGD_EXCEPTID
EXCEPTID04Exception to Dangerous Goods Regulations 04 ADGE_EXCEPTID04CHAR18DGTEXCEPTADGD_EXCEPTID
EXCEPTID05Exception to Dangerous Goods Regulations 05 ADGE_EXCEPTID05CHAR18DGTEXCEPTADGD_EXCEPTID

Key field Non-key field



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

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

SELECT SINGLE *
FROM VEDG
INTO CORRESPONDING FIELDS OF WA_VEDG
WHERE...

How to access SAP table VEDG

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