/VSO/B_SUBVCL_FZ SAP (Definition Loading Bays for Vehicle (VSO)) Table details

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




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




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

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

The /VSO/B_SUBVCL_FZ table consists of various fields, each holding specific information or linking keys about Definition Loading Bays for Vehicle (VSO) data available in SAP. These include FZGNR (Character Field Length = 10), BAY_NO (Three-digit character field for IDocs), BAY_UNIT (Base Unit of Measure), BAY_POS_X (Quantity).. 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/B_SUBVCL_FZ 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
FZGNRCharacter Field Length = 10 CHAR10CHAR10CHAR10
BAY_NOThree-digit character field for IDocs CHAR03CHAR3CHAR3
BAY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BAY_POS_XQuantity MENGE_DQUAN13(3) MENG13
BAY_POS_YQuantity MENGE_DQUAN13(3) MENG13
BAY_POS_ZQuantity MENGE_DQUAN13(3) MENG13
BAY_DEPQuantity MENGE_DQUAN13(3) MENG13
BAY_WIDQuantity MENGE_DQUAN13(3) MENG13
BAY_HGTQuantity MENGE_DQUAN13(3) MENG13
Z_SHELFQuantity MENGE_DQUAN13(3) MENG13
Z_SHELF2Quantity MENGE_DQUAN13(3) MENG13
Z_SHELF3Quantity MENGE_DQUAN13(3) MENG13
SHELF_ACTCharacter Field Length 1 CHAR01CHAR1CHAR1
BAY_CATThree-digit character field for IDocs CHAR03CHAR3CHAR3

Key field Non-key field



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

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

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

How to access SAP table /VSO/B_SUBVCL_FZ

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