The COMC_ATTRIBUTE_T table in SAP ERP or S/4HANA stores Product Additional Attribute – Description data. There are total 4 fields in COMC_ATTRIBUTE_T table. The Product Additional Attribute – Description 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 COMC_ATTRIBUTE_T 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 COMC_ATTRIBUTE_T Table Fields
Following is the list of fields that are available in SAP COMC_ATTRIBUTE_T table. The primary key fields of the table are ATTR_GUID (Attribute GUID), LANGU (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ATTR_GUID | Attribute GUID | COMT_ATTR_GUID | COMC_ATTRIBUTE | CHAR (32) |
| LANGU | Language Key | SPRAS | * | LANG (1) |
| ATTR_TEXT | Attribute Description | COMT_ATTR_TEXT | CHAR (40) | |
| ATTR_TEXT_UPPER | Attribute Description | COMT_ATTR_TEXT_UPPER | CHAR (40) |


