E3OILT3 SAP (TAS Load information ( shipment enhancement )) Structure details

Dictionary Type: Structure
Description: TAS Load information ( shipment enhancement )




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




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

E3OILT3 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 "TAS Load information ( shipment enhancement )" 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_E3OILT3 TYPE E3OILT3.

The E3OILT3 table consists of various fields, each holding specific information or linking keys about TAS Load information ( shipment enhancement ) data available in SAP. These include TU_NUMBER (TD transport unit number), MATNR (Material Number), VBTYP (SD document category), VBELN (Sales and Distribution 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 E3OILT3 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
COM_NUMBERTD compartment number OIG_CMPNMRINT13Assigned to domainOIG_CMPNMR
TU_NUMBERTD transport unit number OIG_TRUNMRCHAR10Assigned to domainALPHAOIG_TRUNMROIB
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VBTYPSD document category VBTYPCHAR1VBTYP
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
TSTMPDensity test temperature OIB_OTSTMPCHAR7OIB_OTMP
TSTEHTest Temperature Unit (Density): Measurement OIB_TSTEHUNIT3Assigned to domainCUNITMEINS
TDICHOil test density OIB_OTDICHCHAR7OIB_ODICHT
MTTMPMaterial temperature (oil / natural gas) OIB_OMTTMPCHAR7OIB_OTMP
MTTEHOil/Gas Material Temperature Unit: Observed Quantity OIB_MTTEHUNIT3Assigned to domainCUNITMEINS
BDICHOil density at base temperature OIB_OBDICHCHAR7OIB_ODICHT
BSWCNBSW content OIB_OTBSWCHAR7OIB_OTBSW
MCFMeter correction factor OIB_MCFCHAR7OIB_OMCF
ABINDAir Bouyancy Indicator OIB_ABINDCHAR1OIB_XFELD
HYDROHydrometer Correction Indicator OIB_HYDROCHAR1OIB_XFELD
TRQNTTransaction quantity OIB_OTRQNTCHAR17OIB_OQNTOIB_TRQNT
TRUOMTransaction entry unit of measure OIB_TRUOMUNIT3Assigned to domainCUNITMEINSOIB_TRUOM
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
EXTLIDLID used at depot OIK_LIDDEPCHAR30CHAR30
EXTDELNR3rd party code OIK_3RDCODCHAR30TEXT30
HNDLTYPEExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
TD_ACTIONTD action (schedule, load, delivery confirmation) OIG_TDACTCHAR1OIG_TDACT

Key field Non-key field



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

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

How to access SAP table E3OILT3

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