EKEKH SAP (Removed Header Data of Scheduling Agreement Releases) Table details

Dictionary Type: Table
Description: Removed Header Data of Scheduling Agreement Releases




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




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

EKEKH is a standard SAP Table which is used to store Removed Header Data of Scheduling Agreement Releases data and is available within R/3 SAP systems depending on the version and release level.

The EKEKH table consists of various fields, each holding specific information or linking keys about Removed Header Data of Scheduling Agreement Releases data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ABART (Scheduling agreement release type), ABRUF (Release Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EKEKH table 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

Key field Non-key field



How do I retrieve data from SAP table EKEKH using ABAP code

The following ABAP code Example will allow you to do a basic selection on EKEKH to SELECT all data from the table
DATA: WA_EKEKH TYPE EKEKH.

SELECT SINGLE *
FROM EKEKH
INTO CORRESPONDING FIELDS OF WA_EKEKH
WHERE...

How to access SAP table EKEKH

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