The CRM_BSP_LIST_OBJ table in SAP ERP or S/4HANA stores CRM PCUI List Objects and Attributes data. There are total 5 fields in CRM_BSP_LIST_OBJ table. The CRM PCUI List Objects and Attributes 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 CRM_BSP_LIST_OBJ table. It is in Controller Implementation: Generic Framework (CRM_BSP_FRAME_GENERIC) ABAP package and is part of the People Centric UI Framework (CA-GTF-PCF) module.
SAP CRM_BSP_LIST_OBJ Table Fields
Following is the list of fields that are available in SAP CRM_BSP_LIST_OBJ table. The primary key fields of the table are MANDT (Client), LIST_ID (List ID).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MANDT | Client | MANDT | * | CLNT (3) |
LIST_ID | List ID | CRMT_BSP_LIST_ID | CRM_BSP_LIST | CHAR (32) |
OBJECT_POSITION | Item position in the list | CRMT_BSP_ITEM_POS | INT4 (10) | |
SELECTED | General Flag | FLAG | CHAR (1) | |
FILTERED | General Flag | FLAG | CHAR (1) |