/VSO/B_SUBVCL_FT SAP (Definition of Loading Bays for Vehicle Type (VSO)) Table details

Dictionary Type: Table
Description: Definition of Loading Bays for Vehicle Type (VSO)




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




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

/VSO/B_SUBVCL_FT is a standard SAP Table which is used to store Definition of Loading Bays for Vehicle Type (VSO) data and is available within R/3 SAP systems depending on the version and release level.

The /VSO/B_SUBVCL_FT table consists of various fields, each holding specific information or linking keys about Definition of Loading Bays for Vehicle Type (VSO) data available in SAP. These include VSO_FTYPE (Vehicle Type for Vehicle Space Optimation), BAY_NO (Loading Bay of a Means of Transport (VSO)), BAY_UNIT (Unit of Measure for Length of Loading Bay (VSO)), BAY_POS_X (X Point (=Width) of Origin of a Loading Bay (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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /VSO/B_SUBVCL_FT 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 MANDTCLNT3T000MANDT
VSO_FTYPEVehicle Type for Vehicle Space Optimation /VSO/M_VSO_FLT_TYPECHAR10/VSO/B_FLEET/VSO/M_VSO_FLT_TYPE
BAY_NOLoading Bay of a Means of Transport (VSO) /VSO/M_BAY_IDCHAR3/VSO/M_BAY_ID
BAY_UNITUnit of Measure for Length of Loading Bay (VSO) /VSO/M_BAY_UNITUNIT3T006CUNITMEINS
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 table /VSO/B_SUBVCL_FT using ABAP code

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

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

How to access SAP table /VSO/B_SUBVCL_FT

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