The CLS_ATTR_VALUE table in SAP ERP or S/4HANA stores Values of attributes data. There are total 5 fields in CLS_ATTR_VALUE table. The Values of 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 CLS_ATTR_VALUE table. It is in API for Classification Tool Set (SPAK_API_CLASSIFICATION) ABAP package and is part of the Classification Toolset (BC-DWB-UTL-CLS) module.
SAP CLS_ATTR_VALUE Table Fields
Following is the list of fields that are available in SAP CLS_ATTR_VALUE table. The primary key fields of the table are NAME (Characteristic), ACTIVATION_STATE (Activation state for package data), VALUE (Attribute value).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Characteristic | CLS_ATTRIBUTE_NAME | CLS_ATTRIBUTE | CHAR (30) |
| ACTIVATION_STATE | Activation state for package data | PAK_ACTIVATION_STATE | CHAR (1) | |
| VALUE | Attribute value | CLS_ATTRIBUTE_VALUE | CHAR (184) | |
| LINE_ORDER | Row Index of Internal Tables | SYTABIX | INT4 (10) | |
| ICON | Icon in text fields (substitute display, alias) | ICON_D | * | CHAR (4) |


