The COMM_CFGCLASS table in SAP ERP or S/4HANA stores Class data. There are total 2 fields in COMM_CFGCLASS table. The Class 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_CFGCLASS table. It is in Product Configuration DB (COM_CFG_DB) ABAP package and is part of the Product Configurator (AP-CFG) module.
SAP COMM_CFGCLASS Table Fields
Following is the list of fields that are available in SAP COMM_CFGCLASS table. The primary key fields of the table are MANDT (Client), CLASS_GUID (16 Byte UUID in 16 Bytes (Raw Format)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| CLASS_GUID | 16 Byte UUID in 16 Bytes (Raw Format) | SYSUUID_X16 | RAW (16) |


