/VSO/M_I_VEH SAP (Input Data: Vehicle Data (Vehicle Space Optimization)) Table details

Dictionary Type: Table
Description: Input Data: Vehicle Data (Vehicle Space Optimization)




ABAP Code to SELECT data from /VSO/M_I_VEH
Related tables to /VSO/M_I_VEH
Access table /VSO/M_I_VEH




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

/VSO/M_I_VEH is a standard SAP Table which is used to store Input Data: Vehicle Data (Vehicle Space Optimization) data and is available within R/3 SAP systems depending on the version and release level.

The /VSO/M_I_VEH table consists of various fields, each holding specific information or linking keys about Input Data: Vehicle Data (Vehicle Space Optimization) data available in SAP. These include TKNUM (Shipment Number (Vehicle Space Optimization)), FZGNR (Vehicle), VCL_CAT (Means of Transport Category (VSO)), LLFL (Length of Loading Area of a Means of Transport (VSO)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /VSO/M_I_VEH table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TKNUMShipment Number (Vehicle Space Optimization) /VSO/M_VSO_TKNUMCHAR10/VSO/M_VSO_TKNUM
FZGNRVehicle /DSD/RP_TRUCKCHAR18Assigned to domainALPHAEQUNR
VCL_CATMeans of Transport Category (VSO) /VSO/M_VCL_CATNUMC2/VSO/M_VCL_CAT
LLFLLength of Loading Area of a Means of Transport (VSO) /VSO/M_C_LLFLNUMC13/VSO/M_CHAR_MENG13
BLFLWidth of Loading Area of a Means of Transport (VSO) /VSO/M_C_BLFLNUMC13/VSO/M_CHAR_MENG13
HLFLHeight of Loading Area of a Means of Transport (VSO) /VSO/M_C_HLFLNUMC13/VSO/M_CHAR_MENG13
LEGEWUnladen Weight of the Means of Transport (VSO) /VSO/M_C_LEGEWNUMC13/VSO/M_CHAR_MENG13
ERGGEWMaximum Total Weight of MT (Vehicle Space Optimization) /VSO/M_C_ERGGEWNUMC13/VSO/M_CHAR_MENG13
AXL_POS_FFront Axle Position of Means of Transport (VSO) /VSO/M_C_AXL_POS_FNUMC13/VSO/M_CHAR_MENG13
AXL_POS_RRear Axle Position of Means of Transport (VSO) /VSO/M_C_AXL_POS_RNUMC13/VSO/M_CHAR_MENG13
AXL_WGT_FLoad on Front Axle (Vehicle Space Optimization) /VSO/M_C_AXL_WGT_FNUMC13/VSO/M_CHAR_MENG13
AXL_WGT_RLoad on Rear Axle Vehicle Space Optimization /VSO/M_C_AXL_WGT_RNUMC13/VSO/M_CHAR_MENG13
VCL_PALMatNo Standard Packaging Mat. of Means of Transport (VSO) /VSO/M_VCL_PALCHAR18Assigned to domainMATN1/VSO/M_VSO_MATNR
LOAD_DIRLoading Direction of Means of Transport (VSO) /VSO/M_LOAD_DIRNUMC1/VSO/M_LOAD_DIR
COUNTERNatural Number INT4INT410INT4
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP table /VSO/M_I_VEH using ABAP code

The following ABAP code Example will allow you to do a basic selection on /VSO/M_I_VEH to SELECT all data from the table
DATA: WA_/VSO/M_I_VEH TYPE /VSO/M_I_VEH.

SELECT SINGLE *
FROM /VSO/M_I_VEH
INTO CORRESPONDING FIELDS OF WA_/VSO/M_I_VEH
WHERE...

How to access SAP table /VSO/M_I_VEH

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