E3VPACH SAP (Shipping Units Confirmation: Header) Structure details

Dictionary Type: Structure
Description: Shipping Units Confirmation: Header




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




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

E3VPACH 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 Units Confirmation: 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_E3VPACH TYPE E3VPACH.

The E3VPACH table consists of various fields, each holding specific information or linking keys about Shipping Units Confirmation: Header data available in SAP. These include EXIDA (Type of External Handling Unit Identifier), VSTEL (Shipping Point/Receiving Point), LSTEL (Loading Point), BRGEW (Total Weight of 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 E3VPACH 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
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
EXIDAType of External Handling Unit Identifier EXIDACHAR1EXIDA
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
LSTELLoading Point LSTELCHAR2Assigned to domainLSTEL
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
ANZGLNumber of Similar Packaging Materials ANZGLINT410ANZGL
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERUHREntry time ERZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
SORTLSort field SORTLCHAR10CHAR10
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
ERLKZStatus (at this time without functionality) VOLLSCHAR1XFELD
GEWTOExcess Weight Tolerance for Handling unit GEWTODEC3(1) PRZ21
VOLTOExcess Volume Tolerance of the Handling Unit VOLTODEC3(1) PRZ21
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VOLEH_MAXVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
GEWEI_MAXWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
INHALTDescription of Handling Unit Content INHALTCHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
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
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
GEWFXWeight and Volume Fixed GEWFXCHAR1XFELD
EXIDV2Handling Unit's 2nd External Identification EXIDV2CHAR20ALPHAEXIDV

Key field Non-key field



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

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

How to access SAP table E3VPACH

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