E2EDK09002 SAP (IDoc: Header data ROr/JIT for suppliers plus user fields) Structure details

Dictionary Type: Structure
Description: IDoc: Header data ROr/JIT for suppliers plus user fields




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




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

E2EDK09002 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: Header data ROr/JIT for suppliers plus user fields" 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_E2EDK09002 TYPE E2EDK09002.

The E2EDK09002 table consists of various fields, each holding specific information or linking keys about IDoc: Header data ROr/JIT for suppliers plus user fields data available in SAP. These include BSTDK (Customer purchase order date), LABNK (Customer number for forecast / JIT dlv. sched.), ZEICH (Reference of orderer), BSTZD (Account assignment).. 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 E2EDK09002 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
VTRNRAgreement Number (Contract Number) EDI1154_CCHAR35EDIF1154
BSTDKCustomer purchase order date BSTDKDATS8DATUM
LABNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ZEICHReference of orderer DZEICHCHAR70CHAR70
BSTZDAccount assignment KONTIERCHAR70CHAR70
ABRVWUsage Indicator ABRVWCHAR3ABRVW
KSTATTranslator status KSTATUCHAR2CHAR2
KTEXTError text from translator KVTEXTCHAR70CHAR70
ABNRACustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ABNRDDelivery Schedule Date ABRDTDATS8DATUM
KTEXT_VSearch term for product proposal KTEXT_VCHAR40TEXT40
USR01Additional data field 1 for delivery schedules USR01_DCHAR35TEXT35
USR02Additional data field 2 for delivery schedules USR02_DCHAR35TEXT35
USR03Additional data field 3 for delivery schedules USR03_DCHAR35TEXT35
USR04 Additional data field 4 for delivery schedules USR04_DCHAR10CHAR10
USR05Additional data field 5 for delivery schedules USR05_DCHAR10CHAR10
CYEFZCumulative quantity reached on date zero setting made EDI_CYEFZCHAR15CHAR15
CYDATDate on which cumulative received quantity set to zero CYDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table E2EDK09002

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