EKKOOAHEAD SAP (Outline Agreement Header Data (Internal BAPI Structure)) Structure details

Dictionary Type: Structure
Description: Outline Agreement Header Data (Internal BAPI Structure)




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




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

EKKOOAHEAD 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 "Outline Agreement Header Data (Internal BAPI Structure)" 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_EKKOOAHEAD TYPE EKKOOAHEAD.

The EKKOOAHEAD table consists of various fields, each holding specific information or linking keys about Outline Agreement Header Data (Internal BAPI Structure) data available in SAP. These include BSTYP (Purchasing Document Category), BUKRS (Company Code), BSART (Purchasing Document Type), LOEKZ (Deletion Indicator in Purchasing Document).. 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: Can be enhanced (character-type or numeric)


SAP EKKOOAHEAD 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
STATUStatus of Purchasing Document ESTAKCHAR1ESTAK
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
PINCRItem Number Interval PINCRNUMC5PINCR
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD2TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD3TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
BEDATPurchasing Document Date EBDATDATS8DATUM
KDATBStart of Validity Period KDATBDATS8DATUM
KDATEEnd of Validity Period KDATEDATS8DATUM
ANGNRQuotation Number ANGNRCHAR10ANGNR
IHRANQuotation Submission Date IHRANDATS8DATUM
IHREZYour Reference IHREZCHAR12TEXT12
VERKFResponsible Salesperson at Vendor's Office EVERKCHAR30TEXT30
TELF1Vendor's Telephone Number TELF0CHAR16TEXT16
LLIEFSupplying Vendor LLIEFCHAR10Assigned to domainALPHALIFNRLLI
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
SUBMICollective Number SUBMICHAR10CHAR10
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
UNSEZOur Reference UNSEZCHAR12TEXT12
LOGSYLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
UPINCItem Number Interval for Subitems UPINCNUMC5PINCR
FRGKERelease Indicator: Purchasing Document FRGKECHAR1Assigned to domainFRGKE
FRGKZRelease status FRGZUCHAR8FRGZU
STCEG_LCountry of Sales Tax ID Number STCEG_LCHAR3Assigned to domainLAND1LND

Key field Non-key field



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

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

How to access SAP table EKKOOAHEAD

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