/VSO/M_VEHICLE SAP (VSO Communication Structure VEHICLE (Method AddContainer)) Structure details

Dictionary Type: Structure
Description: VSO Communication Structure VEHICLE (Method AddContainer)




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




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

/VSO/M_VEHICLE 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 "VSO Communication Structure VEHICLE (Method AddContainer)" 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_/VSO/M_VEHICLE TYPE /VSO/M_VEHICLE.

The /VSO/M_VEHICLE table consists of various fields, each holding specific information or linking keys about VSO Communication Structure VEHICLE (Method AddContainer) data available in SAP. These include VCL_CAT (Means of Transport Category (VSO)), LLFL (Length of Loading Area of a Means of Transport (VSO)), BLFL (Width of Loading Area of a Means of Transport (VSO)), HLFL (Height 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /VSO/M_VEHICLE 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
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

Key field Non-key field



How do I retrieve data from SAP structure /VSO/M_VEHICLE using ABAP code?

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

How to access SAP table /VSO/M_VEHICLE

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