OI0BW_OIGV SAP (Structure for vehicle data (OIGV)) Structure details

Dictionary Type: Structure
Description: Structure for vehicle data (OIGV)




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




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

OI0BW_OIGV 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 "Structure for vehicle data (OIGV)" 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_OI0BW_OIGV TYPE OI0BW_OIGV.

The OI0BW_OIGV table consists of various fields, each holding specific information or linking keys about Structure for vehicle data (OIGV) data available in SAP. These include VEHICLE (TD Vehicle Number), COMP_GROUP (TD Vehicle Customer group), VEH_TYPE (TD vehicle type), VEH_ID (TD vehicle identifier).. 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 OI0BW_OIGV 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
COMP_GROUPTD Vehicle Customer group OIG_VEHCUSTGRPCHAR8TOIGBVALPHAOIG_VCGOI9
VEH_TYPETD vehicle type OIG_VHLTYPCHAR4TOIGVOIG_VHLTYPOIE
VEH_IDTD vehicle identifier OIG_VEHIDCHAR18OIG_LICNMR
CARRIERTD carrier (vendor account number) OIG_LIFNRCHAR10LFA1ALPHALIFNR
VEH_NRTUSNumber of transport units on vehicle (TD) OIG_NMRTUNUMC2OIG_NMRTU
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3T006CUNITMEINS
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3T006CUNITMEINS
DIM_UOMTD dimension unit of measure OIG_DIMUOMUNIT3T006CUNITMEINS
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 EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
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_ROUTEVCHAR6TVROROUTE
TZONETime Zone TZNZONECHAR6TTZZTZNZONE
CALENDARFactory calendar ID CR_WFCIDCHAR2TFACDWFCIDFCI
DEPOTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VEH_SCRELFreight cost relevant vehicle OIG_VHSCRELCHAR10OIGVALPHAOIG_VHLNMR
NAME_EFF_DATEName Effective Date OIG_NMEFFDTDATS8Assigned to domainOIG_NMEFFDT
CLF_EFDTVehicle Classification Effective Date OIG_CLFEFFDTDATS8Assigned to domainOIG_CLFEFFDT
REG_CNTRYVehicle Registered Country OIG_REG_CNTRCHAR3T005LAND1
REG_DATETD-Vehicle Registered Date OIG_REGDTDATS8Assigned to domainOIG_REGDT
OWNERTD-Vehicle Owner OIG_VEH_OWNERCHAR20OIG_VEH_OWNER
REG_OWNERTD-Vehicle Registered Owner OIG_VEH_REG_OWNCHAR20OIG_VEH_REG_OWN
GRP_IDTD-Vehicle Berth Compatibility Group ID OIG_BR_CP_GRP_IDCHAR10TOI0_CP_GRPOI0_CP_GRP_IDOIJ_CP_VEH_GRP_ID
OWN_FLAGTD-Vehicle Own Flag OIG_VOWNFLCHAR1OIG_VOWNFL
BALLCAPTD-Vehicle Ballast Capacity OIG_BALLCAPQUAN13(3) OIG_BALLCAP
FL_BNK_CAPATD-Vehicle Fuel Bunker Capacity OIG_FL_BNK_CAPAQUAN13(3) OIG_FL_BNK_CAPA
DSL_BNK_CAPATD-Vehicle Diesel Bunker Capacity OIG_DSL_BNK_CAPAQUAN13(3) OIG_DSL_BNK_CAPA
CAP_UOMUoM of TD-Vehicle Bunker Capacity OIG_CAP_UOMUNIT3T006CUNITMEINS
WT_UOMUoM of TD-Vehicle(For Draft) OIG_WT_UOMUNIT3T006CUNITMEINS
CLASS_GRPTD-Vehicle Classification Group OIG_CL_GRPCHAR10TOIGVCLGROIG_CL_GRP
VHCLSIGNTD-Vehicle Call Sign OIG_VHCLSIGNCHAR10OIG_VHCLSIGN
STCMNRTD-Vehicle Telex Number OIG_STCMNRCHAR30OIG_STCMNR
SRFXNRTD-Vehicle Fax Number OIG_STFXNRCHAR30OIG_STFXNR
DRAFTMaximum Vehicle Draft OIG_VEH_DRAFTQUAN13(3) OIG_VEH_DRAFT
TPPOINTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
VEH_STATUSTD vehicle status OIG_VEHSTACHAR1OIG_VEHSTA
CRE_DATECreated On ERSDADATS8DATUM
CRE_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CHA_DATEDate of Last Change LAEDADATS8DATUM
CHA_NAMEName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table OI0BW_OIGV

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