The COMM_PRFREEATTR table in SAP ERP or S/4HANA stores Free Attributes for a Product data. There are total 12 fields in COMM_PRFREEATTR table. The Free Attributes for a Product 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_PRFREEATTR table. It is in General Product Set Types (COM_PRODUCT_BASIC_SETS) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMM_PRFREEATTR Table Fields
Following is the list of fields that are available in SAP COMM_PRFREEATTR table. The primary key fields of the table are CLIENT (Client), PRODUCT_GUID (Internal Unique ID of Product), ATTRIBUTE_ID (Free Attribute ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| PRODUCT_GUID | Internal Unique ID of Product | COMT_PRODUCT_GUID | RAW (16) | |
| ATTRIBUTE_ID | Free Attribute ID | COMT_FREE_ATTR_ID | CHAR (100) | |
| VALID_FROM | Valid From (Time Stamp) | COMT_VALID_FROM | DEC (15) | |
| VALID_TO | Valid To (Time Stamp) | COMT_VALID_TO | DEC (15) | |
| UPNAME | Name of the User Who Last Changed the Set | COMT_UPNAME | CHAR (12) | |
| HISTEX | History Exists | COMT_HISTEX | CHAR (1) | |
| LOGSYS | Original System | COMT_LOGSYS | * | CHAR (10) |
| ATTRIBUTE_VALUE | Value of Free Attribute | COMT_FREE_ATTR_VALUE | CHAR (255) | |
| ATTRIBUTE_UNIT | Free Attribute Unit | COMT_FREE_ATTR_UNIT | CHAR (30) | |
| ATTRIBUTE_TEXT | Description of Free Attribute | COMT_FREE_ATTR_TEXT | CHAR (255) | |
| ATTR_EXT_SCHEMA | Attribute GUID of External Schema (Check Table BBP_CT_ATT) | COMT_CT_SCHEMA_ATTRIBUTE_GUID | * | CHAR (32) |


