OIJ_EL_DOC_MOT SAP (Oil TSW: TSW Relevance of order item) Table details

Dictionary Type: Table
Description: Oil TSW: TSW Relevance of order item




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




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

OIJ_EL_DOC_MOT is a standard SAP Table which is used to store Oil TSW: TSW Relevance of order item data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_EL_DOC_MOT table consists of various fields, each holding specific information or linking keys about Oil TSW: TSW Relevance of order item data available in SAP. These include VBELN (Sales and Distribution Document Number), VBTYP (TSW Details document type), POSNR (Item number of the SD document), KWMENG (Cumulative Order Quantity in Sales Units).. 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: Can be enhanced (character-type or numeric)


SAP OIJ_EL_DOC_MOT 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
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
VBTYPTSW Details document type OIJ_EL_VBTYPCHAR1OIJ_EL_VBTYP
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TSYSTTransport system OIJ_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
LOCIDLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
EDATUSchedule line date EDATUDATS8DATUM
TSWRELVOIL TSW: TSW relevance flag OIJ_EL_TSWRELVCHAR1XFELD
CHARGBatch / Valuation type OIJ_CHARGCHAR10MCH1CHARGCHA
RELV_TICKETIS-Oil: Relevance type OI0_RELTYPECHAR6Assigned to domainOI0_RELTYPEOI0_RELTYPE
RELV_RUNDOWNIS-Oil: Relevance type OI0_RELTYPECHAR6Assigned to domainOI0_RELTYPEOI0_RELTYPE
PLANLOCLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
REFVBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
REFVBTYPTSW Details document type OIJ_EL_VBTYPCHAR1OIJ_EL_VBTYP
DEALNOOIL-TSW: Deal number (trading system) OIJ_DEALNOCHAR16OIJ_DEALNO
DEALGROUPOIL-TSW: Deal group (trading system) OIJ_DEALGROUPCHAR16OIJ_EL_DEALGROUPOIJ_DEALGROUP
DEALTYPEOIL-TSW: Deal type (trading system) OIJ_DEALTYPECHAR6OIJ_EL_DEALTYPEOIJ_DEALTYPE
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM
EVENTTYPETSW event date type OIJ_EVENTTYPECHAR16OIJ_EL_EVT_TYPEOIJ_EVENTTYPE
PR_BASISPricing basis OIJ_EL_PR_BASISCHAR20OIJ_EL_PR_BASIS
RING_TRRing trade identifier OIJ_EL_RTRCHAR1OIJ_EL_RTR
CO_CARRConnecting carrier OIJ_EL_CCACHAR10Assigned to domainALPHALIFNR
CO_SHIPConnecting shipper OIJ_EL_CSHCHAR10Assigned to domainALPHALIFNR
ITBOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
ITBUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
UNLIMITEDTolerance indicator OIJ_EL_TOLCHAR1OIJ_EL_TOL
DEV_FLAGAmendment for quantity control OIJ_DEV_FLAGCHAR1OI0_XFELD
DEV_MINPercentage quantity amendment (under). OIJ_DEV_MINDEC4(1) DEC3_1
DEV_MAXPercentage quantity amendment (over) OIJ_DEV_MAXDEC4(1) DEC3_1
MASS_DEVGroup amendment allowed OIJ_MASS_DEVCHAR1OI0_XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BLOINDBlocking indicator OIJ_BLOINDCHAR1XFELD
DELINDDeletion indicator OIJ_DELINDCHAR1XFELD
SITYPSchedule type OIJ_SITYPCHAR2TOIJ_EL_SITYPESOIJ_SITYP
CYCLENomination Pipeline cycle ID OIJ_CYCLECHAR10CHAR10
CYCLE_ITEMNomination Pipeline cycle ID OIJ_CYCLECHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_EL_DOC_MOT
INTO CORRESPONDING FIELDS OF WA_OIJ_EL_DOC_MOT
WHERE...

How to access SAP table OIJ_EL_DOC_MOT

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