SAP VBIC_APP Application Definition table Table
Overview
VBIC_APP is a standard SAP S/4HANA table that stores Application Definition table data. There are total 24 fields in the VBIC_APP table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VBIC_APP belongs to Visual Business -> please use CA-GTF-VBZ (CA-UI2-VBZ) module and is located in the package Visual Business Database Layer (VBI_DATABASE).
In addition, following links provide an overview of foreign key relationships, if any, that link VBIC_APP to other SAP tables and standard CDS views available based on VBIC_APP table in S/4HANA 2020.
Techincal Settings of VBIC_APP
Below are technical details of the table VBIC_APP
- Buffering switched on
- Full table is passed to buffer
- Storage type is Not Defined
List of VBIC_APP Fields
The following table gives you an overview of the fields available in VBIC_APP
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| APP_ID | Visual Business Application Identifier | VBI_APP_ID | CHAR | 40 | |
| DESCRIPTION | Description | VBI_DESCRIPTION | CHAR | 100 | |
| DISABLE_PITCH | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| DISABLE_YAW | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| DISABLE_MOVE | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| DISABLE_ZOOM | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| DISABLE_FADE | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_PITCH | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_YAW | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_MOVE | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_ZOOM | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| GC_SERVICE_ID | Configuration Identifier | VBI_CONFIG_ID | VBIC_GC_SERV | CHAR | 50 |
| MIN_LOD | Level of Detail | VBI_LOD | INT2 | 5 | |
| MAX_LOD | Level of Detail | VBI_LOD | INT2 | 5 | |
| MIN_Y | Coordinate | VBI_COORDINATE | DEC | 9 | |
| MAX_Y | Coordinate | VBI_COORDINATE | DEC | 9 | |
| MIN_X | Coordinate | VBI_COORDINATE | DEC | 9 | |
| MAX_X | Coordinate | VBI_COORDINATE | DEC | 9 | |
| LAYER_DEPTH | Map Layer Depth | VBI_LAYER_DEPTH | NUMC | 1 | |
| HIDE_TOOLBAR | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_NAVCONTROL | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| HIDE_SCALER | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| USE_VISUAL_FRAME | Boolean values TRUE (='X') and FALSE (= ' ') | VBI_BOOLEAN | CHAR | 1 | |
| SCALER_UNIT | Unit of measure for Scale control | VBI_SCALER_UNIT | CHAR | 2 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VBIC_APP
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VBIC_APP | GC_SERVICE_ID | : | VBIC_GC_SERV |