E3OILS2 SAP (Shipment assignment of doc items to stages) Structure details

Dictionary Type: Structure
Description: Shipment assignment of doc items to stages




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




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

E3OILS2 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 assignment of doc items to stages" 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_E3OILS2 TYPE E3OILS2.

The E3OILS2 table consists of various fields, each holding specific information or linking keys about Shipment assignment of doc items to stages data available in SAP. These include POSNR (TD document item number), TSNUMA (Stage of transport number), TSNUMZ (Stage of transport number), MAT_ITM (TD material item sequence 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 E3OILS2 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
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
TSNUMAStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSNUMZStage of transport number TSNUMNUMC4Assigned to domainTSNUM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
QTY_VOL_PQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_PQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_PQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
QTY_VOL_AQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_AQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_AQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
QTY_VOL_ZQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_ZQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_ZQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
LDDATActual date for end of loading OIG_LDEDDADATS8DATUM
LDTIMEActual time for end of loading OIG_LDEDTATIMS6UZEIT
DSDATActual date for end of delivery confirm OIG_DEEDDADATS8DATUM
DSTIMEActual time for end of delivery confirmation OIG_DEEDTATIMS6UZEIT
ASSGN_INDTD-F Indicator for quantity assignment completed OIG_ASINDCHAR1XFELD
AUTOTSNUMATD-F: TSNUM is automatically assigned OIG_ATSNUMCHAR1CHAR1_X
AUTOTSNUMZTD-F: TSNUM is automatically assigned OIG_ATSNUMCHAR1CHAR1_X
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
DOC_TYPSD document category VBTYPCHAR1VBTYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
NAME1TD shipment item name OIG_SINAMECHAR35OIG_SINAME
KNOTATD-F - loading point OIG_KNOTLCHAR10Assigned to domainKNOTN
TSRFOAStage of transport sequence TSRFONUMC4TSRFO
F4ATD-F F4 help used OIG_F4HLPCHAR1CHAR1_X
TSTYPAStage category TSTYPCHAR1TSTYP
KNOTZTD-F - discharge point OIG_KNOTDCHAR10Assigned to domainKNOTN
TSRFOZStage of transport sequence TSRFONUMC4TSRFO
F4ZTD-F F4 help used OIG_F4HLPCHAR1CHAR1_X
TSTYPZStage category TSTYPCHAR1TSTYP
QTY_VOL_ANQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_ANQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_ANQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
QTY_VOL_ZNQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_ZNQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_ZNQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
AUTOSTGSMPAssgnmt for depart/dest. point was done via simple assignmt OIG_ASGTSACHAR1CHAR1_X
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table E3OILS2

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