/VSO/M_SUBVCL_I SAP (Include Loading Bays for Vehicle and Vehicle Type (VSO)) Structure details

Dictionary Type: Structure
Description: Include Loading Bays for Vehicle and Vehicle Type (VSO)




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




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

/VSO/M_SUBVCL_I 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 "Include Loading Bays for Vehicle and Vehicle Type (VSO)" 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_SUBVCL_I TYPE /VSO/M_SUBVCL_I.

The /VSO/M_SUBVCL_I table consists of various fields, each holding specific information or linking keys about Include Loading Bays for Vehicle and Vehicle Type (VSO) data available in SAP. These include BAY_POS_X (X Point (=Width) of Origin of a Loading Bay (VSO)), BAY_POS_Y (Y Point (=Depth) of Origin of a Loading Bay (VSO)), BAY_POS_Z (Z Point (=Width) of Origin of a Loading Bay (VSO)), BAY_DEP (Depth of Loading Bay (Y) 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 or numeric)


SAP /VSO/M_SUBVCL_I 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
BAY_UNITUnit of Measure for Length of Loading Bay (VSO) /VSO/M_BAY_UNITUNIT3Assigned to domainCUNITMEINS
BAY_POS_XX Point (=Width) of Origin of a Loading Bay (VSO) /VSO/M_BAY_POS_XQUAN13(3) /VSO/M_MENG13
BAY_POS_YY Point (=Depth) of Origin of a Loading Bay (VSO) /VSO/M_BAY_POS_YQUAN13(3) /VSO/M_MENG13
BAY_POS_ZZ Point (=Width) of Origin of a Loading Bay (VSO) /VSO/M_BAY_POS_ZQUAN13(3) /VSO/M_MENG13
BAY_DEPDepth of Loading Bay (Y) of a Means of Transport (VSO) /VSO/M_BAY_DEPQUAN13(3) /VSO/M_MENG13
BAY_WIDWidth Loading Bay (x) of Means of Transport (VSO) /VSO/M_BAY_WIDQUAN13(3) /VSO/M_MENG13
BAY_HGTHeight of Loading Bay (Z) of a Means of Transport (VSO) /VSO/M_BAY_HGTQUAN13(3) /VSO/M_MENG13
Z_SHELFPosition of the First Shelf of a Loading Bay (VSO) /VSO/M_Z_SHELFQUAN13(3) /VSO/M_MENG13
Z_SHELF2Position of the Second Shelf of a Loading Bay (VSO) /VSO/M_Z_SHELF2QUAN13(3) /VSO/M_MENG13
Z_SHELF3Position of the Third Shelf of a Loading Bay (VSO) /VSO/M_Z_SHELF3QUAN13(3) /VSO/M_MENG13
SHELF_ACTUse Intermediate Floors of a Loading Bay (VSO) /VSO/M_SHELF_ACTCHAR1/VSO/M_SHELF_ACT
BAY_CATLoading Bay Category (Vehicle Space Optimization) /VSO/M_BAY_CATEGORYCHAR3/VSO/M_BAY_CAT/VSO/M_BAY_CAT

Key field Non-key field



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

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

How to access SAP table /VSO/M_SUBVCL_I

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