E2OILFQ SAP (TD-F Assignment of document quantities from OIGFIIQ) Structure details

Dictionary Type: Structure
Description: TD-F Assignment of document quantities from OIGFIIQ




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




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

E2OILFQ 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 "TD-F Assignment of document quantities from OIGFIIQ" 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_E2OILFQ TYPE E2OILFQ.

The E2OILFQ table consists of various fields, each holding specific information or linking keys about TD-F Assignment of document quantities from OIGFIIQ data available in SAP. These include VEH_NR (Vehicle Sequence Number in Shipment), L_SHITEM (TD-F Loading-relevant shipment item for assignment), L_POSNR (TD-F load-relevant document item number for assignment), D_SHITEM (TD-F Discharge-relevant shipment item for assignment).. 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 E2OILFQ 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
LD_ITMTD-F Load/discharge quantity assignment item OIG_LDITMNUMC4OIG_LDITM
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3Assigned to domainOIG_VEHNR
L_SHITEMTD-F Loading-relevant shipment item for assignment OIG_LSHITMNUMC4Assigned to domainOIG_SHITM
L_POSNRTD-F load-relevant document item number for assignment OIG_LITEMNUMC6OIG_ITEM
D_SHITEMTD-F Discharge-relevant shipment item for assignment OIG_DSHITMNUMC4Assigned to domainOIG_SHITM
D_POSNRTD-F discharge-relevant document item number for assignment OIG_DITEMNUMC6OIG_ITEM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
QUANTYPETD-F planned or actual quantity taken OIG_QTYPECHAR1OIG_QTYPE
QTY_VOLCharacter Field of Length 23 CHAR23CHAR23CHAR23
QTY_VLNCharacter Field of Length 23 CHAR23CHAR23CHAR23
QTY_WGTCharacter Field of Length 23 CHAR23CHAR23CHAR23
SCLDTYPETD-F -Shipment costing based on loaded or disch. quantitites OIG_STYPECHAR1OIG_STYPE
FIFO_INDTD-F Indicator: assignment created by FIFO OIG_FFINDCHAR1XFELD
MANC_INDTD-F Assignment manually changed OIG_MCINDCHAR1XFELD
GLCH_INDTD-F Assignment changed due to gain/loss handling OIG_GLINDCHAR1XFELD
TSNUMAStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSRFOAStage of transport sequence TSRFONUMC4TSRFO
TSNUMZStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSRFOZStage of transport sequence TSRFONUMC4TSRFO
D_DOC_NUMTD-F: number of discharge-relevant document OIG_DDOCNRCHAR10ALPHAOIG_DOCNR
D_DOC_TYPSD document category VBTYPCHAR1VBTYP
L_DOC_NUMTD-F number of load-relevant document OIG_LDOCNRCHAR10ALPHAOIG_DOCNR
L_DOC_TYPSD document category VBTYPCHAR1VBTYP
QTY_VOL_CTD-F item quantity assigned from loading doc.to disch. doc OIG_ACFIFOCHAR17OIG_PQTYVC
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KNOTATD-F - loading point OIG_KNOTLCHAR10Assigned to domainKNOTN
KNOTZTD-F - discharge point OIG_KNOTDCHAR10Assigned to domainKNOTN
VOLC_UOM3-Byte field CHAR3CHAR3CHAR3
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table E2OILFQ

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