The BCFG_OBJ_WHT table in SAP ERP or S/4HANA stores Customizing API: Whitelist Customizing Objects data. There are total 4 fields in BCFG_OBJ_WHT table. The Customizing API: Whitelist Customizing Objects 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_OBJ_WHT table. It is in Business Configuration Support API (S_BCFG_API) ABAP package and is part of the Business Configuration API (SAP-internal) (BC-CUS-TOL-API) module.
SAP BCFG_OBJ_WHT Table Fields
Following is the list of fields that are available in SAP BCFG_OBJ_WHT table. The primary key fields of the table are OBJECTNAME (Object Name), OBJECTTYPE (Object type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECTNAME | Object Name | OB_OBJECT | OBJH | CHAR (30) |
| OBJECTTYPE | Object type | OB_TYP | CHAR (1) | |
| IS_TR_RECORDING_ALLOWED | Is Transport Recording Allowed? | SBCFG_TR_RECORDING_ALLOWED | CHAR (1) | |
| IS_FILE_UPLOAD_ALLOWED | Is File Upload Allowed? | SBCFG_FILE_UPLOAD_ALLOWED | CHAR (1) |


