The CLS_REPORT_DEF table in SAP ERP or S/4HANA stores definition of calssificationsreport data. There are total 9 fields in CLS_REPORT_DEF table. The definition of calssificationsreport 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_REPORT_DEF 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_REPORT_DEF Table Fields
Following is the list of fields that are available in SAP CLS_REPORT_DEF table. The primary key fields of the table are NAME (Name of report definition), ACTIVATION_STATE (Activation state for package data).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Name of report definition | CLS_REPORT_DEF_NAME | CHAR (30) | |
| ACTIVATION_STATE | Activation state for package data | PAK_ACTIVATION_STATE | CHAR (1) | |
| CREATE_LIST | X: Create list | CLS_CREATE_LIST | CHAR (1) | |
| CREATE_STAT_DATA | X: Create statistical data | CLS_CREATE_STAT_DATA | CHAR (1) | |
| CREATED_BY | Author | CNAM | CHAR (12) | |
| CREATED_ON | Created On | RDIR_CDATE | DATS (8) | |
| CHANGED_BY | Last changed by | UNAM | CHAR (12) | |
| CHANGED_ON | Changed On | RDIR_UDATE | DATS (8) | |
| SECU | Authorization Group | SECU | CHAR (8) |


