E3OILLH SAP (Segment containing OIKLIDW) Structure details

Dictionary Type: Structure
Description: Segment containing OIKLIDW




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




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

E3OILLH 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 "Segment containing OIKLIDW" 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_E3OILLH TYPE E3OILLH.

The E3OILLH table consists of various fields, each holding specific information or linking keys about Segment containing OIKLIDW data available in SAP. These include LIDADDON (LOAD ID ADDON), LIDTYPE (LOAD ID type), CONTRTYP (Control structure type), LIDDESC (Load ID description).. 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 E3OILLH 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
LIDNOLOAD ID OIK_LIDCHAR30Assigned to domainALPHAOIK_LIDLIN
LIDADDONLOAD ID ADDON OIK_LIDADDCHAR20TEXT20
LIDTYPELOAD ID type OIK_LIDTYPCHAR6Assigned to domainOIK_LIDTYP
CONTRTYPControl structure type OIK_CNTTYPCHAR1OIK_CNTTYP
LIDDESCLoad ID description OIK_LIDTXTCHAR36TEXT36
LIDDEPOTLID used at depot OIK_LIDDEPCHAR30CHAR30
LID3COD13rd party code OIK_3RDCODCHAR30TEXT30
LIDACTINDLID activation indicator OIK_ACTINDCHAR1OIK_ACTIND
LIDDELINDLID deletion indicator OIK_DELINDCHAR1OIK_DELIND
LIDBLKINDLID blocking indicator OIK_BLKINDCHAR1OIK_BLKIND
LID3RDPRTY3rd party code OIK_3RDCODCHAR30TEXT30
MATNR3RDP3rd party material info OIK_MAT3RDCHAR40TEXT40
MATTXT3RDP3rd party material text OIK_MTXTRDCHAR64TEXT64
CUST3RDP3rd party customer info OIK_CST3RDCHAR40TEXT40
MATNRTASTAS material number OIK_MATTASCHAR40TEXT40
ADDITTASTAS additive number OIK_ADDTASCHAR40TEXT40
LIDTASLoad ID TAS OIK_LIDTASCHAR30TEXT30
MMDOCNRSAP MM document number for TAS OIK_MDOCNOCHAR10Assigned to domainALPHAEBELN
MMDITMNRSAP MM document item for TAS OIK_MITMNONUMC5Assigned to domainEBELP
TASGRP1TAS Group 1 OIK_TASGRPCHAR8Assigned to domainOIK_TASGRP
TASGRP2TAS Group 1 OIK_TASGRPCHAR8Assigned to domainOIK_TASGRP
FUNCGROUPLOAD ID function group OIK_LIDGRPCHAR6Assigned to domainOIK_LIDGRP
TASCFLAGCheck flag for load ID OIK_CFLAGCHAR1OIK_CFLAG
USERFIELD1TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD2TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD3TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD4TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD5TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD6TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD7TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD8TAS user fields OIK_TASFLDCHAR30TEXT30
USERFIELD9TAS user fields OIK_TASFLDCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table E3OILLH

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