The BCFG_D_CONT_LANG table in SAP ERP or S/4HANA stores contains language vector by container id data. There are total 2 fields in BCFG_D_CONT_LANG table. The contains language vector by container id 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 BCFG_D_CONT_LANG table. It is in Business Configuration Support SCPR Implementation (S_BCFG_SCPR_IMPL) ABAP package and is part of the Business Configuration API (SAP-internal) (BC-CUS-TOL-API) module.
SAP BCFG_D_CONT_LANG Table Fields
Following is the list of fields that are available in SAP BCFG_D_CONT_LANG table. The primary key fields of the table are CONTAINER_ID (Character field, length 32).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CONTAINER_ID | Character field, length 32 | CHAR32 | CHAR (32) | |
| LANGUAGES | Char255 | CHAR255 | CHAR (255) |


