The CRMC_QB_FILTER table in SAP ERP or S/4HANA stores CRM Quick Button Filter Profile data. There are total 12 fields in CRMC_QB_FILTER table. The CRM Quick Button Filter Profile 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 CRMC_QB_FILTER table. It is in Quick buttons for actions in CRM Orders (CRM_ACTION_QB) ABAP package and is part of the Actions (CRM-BF-ACI) module.
SAP CRMC_QB_FILTER Table Fields
Following is the list of fields that are available in SAP CRMC_QB_FILTER table. The primary key fields of the table are CLIENT (Client), OBJECT_TYPE (UI Object Type), OBJECT_SUB_TYPE (Object Subtype), BUTTON_ID_TYPE (CRM WebClient UI Button Identifier Type), BUTTON_ID (CRM Button ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| OBJECT_TYPE | UI Object Type | BSP_DLC_OBJECT_TYPE | CHAR (20) | |
| OBJECT_SUB_TYPE | Object Subtype | BSP_DLC_OBJECT_SUB_TYPE | CHAR (20) | |
| BUTTON_ID_TYPE | CRM WebClient UI Button Identifier Type | CRMT_QB_BUTTON_ID_TYPE | CHAR (10) | |
| BUTTON_ID | CRM Button ID | CRMT_QB_BUTTON_ID | CHAR (32) | |
| SORT | Button Sort Sequence | CRMT_QB_BUTTON_SORT_SEQUENCE | INT1 (3) | |
| REMOVE_BUTTON | Remove Toolbar Button | CRMT_QB_BUTTON_REMOVE | CHAR (1) | |
| ENABLE_BUTTON | Enable Button | CRMT_QB_BUTTON_ENABLE | CHAR (1) | |
| DISABLE_BUTTON | Disable Button | CRMT_QB_BUTTON_DISABLE | CHAR (1) | |
| TEXT | Button Text | CRMT_QB_BUTTON_TEXT | CHAR (32) | |
| TOOLTIP | Button Tooltip | CRMT_QB_BUTTON_TOOLTIP | CHAR (32) | |
| ICON_SRC | Button Icon Source | CRMT_QB_BUTTON_ICON_SRC | CHAR (32) |


