E2EDP09 SAP (IDoc: Item data shipping notification) Structure details

Dictionary Type: Structure
Description: IDoc: Item data shipping notification




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




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

E2EDP09 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 "IDoc: Item data shipping notification" 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_E2EDP09 TYPE E2EDP09.

The E2EDP09 table consists of various fields, each holding specific information or linking keys about IDoc: Item data shipping notification data available in SAP. These include PARENT (Hierarchical parent ID), VBELN (Delivery), POSNR (Delivery item), ABRVW (Usage Indicator).. 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: Cannot Be Enhanced


SAP E2EDP09 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
HLNUMHierarchy number EDI7164_ACHAR12EDIF7164
PARENTHierarchical parent ID EDI7166_ACHAR12EDIF7166
VBELNDelivery EDI1004_LFCHAR35EDIF1004
POSNRDelivery item EDI1156_DCHAR30EDIA234
ABRVWUsage Indicator ABRVWCHAR3Assigned to domainABRVW
MATNRMaterial number of vendor EDI7140_BCHAR35EDIF7140
WERKSPlant EDI3225_CCHAR25EDIF3225
LGORTStorage location EDI3225_DCHAR25EDIF3225
CHARGBatch number EDI1154_LCHAR35EDIF1154
KDMATMaterial number of customer EDI7140_ACHAR35EDIF7140
LFIMGActual quantity delivered (in sales units) EDI6060_FCHAR15EDIF6060
VRKMEUnit of measure EDI6411_ECHAR3EDIF6411
BTGEWTotal weight EDI6314_BCHAR18EDIF6314
NTGEWNet weight EDI6314_ACHAR18EDIF6314
GEWEIWeight unit EDI6411_DCHAR3EDIF6411
VOLUMVolume EDI6314_KCHAR18EDIF6314
VOLEHVolume unit EDI6411_GCHAR3EDIF6411
ARKTXShort Text by Sender on Item EDI4440LACHAR80EDIA352
EANNRInternational Article Number (EAN) EDI7140_DCHAR35EDIF7140
STAWNCommodity code EDI7140_FCHAR35EDIF7140
EXARTBusiness Transaction Type for Foreign Trade EXARTCHAR2Assigned to domainEXARTEXA
EXART_BEZDescription BEZEI30CHAR30TEXT30
HERKLCountry of origin of material EDI3225_ECHAR25EDIF3225
HERKRRegion of origin EDI3225_FCHAR25EDIF3225
GRWRTStatistical value EDI5004_SCHAR18EDIF5004
UEPOSHigher-Level Item in BOM Structures UEPOS_EDICHAR6CHAR6
TXTZ1Customer product text line 1 EDI_TXTZ1CHAR70CHAR70
TXTZ2Customer product text 2 EDI_TXTZ2CHAR70CHAR70
ZOLLGCustoms ID EDI_ZOLLGCHAR1CHAR1
MWSATTax on sales (VAT) record MWSATCHAR5CHAR5
BERLIBerlin status BERLICHAR1CHAR1
TSTKYStatus key for parts TSTKYCHAR2CHAR2
DOKPFDocumentation Required for Inspection Results QDOKUKZCHAR1QDOKUKZ
DESREDesign revision number DESRECHAR1CHAR1
ECHNOEngineering change number ECHNOCHAR1CHAR1
ECHDTEngineering change date ECHDTCHAR8CHAR8
VBRSTCustomer point of consumption VBRSTCHAR14CHAR14
ZEIKDCustomer drawing number EDI_ZEIKDCHAR35CHAR35
TARIFRate TARIFCHAR10CHAR10
AMERKLicense characteristic AMERKCHAR8CHAR8
AMERTText for license characteristic AMERTCHAR17CHAR17
IMPLNImport license number IMPLNCHAR10CHAR10
EXPLNExport license number EXPLNCHAR10CHAR10
CHBEZChemical description CHBEZCHAR60CHAR60
KLAS1Hazard class KLAS1CHAR3CHAR3
IMOCEEnglish IMDG code (page number) IMOCECHAR6CHAR6
IMCNRIMDG classification number IMCNRCHAR4CHAR4
UNNUMUN number UNNUMCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table E2EDP09

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