E3OILSI SAP (Shipment item data) Structure details

Dictionary Type: Structure
Description: Shipment item data




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




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

E3OILSI 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 "Shipment item 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_E3OILSI TYPE E3OILSI.

The E3OILSI table consists of various fields, each holding specific information or linking keys about Shipment item data data available in SAP. These include USE_EXT_NR (Single-Character Indicator), INTERN_DOC (Single-Character Indicator), DOC_TYP (SD document category), DOC_NUMBER (TD document number).. 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 E3OILSI 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
SHITEMShipment item OIG_SHITMNUMC4Assigned to domainOIG_SHITM
USE_EXT_NRSingle-Character Indicator CHAR1CHAR1CHAR1
INTERN_DOCSingle-Character Indicator CHAR1CHAR1CHAR1
DOC_TYPSD document category VBTYPCHAR1VBTYP
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
VGTYPSD document category VBTYPCHAR1VBTYP
OIG_SSTSFPTD Shipment Status (Functional) OIG_SSTSFCHAR1OIG_SSTSF
DOC_SEQTD document sequence field OIG_DELSEQCHAR4ALPHAOIG_DELSEQ
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
LONGTEXTTD Longtext indicator OIG_LTXTCHAR1OIG_EVLT
OIG_SSTSFTD Shipment Status (Functional) OIG_SSTSFCHAR1OIG_SSTSF
REAS_CODEReason code - delivery header OIG_REASCHCHAR2Assigned to domainOIG_REASC
DOC_ITEMSNumber of items in document OIG_DLITMSNUMC3OIG_DLITMS
DLDATEDelivery date LFDATDATS8DATUM
DLTIMEDelivery time OIG_DLTIMETIMS6TIME
OIGROUPNAMTD:customer compatibility group OIG_CCGCHAR8Assigned to domainALPHAOIG_CCGOI8
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
TREAT_DELSingle-Character Indicator CHAR1CHAR1CHAR1
SOEGRPSales order entry default group OII_SOEGRPCHAR4Assigned to domainOII_SOEGRP
SOEG_LEVELSelect level OIK_SOELEVNUMC1OIK_SOELEV
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
OIPIPEVALValidation indicator for pipeline fields (X=ON, blank=OFF) OID_PIPEVCHAR1X
OIC_LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
OIC_DCITYCDestination city code OIC_DCITYCCHAR4Assigned to domainCITYC
OIC_DCOUNCDestination county code OIC_DCOUNCCHAR3Assigned to domainCOUNC
OIC_DREGIODestination region OIC_DREGIOCHAR3Assigned to domainREGIO
OIC_DLAND1Destination country OIC_DLAND1CHAR3Assigned to domainLAND1
OIC_OCITYCOrigin city code OIC_OCITYCCHAR4Assigned to domainCITYC
OIC_OCOUNCOrigin county code OIC_OCOUNCCHAR3Assigned to domainCOUNC
OIC_OREGIOOrigin region OIC_OREGIOCHAR3Assigned to domainREGIO
OIC_OLAND1Origin country OIC_OLAND1CHAR3Assigned to domainLAND1
OIC_PORGINTax origin OIC_PORGINCHAR15OIC_PORGIN
OIC_PDESTNTax destination OIC_PDESTNCHAR15OIC_PDESTN
OIC_PTRIPPipeline trip number (external) OIC_PTRIPCHAR16OIC_PTRIP
OIC_PBATCHPipeline operatorĀ“s external batch number OIC_PBATCHCHAR16OIC_PBATCH
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
OIC_AORGINAlternate origin OIC_AORGINCHAR15OIC_PORGIN
OIC_ADESTNAlternate destination OIC_ADESTNCHAR15OIC_PDESTN
OIC_TRUCKNTruck number OIC_TRUCKNCHAR10OIC_TRUCKN
OIA_BASELOBase location OIA_BASELOCHAR15OIA_BASELO

Key field Non-key field



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

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

How to access SAP table E3OILSI

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