E3OILVH SAP (IS-OIl TD Vehivle Master Data) Structure details

Dictionary Type: Structure
Description: IS-OIl TD Vehivle Master Data




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




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

E3OILVH 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 "IS-OIl TD Vehivle Master Data" 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_E3OILVH TYPE E3OILVH.

The E3OILVH table consists of various fields, each holding specific information or linking keys about IS-OIl TD Vehivle Master Data data available in SAP. These include COMP_GROUP (TD vehicle group), VEH_TYPE (TD vehicle type), VEH_ID (TD vehicle identifier), CARRIER (TD carrier (vendor account 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 E3OILVH 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
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
COMP_GROUPTD vehicle group OIG_VCGCHAR8Assigned to domainALPHAOIG_VCGOI9
VEH_TYPETD vehicle type OIG_VHLTYPCHAR4Assigned to domainOIG_VHLTYPOIE
VEH_IDTD vehicle identifier OIG_VEHIDCHAR18OIG_LICNMR
CARRIERTD carrier (vendor account number) OIG_LIFNRCHAR10Assigned to domainALPHALIFNR
VEH_NRTUSNumber of transport units on vehicle (TD) OIG_NMRTUNUMC2OIG_NMRTU
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3Assigned to domainCUNITMEINS
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3Assigned to domainCUNITMEINS
DIM_UOMTD dimension unit of measure OIG_DIMUOMUNIT3Assigned to domainCUNITMEINS
VEH_MAXWGTTD vehicle maximum weight OIG_VEHMWTFLTP16(16) OIB_ADQNT
VEH_UNLWGTTD vehicle unladen weight OIG_VEHUWTFLTP16(16) OIB_ADQNT
VEH_MAXVOLTD vehicle maximum volume OIG_VEHMVLFLTP16(16) OIB_ADQNT
EQUIP_NREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
VEH_HEIGHTVehicle height OIG_VEHHEIQUAN13(3) MENG13
VEH_WIDTHTD width OIG_VEHWIDQUAN13(3) MENG13
VEH_LENGTHVehicle length OIG_VEHLENQUAN13(3) MENG13
ROUTETD-F vehicle route OIG_ROUTEVCHAR6Assigned to domainROUTE
TPPOINTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
VEH_STATUSTD vehicle status OIG_VEHSTACHAR1OIG_VEHSTA
VEH_TEXTTD vehicle header text OIG_VHLTXTCHAR40OIG_TEXT
STATUSTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table E3OILVH

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