The CVERS1 table in SAP ERP or S/4HANA stores Release Status of Software Components in System data. There are total 5 fields in CVERS1 table. The Release Status of Software Components in System 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 CVERS1 table. It is in ABAP Runtime Environment (SABP) ABAP package and is part of the ABAP Syntax, Compiler, Runtime (BC-ABA-LA) module.
SAP CVERS1 Table Fields
Following is the list of fields that are available in SAP CVERS1 table. The primary key fields of the table are COMPONENT (Software Component), FRELEASE (SAP Release), KRNRELEASE (SAP Release).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| COMPONENT | Software Component | DLVUNIT | * | CHAR (30) |
| FRELEASE | SAP Release | SAPRELEASE | CHAR (10) | |
| KRNRELEASE | SAP Release | SAPRELEASE | CHAR (10) | |
| EXTRELEASE | Support Package Level of a Software Component | SAPPATCHLV | CHAR (10) | |
| COMP_TYPE | Component Type Values | RELC_TYPE | CHAR (1) |


