IEKEK SAP (Change Structure for EKEK) Structure details

Dictionary Type: Structure
Description: Change Structure for EKEK




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




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

IEKEK 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 "Change Structure for EKEK" 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_IEKEK TYPE IEKEK.

The IEKEK table consists of various fields, each holding specific information or linking keys about Change Structure for EKEK data available in SAP. These include MANDT (Client), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ABART (Scheduling agreement release type).. 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 IEKEK 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ABARTScheduling agreement release type MEABARTCHAR1ABARTSAGA
ABRUFRelease Number MEABRUFNUMC10ABRUFSAGN
ABEFZCumulative Received Quantity for Scheduling Agreement MEAWEFZQUAN13(3) MENG13
ABRDTDate of Scheduling Agreement Release (Transmission Date) MEABRDTDATS8DATUM
LFDKDDate of Delivery Note MELFDKDDATS8DATUM
LFNKDNumber of Delivery Note MELFNKD1CHAR16XBLNR1
LWEDTDate of Last Goods Receipt MELWEDTDATS8DATUM
LWEMGQuantity of Last Goods Receipt MELWEMGQUAN13(3) MENG13
ABLLIExternal release number MEABLLICHAR20ABLLI
ERDATDate Release was Created MEERDATDATS8DATUM
ABSFZAgreed Cumulative Quantity ABFTZQUAN13(3) MENG13
ABFDEEnd of Production Go-Ahead Period MEABFDEDATS8DATUM
ABMDEEnd of Material Go-Ahead Period MEABMDEDATS8DATUM
ERUHRTime of Creation MEERUHRTIMS6TIME
ABRZTTime MEABRZTTIMS6TIME
ABHZTRelease Horizon ABHZTDATS8DATUM
RUSKZBacklog and/or immediate requirement exist(s) RUSKZCHAR1RUSKZ
STAABStatus of release STAABCHAR1STAAB
WEBRLInternet release WEBRLCHAR1WEBRL
VENCFAcknowledgment of Internet SA release by vendor VENCFCHAR1XFELD
.INCLU--AP 0
CPUDTDate Release was Created MEERDATDATS8DATUM
CPUTMTime of Creation MEERUHRTIMS6TIME
STPINStop Status for FRC/JIT STPINCHAR1STPIN
BRSVZBacklog/Immediate Requirement Brought Forward BRSVZCHAR1XFELD
ERSGRReasons for creation of release ERSGRCHAR2ERSGR
LGBZO(Automotive) Unloading Point UNLPTCHAR10Assigned to domainLGBZOME_SH_UNLOADING_POINT
INIDTDate of First Creation of a Scheduling Agreement Release INIDTDATS8DATUM
INITMTime of First Creation of a Scheduling Agreement Release INITMTIMS6UZEIT
WEFZMIT2nd. Cumulative Received Quantity (2nd CRQ) WEFZMITQUAN13(3) MENG13
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
.INCLU--AP 0
LOADCARRLoad carrier PL_LOADCARRCHAR18Assigned to domainMATN1MATNRMAT1
T_TRGQTYCumulated target quantity PL_T_TRGQTYQUAN15(3) MENG15
BASEUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LCTXTDescription of load carrier PL_CONTENT_LCCHAR40TEXT40
.INCLU--AP 0
AKSTOPGRStop Reasons for Current Release AKSTOPGRCHAR20CHAR20
UPDKZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table IEKEK

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