The COMM_CFGCUSD table in SAP ERP or S/4HANA stores Customizing Screen Designer Groups data. There are total 7 fields in COMM_CFGCUSD table. The Customizing Screen Designer Groups 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_CFGCUSD table. It is in Product Configuration DB (COM_CFG_DB) ABAP package and is part of the Product Configurator (AP-CFG) module.
SAP COMM_CFGCUSD Table Fields
Following is the list of fields that are available in SAP COMM_CFGCUSD table. The primary key fields of the table are MANDT (Client), KBID (Internal identifier of a knowledge base), DSINT (Internal Design Number), GRINT (Internal Group Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| KBID | Internal identifier of a knowledge base | COMT_CFGD_KBID | INT4 (10) | |
| DSINT | Internal Design Number | COMT_CFGD_DSINT | INT4 (10) | |
| GRINT | Internal Group Number | COMT_CFGD_GRINT | INT4 (10) | |
| NAME | Group Name | COMT_CFGD_GRNAME | CHAR (30) | |
| COUNTER | Group Sequence Position | COMT_CFGD_GRPOS | INT2 (5) | |
| COMP | Flag | COMT_CFGD_FLAG | CHAR (1) |


