The BSP_DLC_SDOBJ table in SAP ERP or S/4HANA stores Design layer: Design objects data. There are total 7 fields in BSP_DLC_SDOBJ table. The Design layer: Design 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 BSP_DLC_SDOBJ table. It is in Design Layer (BSP_DYN_CONFIG_DESIGN) ABAP package and is part of the UI Configuration & Design Layer (CA-WUI-CON) module.
SAP BSP_DLC_SDOBJ Table Fields
Following is the list of fields that are available in SAP BSP_DLC_SDOBJ table. The primary key fields of the table are OBJECT_TYPE (UI Object Type), DSGN_OBJECT (Design Layer: Design Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT_TYPE | UI Object Type | BSP_DLC_OBJECT_TYPE | BSP_DLC_OBJ_TYPE | CHAR (20) |
| DSGN_OBJECT | Design Layer: Design Object | BSP_DLC_DESIGN_OBJECT | CHAR (20) | |
| OBJECT_NAME_BOL | External Name of Object | CRMT_EXT_OBJ_NAME | CHAR (30) | |
| REF_OBJECT_TYPE | UI Object Type | BSP_DLC_OBJECT_TYPE | CHAR (20) | |
| REF_DSGN_OBJECT | Design Layer: Design Object | BSP_DLC_DESIGN_OBJECT | CHAR (20) | |
| PREFERRED | Design Layer: Indicator ‘Preferred Design Object’ | BSP_DLC_PREFERRED_DESIGN_OBJ | CHAR (1) | |
| HANDLER_ID | Design Layer Handler Id | WCF_DL_HANDLER_ID | BSP_DLC_SHANDLER | CHAR (30) |


