E2OILSQ SAP (Shipment item OIGSVMQ, OIGSVMQM, OIGSVMQO1(->no App,#494441)) Structure details

Dictionary Type: Structure
Description: Shipment item OIGSVMQ, OIGSVMQM, OIGSVMQO1(->no App,#494441)




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




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

E2OILSQ 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 item OIGSVMQ, OIGSVMQM, OIGSVMQO1(->no App,#494441)" 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_E2OILSQ TYPE E2OILSQ.

The E2OILSQ table consists of various fields, each holding specific information or linking keys about Shipment item OIGSVMQ, OIGSVMQM, OIGSVMQO1(->no App,#494441) data available in SAP. These include COM_NUMBER (3-Byte field), TU_NUMBER (TD transport unit number), VEHICLE (TD Vehicle Number), TD_ACTION (TD action (schedule, load, delivery confirmation)).. 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: Can be enhanced (character-type or numeric)


SAP E2OILSQ 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
SEQ_NMBRTD master data sequence number OIG_SEQNRNUMC3OIG_SEQNR
COM_NUMBER3-Byte field CHAR3CHAR3CHAR3
TU_NUMBERTD transport unit number OIG_TRUNMRCHAR10Assigned to domainALPHAOIG_TRUNMROIB
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
TD_ACTIONTD action (schedule, load, delivery confirmation) OIG_TDACTCHAR1OIG_TDACT
DOC_TYPSD document category VBTYPCHAR1VBTYP
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
TRQTYChar 15 CHAR15CHAR15CHAR15
TRUOM3-Byte field CHAR3CHAR3CHAR3
QTY_VOLCharacter Field of Length 23 CHAR23CHAR23CHAR23
QTY_WGTCharacter Field of Length 23 CHAR23CHAR23CHAR23
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LFIMGChar 15 CHAR15CHAR15CHAR15
VRKME3-Byte field CHAR3CHAR3CHAR3
LGMNGChar 15 CHAR15CHAR15CHAR15
MEINS3-Byte field CHAR3CHAR3CHAR3
HPM_ITMSequence number for HPM segments OIG_HPMITMNUMC5OIG_POSN5
HIS_ITMTD shipment history item number OIG_HISITMNUMC4OIJ_SH_HIST
REAS_CODEReason code - to group quantities in shipment process OIG_REASCDCHAR2Assigned to domainOIG_REASC
VGTYPSD document category VBTYPCHAR1VBTYP
OIGROUPNAMTD:customer compatibility group OIG_CCGCHAR8Assigned to domainALPHAOIG_CCGOI8
TSTMPCharacter Field of Length 23 CHAR23CHAR23CHAR23
TSTEH3-Byte field CHAR3CHAR3CHAR3
TDICHCharacter Field of Length 23 CHAR23CHAR23CHAR23
MTTMPCharacter Field of Length 23 CHAR23CHAR23CHAR23
MTTEH3-Byte field CHAR3CHAR3CHAR3
BDICHCharacter Field of Length 23 CHAR23CHAR23CHAR23
HYDROHydrometer Correction Indicator OIB_HYDROCHAR1OIB_XFELD
ABFACR/2 table CHAR5CHAR5CHAR5
ABINDAir Bouyancy Indicator OIB_ABINDCHAR1OIB_XFELD
UMRSLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
CMODEConversion Mode OIB_CMODECHAR1OIB_CMODE
COEFFCharacter Field of Length 23 CHAR23CHAR23CHAR23
FDICHCharacter Field of Length 23 CHAR23CHAR23CHAR23
BSWCNCharacter Field of Length 23 CHAR23CHAR23CHAR23
MCFCharacter Field of Length 23 CHAR23CHAR23CHAR23
STATUSTransaction type TRTYPCHAR1TRTYP
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
M_TPU_NRTransport unit sequence number in shipment OIG_TPUNRNUMC3Assigned to domainOIG_TPUNR
M_SEQ_NMBRTD master data sequence number OIG_SEQNRNUMC3OIG_SEQNR
M_VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3Assigned to domainOIG_VEHNR

Key field Non-key field



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

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

How to access SAP table E2OILSQ

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