/EIO/IL SAP (SmartOps Item Location Data) Table details

Dictionary Type: Table
Description: SmartOps Item Location Data




ABAP Code to SELECT data from /EIO/IL
Related tables to /EIO/IL
Access table /EIO/IL




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

/EIO/IL is a standard SAP Table which is used to store SmartOps Item Location Data data and is available within R/3 SAP systems depending on the version and release level.

The /EIO/IL table consists of various fields, each holding specific information or linking keys about SmartOps Item Location Data data available in SAP. These include MATNR (Material Number), WERKS (Plant), HOLDING_COST_PCT (Holding Cost Percentage for Node), PBR (Periods Between Review).. 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: Cannot Be Enhanced


SAP /EIO/IL 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
HOLDING_COST_PCTHolding Cost Percentage for Node /EIO/HCPDEC5(2) /EIO/HCP
PBRPeriods Between Review /EIO/PBRNUMC2/EIO/PBR
SERVICE_LEVELService Level /EIO/SRLVLDEC4(2) /EIO/SRLVL
UNIT_TRANSFER_PRStandard price /EIO/STPRSCURR11(2) /EIO/STPRS
SERVICE_TIMEService Time /EIO/SERTIMEDEC12(2) /EIO/SERTIME
LEAD_TIME_ERRORLead Time Error /EIO/LTEDEC12(2) /EIO/SERTIME
PBSPeriods Between Shipments /EIO/PBSDEC4(2) /EIO/PBS
BATCH_SIZE_PERIOBatch Size in Periods /EIO/BSPDEC12(2) /EIO/SERTIME
FROZEN_WINDOWFrozen Window /EIO/FWDEC12(2) /EIO/SERTIME
STOCKING_POINT_TStocking Point Type /EIO/SPTCHAR30/EIO/SPT_SH/EIO/SPT/EIO/SPT_SHELP
INVENTORY_POLICYInventory Policy /EIO/INVPLCYCHAR10/EIO/INVPLCY
MIN_SERVICE_LEVEMin Service Level /EIO/MINSLDEC4(2) /EIO/SRLVL
MAX_SERVICE_LEVEMax Service Level /EIO/MAXSLDEC4(2) /EIO/SRLVL
LOST_SALES_PERCELost Sales Percentage /EIO/LSPDEC5(2) /EIO/LSP
INACTIVEInactive Indicator /EIO/INACTCHAR1/EIO/INACT
CRTDBYCreated by /EIO/CRTDBYCHAR12/EIO/CRTDBY
CRTDDTCreated Date /EIO/CRTDDTDATS8/EIO/CRTDDT
CRTDTMCreated Time /EIO/CRTDTMTIMS6/EIO/CRTDTM
CHGDBYChanged By /EIO/CHGDBYCHAR12/EIO/CHGDBY
CHGDDTChanged Date /EIO/CHGDDTDATS8/EIO/CHGDDT
CHGDTMChanged Time /EIO/CHGDTMTIMS6/EIO/CHGDTM

Key field Non-key field



How do I retrieve data from SAP table /EIO/IL using ABAP code

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

SELECT SINGLE *
FROM /EIO/IL
INTO CORRESPONDING FIELDS OF WA_/EIO/IL
WHERE...

How to access SAP table /EIO/IL

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