E2OILT1 SAP (TAS Load information ( main )) Structure details

Dictionary Type: Structure
Description: TAS Load information ( main )




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




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

E2OILT1 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 ( main )" 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_E2OILT1 TYPE E2OILT1.

The E2OILT1 table consists of various fields, each holding specific information or linking keys about TAS Load information ( main ) data available in SAP. These include LIDNO (LOAD ID), LIDADDON (LOAD ID ADDON), LOADDATE (Actual date for end of loading), LOADTIME (Actual time for end of loading).. 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 E2OILT1 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
ACTIONAction for TAS and TPI Idoc OIK_ACTFLGCHAR2OIK_ACTFLG
LIDNOLOAD ID OIK_LIDCHAR30Assigned to domainALPHAOIK_LIDLIN
LIDADDONLOAD ID ADDON OIK_LIDADDCHAR20TEXT20
LOADDATEActual date for end of loading OIG_LDEDDADATS8DATUM
LOADTIMEActual time for end of loading OIG_LDEDTATIMS6UZEIT
MMDOCNRSAP MM document number for TAS OIK_MDOCNOCHAR10Assigned to domainALPHAEBELN
MMDITMNRSAP MM document item for TAS OIK_MITMNONUMC5Assigned to domainEBELP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
TSTMPCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
TSTEH3-Byte field CHAR3CHAR3CHAR3
TDICHCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
MTTMPCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
MTTEH3-Byte field CHAR3CHAR3CHAR3
BDICHCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
BSWCNCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
MCFCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
ABINDSingle-Character Indicator CHAR1CHAR1CHAR1
HYDROSingle-Character Indicator CHAR1CHAR1CHAR1
TRQNT17-Char. Field CHAR17CHAR17CHAR17
TRUOM3-Byte field CHAR3CHAR3CHAR3
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SHIPTOShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
HNDLTYPEExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
EXTLIDLID used at depot OIK_LIDDEPCHAR30CHAR30
EXTDELNR3rd party code OIK_3RDCODCHAR30TEXT30
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPCharacter Field with Length 5 CHAR05CHAR5CHAR005
SDOCARTSubsequent document type OIK_DOCARTCHAR4Assigned to domainAUARTAUART

Key field Non-key field



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

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

How to access SAP table E2OILT1

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