VBCD_MODEL SAP (Main Visual Business Model) Table details

Dictionary Type: Table
Description: Main Visual Business Model




ABAP Code to SELECT data from VBCD_MODEL
Related tables to VBCD_MODEL
Access table VBCD_MODEL




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

VBCD_MODEL is a standard SAP Table which is used to store Main Visual Business Model data and is available within R/3 SAP systems depending on the version and release level.

The VBCD_MODEL table consists of various fields, each holding specific information or linking keys about Main Visual Business Model data available in SAP. These include MODEL_ID (Visual Business Application), VERSION (Version), MIN_UI_VERSION (Minimal UI Version needed for the Model), IS_SAP_MODEL (Flag for original SAP Model).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP VBCD_MODEL 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
MODEL_IDVisual Business Application VBC_MODEL_IDCHAR40VBCUPVBC_MODEL_ID
VERSIONVersion VBC_VERSIONNUMC5VBC_VERSION
MIN_UI_VERSIONMinimal UI Version needed for the Model VBC_MIN_UI_VERSIONCHAR30VBC_UI_VERSION
IS_SAP_MODELFlag for original SAP Model VBC_SAP_MODEL_FLAGCHAR1VBC_BOOLEAN
LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
DEFAULT_LANGUAGEDefault Model Language VBC_DEFAULT_LANGUAGECHAR2LAISO
MAX_REVISIONRevision of a Visual Business Application VBC_REVISIONNUMC5Assigned to domainVBC_VERSION
MAX_MOD_REVISIONRevision of a Visual Business Application VBC_REVISIONNUMC5Assigned to domainVBC_VERSION
CREATED_ONCreated On VBC_CREATE_DATEDEC15TZNTSTMPS
CREATED_BYCreated By VBC_CREATE_USERCHAR12UNAME
CHANGED_ONChanged on VBC_CHANGE_DATEDEC15TZNTSTMPS
CHANGED_BYChanged by VBC_CHANGE_USERCHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table VBCD_MODEL using ABAP code

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

SELECT SINGLE *
FROM VBCD_MODEL
INTO CORRESPONDING FIELDS OF WA_VBCD_MODEL
WHERE...

How to access SAP table VBCD_MODEL

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