E3OILO1 SAP (RO item core data) Structure details

Dictionary Type: Structure
Description: RO item core data




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




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

E3OILO1 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 "RO item core 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_E3OILO1 TYPE E3OILO1.

The E3OILO1 table consists of various fields, each holding specific information or linking keys about RO item core data data available in SAP. These include POSNR (Item number of the SD document), MATNR (Material Number), TQUANT (Target quantity in sales units), CONVFAK (Factor for converting sales units to base units (target qty)).. 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: Cannot Be Enhanced


SAP E3OILO1 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
POIDSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TQUANTTarget quantity in sales units DZMENGQUAN13(3) MENG13
CONVFAKFactor for converting sales units to base units (target qty) UMZIZDEC5UMBSZ
SCAQUAScale quantity in base unit of measure SMENGQUAN13(3) MENG13
REDATEReconciliation Date for Agreed Cumulative Quantity ABDATDATS8DATUM
QUANDEVAllowed deviation in quantity (absolute) ABSFZQUAN13(3) MENG13
POITEMItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
RELDEVAllowed deviation in quantity (in percent) KBVERDEC3PACK2
DAYSHIFTDays by which the quantity can be shifted KEVERDEC3PACK2
FQINDQuantity is Fixed FMENGCHAR1XFELD
UOINDUnlimited overdelivery allowed UEBTK_VCHAR1XFELD
ODTOLLIOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UDTOLLIUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
NMBPDMaximum Number of Partial Deliveries Allowed Per Item ANTLFDEC1ANTLF
PDINDPartial delivery at item level KZTLFCHAR1KZTLF
BSINDBatch split allowed CHSPLCHAR1XFELD
COQUANCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
CRDQUANCumulative required delivery qty (all dlv-relev.sched.lines) LSMENGQUAN15(3) MENG15
CCQUANSUCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
CCQUANBUCumulative confirmed quantity in base unit KLMENGQUAN15(3) MENG15
SALUNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
DELPRIDelivery Priority LPRIONUMC2Assigned to domainLPRIO
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STRLOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SHPPNTShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
ROUTERoute ROUTECHAR6Assigned to domainROUTE
FSPTFixed shipping processing time in days (= setup time) VBEAFDEC5(2) DEC3_2
VSPTCharacter field, 8 characters long CHAR8CHAR8CHAR8
MINDQUANMinimum delivery quantity in delivery note processing MINLFQUAN13(3) MENG13
DDQINDDelivery date and quantity fixed FIXMGCHAR1XFELD
PROCENTProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PLMATPlanning material VPMATCHAR18Assigned to domainMATN1MATNR
PLPLANTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
REQTYPERequirements type BEDAECHAR4Assigned to domainBEDAEBDA

Key field Non-key field



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

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

How to access SAP table E3OILO1

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