E2EINEM SAP (Purchasing Info Record: Purchasing Organization Data) Structure details

Dictionary Type: Structure
Description: Purchasing Info Record: Purchasing Organization Data




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




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

E2EINEM 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 "Purchasing Info Record: Purchasing Organization Data" 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_E2EINEM TYPE E2EINEM.

The E2EINEM table consists of various fields, each holding specific information or linking keys about Purchasing Info Record: Purchasing Organization Data data available in SAP. These include EKORG (Purchasing Organization), ESOKZ (Purchasing info record category), WERKS (Plant), LOEKZ (Purch. info: Purch. organization data flagged for deletion).. 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 E2EINEM 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
MSGFNFunction MSGFNCHAR3MSGFN
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LOEKZPurch. info: Purch. organization data flagged for deletion ILOEECHAR1XFELD
ERDATCharacter field, 8 characters long CHAR8CHAR8CHAR8
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BONUSIndicator: Volume-Based Rebate WRBONCHAR1XFELD
MGBONIndicator: Quantity-Based Volume Rebate MGBONCHAR1XFELD
MINBMChar 15 CHAR15CHAR15CHAR15
NORBMChar 15 CHAR15CHAR15CHAR15
APLFZR/2 table CHAR5CHAR5CHAR5
UEBTOR/2 table CHAR5CHAR5CHAR5
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOR/2 table CHAR5CHAR5CHAR5
ANGNRQuotation Number ANGNRCHAR10ANGNR
ANGDTCharacter field, 8 characters long CHAR8CHAR8CHAR8
ABSKZRejection Indicator ABSKZCHAR1XFELD
NETPRCharacter field 13 digits CHAR13CHAR13CHAR13
PEINHCharacter field, 8 characters long CHAR8CHAR8CHAR8
BPRME3-Byte field CHAR3CHAR3CHAR3
PRDATCharacter field, 8 characters long CHAR8CHAR8CHAR8
BPUMZCharacter field, 8 characters long CHAR8CHAR8CHAR8
BPUMNCharacter field, 8 characters long CHAR8CHAR8CHAR8
MTXNOMaterial Master Record PO Text Not Relevant MTXNOCHAR1XFELD
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
EFFPRCharacter field 13 digits CHAR13CHAR13CHAR13
EKKOLCondition Group with Vendor EKKOGCHAR4CHAR4
SKTOFItem Does Not Qualify for Cash Discount ESKTOFCHAR1XFELD
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
EBONUSettlement Group 1 (Purchasing) EBONUCHAR2EBONU
EVERSShipping Instructions EVERSCHAR2Assigned to domainEVERS
EXPRFExport/Import Procedure for Foreign Trade EXPRFCHAR8Assigned to domainEXPRF
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
MEPRFPrice Determination (Pricing) Date Control MEPRFCHAR1MEPRF
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
XERSNNo Evaluated Receipt Settlement (ERS) XERSNCHAR1XFELD
EBON2Settlement Group 2 (Rebate Settlement, Purchasing) EBON2CHAR2EBONU
EBON3Settlement Group 3 (Rebate Settlement, Purchasing) EBON3CHAR2EBONU
EBONFItem Not Relevant to Subseq. (Period-End Rebate) Settlement EBONFCHAR1XFELD
MHDRZCharacter field of length 6 CHAR6CHAR6CHAR6
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
BSTMAChar 15 CHAR15CHAR15CHAR15
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
MEGRUUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU

Key field Non-key field



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

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

How to access SAP table E2EINEM

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