The BRR_TEXT_C table in SAP ERP or S/4HANA stores Text for a Language-Dependent Rule data. There are total 4 fields in BRR_TEXT_C table. The Text for a Language-Dependent Rule table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BRR_TEXT_C table. It is in Business Rule Repository (SWF_BRR) ABAP package and is part of the Business Process Engine (BC-XI-IS-BPE) module.
SAP BRR_TEXT_C Table Fields
Following is the list of fields that are available in SAP BRR_TEXT_C table. The primary key fields of the table are CLIENT (Client ID), TEXTTYPE (Indicator for the Use of a Text), NAME (Element ID (32 Characters, Unique, Not Language-Dependent)), LANGUAGE (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client ID | SYMANDT | * | CLNT (3) |
| TEXTTYPE | Indicator for the Use of a Text | BRR_TTYPE | CHAR (2) | |
| NAME | Element ID (32 Characters, Unique, Not Language-Dependent) | SWFDNAME | CHAR (32) | |
| LANGUAGE | Language Key | SYLANGU | LANG (1) |


