CVS_COVINF_NEW SAP (Coverage Information) Structure details

Dictionary Type: Structure
Description: Coverage Information




ABAP Code to SELECT data from CVS_COVINF_NEW
Related tables to CVS_COVINF_NEW
Access table CVS_COVINF_NEW




Structure field list including key, data, relationships and ABAP select examples

CVS_COVINF_NEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Coverage Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CVS_COVINF_NEW TYPE CVS_COVINF_NEW.

The CVS_COVINF_NEW table consists of various fields, each holding specific information or linking keys about Coverage Information data available in SAP. These include PROZRBX1 (Accumulated Runtime Errors (Percent)), PROZRST1 (Accumulated Program Changes (Percent)), PROZCNT2 (Current Processing Block Coverage (Percent)), PROZRBX2 (Current Runtime Errors (Percent)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CVS_COVINF_NEW structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PROZCNT1Accumulated Processing Block Coverage (Percent) CVA_CO1PRODEC9(6) DEC3_6
PROZRBX1Accumulated Runtime Errors (Percent) CVA_RA1PRODEC9(6) DEC3_6
PROZRST1Accumulated Program Changes (Percent) CVA_RE1PRODEC9(6) DEC3_6
PROZCNT2Current Processing Block Coverage (Percent) CVA_CO2PRODEC9(6) DEC3_6
PROZRBX2Current Runtime Errors (Percent) CVA_RA2PRODEC9(6) DEC3_6
PROZTSTDCurrent Processing Block Coverage (Percent) CVA_TESPRODEC9(6) DEC3_6
PROZUNICODUnicode Flag Percentage CVA_UNIPRODEC9(6) DEC3_6
LED Traffic Light0
TOTALNumber of Processing Blocks CVA_TOTALDEC20CVO_TOTAL
EFFCapacity Utilization: Executed/Loaded CVA_EFFDEC9(6) DEC3_6
PROZTSTD_STCurrent Statement Coverage (Percent) CVA_PROZTESSTATDEC9(6) DEC3_6
TOTAL_STNumber of Statements CVA_TOTAL_STDEC31CVO_TOTAL_ST
PROZTSTD_BRCHCurrent Branch Coverage (Percent) CVA_PROZTSTBRCHDEC9(6) DEC3_6
TOTAL_BRCHNumber of Branches CVA_TOTAL_BRCHDEC31CVO_TOTAL_ST
PROZ_CNT_CUM_STAccumulated Statement Coverage (Percentage) CVA_CO3PRODEC9(6) DEC3_6
PROZ_CNT_CUM_BRCumulated Branch Coverage (Percent) CVA_CO4PRODEC9(6) DEC3_6

Key field Non-key field



How do I retrieve data from SAP structure CVS_COVINF_NEW using ABAP code?

As CVS_COVINF_NEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CVS_COVINF_NEW as there is no data to select.

How to access SAP table CVS_COVINF_NEW

Within an ECC or HANA version of SAP you can also view further information about CVS_COVINF_NEW and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!