The BCA_CONDGROUP_T table in SAP ERP or S/4HANA stores Text on Condition Group data. There are total 5 fields in BCA_CONDGROUP_T table. The Text on Condition Group 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 BCA_CONDGROUP_T table. It is in Financial Conditions (FICO) ABAP package and is part of the Financial Conditions (CA-FIM-FCO) module.
SAP BCA_CONDGROUP_T Table Fields
Following is the list of fields that are available in SAP BCA_CONDGROUP_T table. The primary key fields of the table are MANDT (Client), LANGU (Language Key), O_LISTTYPE (Condition Group Type), O_CONDGR (Condition Group).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key | SPRAS | T002 | LANG (1) |
| O_LISTTYPE | Condition Group Type | FICO_OLISTTYP | FICOC_LIST | NUMC (6) |
| O_CONDGR | Condition Group | BCA_DTE_CONDGR | BCA_CONDGROUP | NUMC (10) |
| X_CONDGR | Condition Group Description | BCA_DTE_CONDGR_T | CHAR (25) |


