The COMM_CFGFILT table in SAP ERP or S/4HANA stores Global Filter Definition data. There are total 3 fields in COMM_CFGFILT table. The Global Filter Definition 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 COMM_CFGFILT table. It is in Product Configuration DB (COM_CFG_DB) ABAP package and is part of the Product Configurator (AP-CFG) module.
SAP COMM_CFGFILT Table Fields
Following is the list of fields that are available in SAP COMM_CFGFILT table. The primary key fields of the table are MANDT (Client), CLTYPE (Class Type), FILTID (Filter ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| CLTYPE | Class Type | COMT_CFGD_CLTYPE | CHAR (3) | |
| FILTID | Filter ID | COMT_CFGD_FIID | CHAR (1) |


