The COMS_SET_GEN_KEY table in SAP ERP or S/4HANA stores Variants During Generation of Set Types data. There are total 3 fields in COMS_SET_GEN_KEY table. The Variants During Generation of Set Types 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_SET_GEN_KEY table. It is in Generating Set Types and Attributes (COM_SETTYPE_ATTRIBUTE) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMS_SET_GEN_KEY Table Fields
Following is the list of fields that are available in SAP COMS_SET_GEN_KEY table. The primary key fields of the table are OBJTYPE (Object Type of a Set Type), COMPONENT_TYPE (Component Type of a Set Type), ORGTYPE (Indicator for Organizational Dependency).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJTYPE | Object Type of a Set Type | COMT_SET_BUS_OBJTYPE | COMS_SETTYPE_O | CHAR (10) |
| COMPONENT_TYPE | Component Type of a Set Type | COMT_COMPONENT_TYPE | COMS_SET_COMPTYP | CHAR (2) |
| ORGTYPE | Indicator for Organizational Dependency | COMT_PR_ORG_TYPE | COMS_PR_ORG | CHAR (10) |


