E3EDL37 SAP (Shipping unit header) Structure details

Dictionary Type: Structure
Description: Shipping unit header




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




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

E3EDL37 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 "Shipping unit header" 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_E3EDL37 TYPE E3EDL37.

The E3EDL37 table consists of various fields, each holding specific information or linking keys about Shipping unit header data available in SAP. These include EXIDV (External Handling Unit Identification), BRGEW (Total Weight of Handling Unit), NTGEW (Loading Weight of Handling Unit), MAGEW (Allowed Loading Weight of a Handling Unit).. 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 E3EDL37 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
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
BRGEWTotal Weight of Handling Unit BRGEW_VEKPQUAN15(3) MENG15
NTGEWLoading Weight of Handling Unit NTGEW_VEKPQUAN15(3) MENG15
MAGEWAllowed Loading Weight of a Handling Unit MAGEW_VEKPQUAN15(3) MENG15
TARAGTare weight of handling unit TARAG_VEKPQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
BTVOLTotal Volume of Handling Unit BTVOL_VEKPQUAN15(3) MENG15
NTVOLLoading Volume of Handling Unit NTVOL_VEKPQUAN15(3) MENG15
MAVOLAllowed Loading Volume for Handling Unit MAVOL_VEKPQUAN15(3) MENG15
TAVOLTare volume of handling unit TAVOL_VEKPQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VEGR1Handling Unit Group 1 (Freely Definable) VEGR1CHAR5Assigned to domainVEGR1
VEGR2Handling Unit Group 2 (Freely Definable) VEGR2CHAR5Assigned to domainVEGR2
VEGR3Handling Unit Group 3 (Freely Definable) VEGR3CHAR5Assigned to domainVEGR3
VEGR4Handling Unit Group 4 (Freely Definable) VEGR4CHAR5Assigned to domainVEGR4
VEGR5Handling Unit Group 5 (Freely Definable) VEGR5CHAR5Assigned to domainVEGR5
VHILMPackaging Materials VHILMCHAR18Assigned to domainMATN1MATNR
LAENGLength LAENGQUAN13(3) MENG13
BREITWidth BREITQUAN13(3) MENG13
HOEHEHeight HOEHEQUAN13(3) MENG13
MEABMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
INHALTDescription of Handling Unit Content INHALTCHAR40TEXT40
VHARTPackaging Material Type VHIARTCHAR4Assigned to domainTRATY
MAGRVMaterial Group: Packaging Materials MAGRVCHAR4Assigned to domainMAGRV
LADLGLgth of loading platform in lgth of LdPlat measurement units LADLGQUAN6LADLG
LADEHUnit of measure to measure the length of loading platform LADEHUNIT3Assigned to domainCUNITMEINS
FARZTTravel Time FARZTQUAN3FARZT
FAREHUnit of travel time FAREHUNIT3Assigned to domainCUNITMEINS
ENTFEDistance Travelled ENTFEQUAN6ENTFE
EHENTUnit of distance EHENTUNIT3Assigned to domainCUNITMEINS
VELTPPackaging Material Category VELTPCHAR1VELTP
EXIDV2Handling Unit's 2nd External Identification EXIDV2CHAR20ALPHAEXIDV
LANDTCountry providing means of transport LANDTCHAR3Assigned to domainLAND1
LANDFDriver's Nationality LANDFCHAR3Assigned to domainLAND1
NAMEFDriver name NAMEFCHAR35NAME
NAMBEAlternate Driver's Name NAMBECHAR35NAME
VHILM_KUPartner's (Customer's or Vendor's) Packaging Material VHILM_KUCHAR35IDNEX
VEBEZDescription of Packaging Material VEBEZCHAR40TEXT40

Key field Non-key field



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

As E3EDL37 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 E3EDL37 as there is no data to select.

How to access SAP table E3EDL37

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