SAP VBCD_TXT_OBJ_T Text Objects (language dependent texts) Table
Overview
VBCD_TXT_OBJ_T is a standard SAP S/4HANA table that stores Text Objects (language dependent texts) data. There are total 5 fields in the VBCD_TXT_OBJ_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_OBJ_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_OBJ_T to other SAP tables and standard CDS views available based on VBCD_TXT_OBJ_T table in S/4HANA 2020.
Techincal Settings of VBCD_TXT_OBJ_T
Below are technical details of the table VBCD_TXT_OBJ_T
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of VBCD_TXT_OBJ_T Fields
The following table gives you an overview of the fields available in VBCD_TXT_OBJ_T
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT | 3 |
| LANGU | Language Key | SPRAS | T002 | LANG | 1 |
| MODEL_ID | Visual Business Application | VBC_MODEL_ID | VBCD_TXT_OBJ | 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_OBJ_T
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VBCD_TXT_OBJ_T | LANGU | : | T002 |
| VBCD_TXT_OBJ_T | MODEL_ID | 1: CN | VBCD_TXT_OBJ |