EEORD SAP (Purchasing Source List) Table details

Dictionary Type: Table
Description: Purchasing Source List




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




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

EEORD is a standard SAP Table which is used to store Purchasing Source List data and is available within R/3 SAP systems depending on the version and release level.

The EEORD table consists of various fields, each holding specific information or linking keys about Purchasing Source List data available in SAP. These include MATNR (Material Number), WERKS (Plant), ZEORD (Number of Source List Record), ERDAT (Date on Which Record Was Created).. 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: Not classified


SAP EEORD 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 MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4T001WWERKSWRK
ZEORDNumber of Source List Record DZEORDNUMC5NUM5
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VDATUSource List Record Valid From ORDABDATS8DATUM
BDATUSource List Record Valid To ORDBIDATS8DATUM
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
FLIFNIndicator: Fixed vendor FLIFNCHAR1XFELD
EBELNAgreement Number EVRTNCHAR10EKKOALPHAEBELNVRT
EBELPAgreement Item EVRTPNUMC5EKPOEBELP
FEBELFixed Outline Purchase Agreement Item FEBELCHAR1XFELD
RESWKPlant from Which Material is Procured BEWRKCHAR4T001WWERKS
FRESWFixed issuing plant in case of stock transport order FRESWCHAR1XFELD
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18MARAMATN1MATNRHTN
NOTKZBlocked Source of Supply ORDSPCHAR1XFELD
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
VRTYPPurchasing Document Category BSTYPCHAR1BSTYP
EORTPCategory of Source List Record EORTPCHAR1EORTP
AUTETSource List Usage in Materials Planning AUTETCHAR1AUTET
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
LOGSYLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEORD
INTO CORRESPONDING FIELDS OF WA_EEORD
WHERE...

How to access SAP table EEORD

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