The CLS_RUN_OBJECTS table in SAP ERP or S/4HANA stores Objects that passed the condition check data. There are total 7 fields in CLS_RUN_OBJECTS table. The Objects that passed the condition check 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_RUN_OBJECTS 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_RUN_OBJECTS Table Fields
Following is the list of fields that are available in SAP CLS_RUN_OBJECTS table. The primary key fields of the table are REPORT (Name of report definition), RUN_DATE (Field of type DATS), RUN_NUMBER (Count parameters), TROBJTYPE (Object Type), SOBJ_NAME (Object Name in Object Directory), OBJECT_TYPE (Object type identifier).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| REPORT | Name of report definition | CLS_REPORT_DEF_NAME | * | CHAR (30) |
| RUN_DATE | Field of type DATS | DATS | DATS (8) | |
| RUN_NUMBER | Count parameters | NUMC4 | NUMC (4) | |
| TROBJTYPE | Object Type | TROBJTYPE | CHAR (4) | |
| SOBJ_NAME | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| OBJECT_TYPE | Object type identifier | PAK_OBJECT_TYPE | CHAR (20) | |
| DEVCLASS | Package | DEVCLASS | * | CHAR (30) |


