E3OILSP SAP (Shipment item position) Structure details

Dictionary Type: Structure
Description: Shipment item position




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




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

E3OILSP 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 position" 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_E3OILSP TYPE E3OILSP.

The E3OILSP table consists of various fields, each holding specific information or linking keys about Shipment item position data available in SAP. These include POSNR (TD document item number), OID_SHIP (Ship-to party), OIHHANTYP (Excise Duty Handling Type), WERKS (Plant).. 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 E3OILSP 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
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
OID_SHIPShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
OIHHANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
EXT_DOC_NRTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
CHANGEDSingle-Character Indicator CHAR1CHAR1CHAR1
STATUSTransaction type TRTYPCHAR1TRTYP
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
ETAField of type TIMS TIMSTIMS6TIME
DROP_SEQU5 Character Numeric NUMC NUMC5NUMC5NUM5
ABLADUnloading Point ABLADCHAR25TEXT25
OIPBLBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
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 E3OILSP using ABAP code?

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

How to access SAP table E3OILSP

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