The COVLOG table in SAP ERP or S/4HANA stores Coverage Analyzer Log Entry data. There are total 5 fields in COVLOG table. The Coverage Analyzer Log Entry 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 COVLOG table. It is in Main Package I (SCOV_MAIN) ABAP package and is part of the Coverage Analyzer (BC-DWB-TOO-COV) module.
SAP COVLOG Table Fields
Following is the list of fields that are available in SAP COVLOG table. The primary key fields of the table are LOGDAT (Date for Coverage Analyzer History), LOGTIME (Time Stamp for Coverage Analyzer History), LOGSERVER (Application Server Instance).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LOGDAT | Date for Coverage Analyzer History | CVA_DATE | DATS (8) | |
| LOGTIME | Time Stamp for Coverage Analyzer History | CVA_TIME | TIMS (6) | |
| LOGSERVER | Application Server Instance | MSNAME2 | CHAR (40) | |
| ARBGB | Application Area | ARBGB | * | CHAR (20) |
| MSGNR | Message number | MSGNR | * | CHAR (3) |


