The COMS_SETTYPE_CON table in SAP ERP or S/4HANA stores Parameter Table – Generation of Set Types and Attributes data. There are total 3 fields in COMS_SETTYPE_CON table. The Parameter Table – Generation of Set Types 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 COMS_SETTYPE_CON table. It is in Templates for Generating Set Types (COM_SETTYPE_TEMPLATES) ABAP package and is part of the Set Types and Attributes (AP-MD-PRO-SET) module.
SAP COMS_SETTYPE_CON Table Fields
Following is the list of fields that are available in SAP COMS_SETTYPE_CON table. The primary key fields of the table are OBJTYPE (Object Type of a Set Type), PARAM (Generation Parameters).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJTYPE | Object Type of a Set Type | COMT_BUS_OBJTYPE | COMC_SET_OBJTYPE | CHAR (10) |
| PARAM | Generation Parameters | COMT_PARAMETER | CHAR (10) | |
| PARAM_VALUE | Parameter Value | COMT_PARAMETER_VALUE | CHAR (64) |


