The CLMS_HC_EXEC_LOG table in SAP ERP or S/4HANA stores Logging fine granular steps of the health check framework data. There are total 7 fields in CLMS_HC_EXEC_LOG table. The Logging fine granular steps of the health check framework 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 CLMS_HC_EXEC_LOG table. It is in Health Check Runtime (SCLMS_HC_RUNTIME) ABAP package and is part of the Health Check Infrastructure (BC-SRV-APS-CLM-HC) module.
SAP CLMS_HC_EXEC_LOG Table Fields
Following is the list of fields that are available in SAP CLMS_HC_EXEC_LOG table. The primary key fields of the table are MANDT (Client), HC_NAME (Health Check: Name), STEP (A step in the execution of the health check framework), START_TIMESTAMPL (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| HC_NAME | Health Check: Name | CLMS_HC_NAME | CHAR (30) | |
| STEP | A step in the execution of the health check framework | CLMS_HC_EXEC_STEP | CHAR (30) | |
| START_TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| START_DATE | Field of type DATS | DATS | DATS (8) | |
| END_TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| DURATION | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) |


