E2EDK01002 SAP (IDoc: Document header general data) Structure details

Dictionary Type: Structure
Description: IDoc: Document header general data




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




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

E2EDK01002 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: Document header general data" 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_E2EDK01002 TYPE E2EDK01002.

The E2EDK01002 table consists of various fields, each holding specific information or linking keys about IDoc: Document header general data data available in SAP. These include KZABS (Flag: order acknowledgment required), CURCY (Currency), HWAER (EDI local currency), WKURS (Exchange rate).. 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 E2EDK01002 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
ACTIONAction code for the whole EDI message EDI1225_ACHAR3EDIF1225A
KZABSFlag: order acknowledgment required EDI_KZABSCHAR1XFELD
CURCYCurrency EDI6345_ACHAR3EDIF6345
HWAEREDI local currency EDI_HWAERCHAR3CHAR3
WKURSExchange rate EDI5402_ACHAR12EDIF5402
ZTERMTerms of payment key EDI4297_ACHAR17EDIF4297
KUNDEUINRVAT Registration Number STCEGCHAR20STCEG
EIGENUINRVAT Registration Number STCEGCHAR20STCEG
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
BELNRIDOC document number EDI_BELNRCHAR35CHAR35
NTGEWNet weight EDI6314_ACHAR18EDIF6314
BRGEWNet weight EDI6314_ACHAR18EDIF6314
GEWEIWeight unit EDI6411_DCHAR3EDIF6411
FKART_RLInvoice list type FKART_RLCHAR4Assigned to domainFKART
ABLADUnloading Point ABLADCHAR25TEXT25
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
VSARTShipping type VERSARTCHAR2Assigned to domainVERSART
VSART_BEZDescription of the Shipping Type VERSARTBEZCHAR20TEXT20
RECIPNT_NONumber of recipient (for control via the ALE model) ALE_REC_NOCHAR10CHAR10
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
AUGRU_BEZDescription BEZEI40CHAR40TEXT40
ABRVWUsage Indicator ABRVWCHAR3Assigned to domainABRVW
ABRVW_BEZDescription BEZEI20CHAR20TEXT20
FKTYPBilling category FKTYPCHAR1FKTYP

Key field Non-key field



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

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

How to access SAP table E2EDK01002

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