SAP VBCD_TXT_T Visual Business Texts (language dependent) Table
Overview
VBCD_TXT_T is a standard SAP S/4HANA table that stores Visual Business Texts (language dependent) data. There are total 4 fields in the VBCD_TXT_T table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VBCD_TXT_T belongs to Visual Business (CA-GTF-VBZ) module and is located in the package Database Layer (VBC_DATABASE).
In addition, following links provide an overview of foreign key relationships, if any, that link VBCD_TXT_T to other SAP tables and standard CDS views available based on VBCD_TXT_T table in S/4HANA 2020.
Techincal Settings of VBCD_TXT_T
Below are technical details of the table VBCD_TXT_T
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of VBCD_TXT_T Fields
The following table gives you an overview of the fields available in VBCD_TXT_T
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| LANGU | Language Key | SPRAS | T002 | LANG | 1 |
| APP_ID | Visual Business Application Identifier | VBC_APP_ID | VBCD_TXT | CHAR | 40 |
| OBJECT_ID | Object Identifier (GUID 36) | VBC_OBJECT_ID | CHAR | 36 | |
| TEXT | Text (100 characters) | TEXT100 | CHAR | 100 |
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 VBCD_TXT_T
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VBCD_TXT_T | APP_ID | 1: CN | VBCD_TXT |
| VBCD_TXT_T | LANGU | : | T002 |