EK08ERS SAP (Purchase Order Item Data for ERS Procedure) Structure details

Dictionary Type: Structure
Description: Purchase Order Item Data for ERS Procedure




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




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

EK08ERS 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 "Purchase Order Item Data for ERS Procedure" 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_EK08ERS TYPE EK08ERS.

The EK08ERS table consists of various fields, each holding specific information or linking keys about Purchase Order Item Data for ERS Procedure data available in SAP. These include MANDT (Client), BUDAT (Posting Date in the Document), LIFNR (Vendor Account Number), BELNR (Number of Material 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 EK08ERS 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
BUDATPosting Date in the Document BUDATDATS8DATUM
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BELNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS
GJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LFGJAFiscal Year of a Reference Document LFBJANUMC4GJAHRGJAHR
LFBNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
LFPOSItem of a Reference Document LFPOSNUMC4MBLPO
.INCLU--AP 0
CPUDTTMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BPMNGQuantity MENGE_DQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
NETPRNet price NETPRCURR11(2) WERTV6
PEINHPrice Unit PEINHDEC5PACK3
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXZ01Short Text TXZ01CHAR40TEXT40
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
VFNETAmount in document currency WRBTRCURR13(2) WERT7
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7
REMNGQuantity invoiced REMNGQUAN13(3) MENG13
REWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
.INCLU--AP 0
A1Fiscal Year of a Reference Document LFBJANUMC4GJAHRGJAHR
A2Document No. of a Reference Document LFBNRCHAR10ALPHABELNR
A3Item of a Reference Document LFPOSNUMC4MBLPO

Key field Non-key field



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

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

How to access SAP table EK08ERS

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