COVMVDAT SAP (Table for Storing Coverage Results from Coverage Analyzer) Table details

Dictionary Type: Table
Description: Table for Storing Coverage Results from Coverage Analyzer




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




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

COVMVDAT is a standard SAP Table which is used to store Table for Storing Coverage Results from Coverage Analyzer data and is available within R/3 SAP systems depending on the version and release level.

The COVMVDAT table consists of various fields, each holding specific information or linking keys about Table for Storing Coverage Results from Coverage Analyzer data available in SAP. These include TESTKEY (Test Group), LEV (Node Level), PARENT (For General Use of Names of Length < 30), NAME (For General Use of Names of Length < 30).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COVMVDAT table 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
VIEW_TYPEView cat CVA_VWTYPCHAR1CVO_VWTYP
TESTKEYTest Group CVA_TESTKCHAR4CHAR4COVTKEY
LEV Node Level0
PARENTFor General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
NAMEFor General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
PARLEVNode level CVA_LEVELNUMC2CVO_NUMC2
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
PDEVCLASSTransport Layer in ABAP Workbench DEVLAYERCHAR4DEVLAYERTCE_TRANSPORT_LAYERS
SUCC_LEVNode level CVA_LEVELNUMC2CVO_NUMC2
TEXT Description of Node0
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
LEAFIndicator CVA_FLAGCHAR1BOOLE
TEXT0For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT1For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT2For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT3For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT4For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT5For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT6For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT7For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT8For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME
TEXT9For General Use of Names of Length < 30 CVA_NAMECHAR30CVO_NAME

Key field Non-key field



How do I retrieve data from SAP table COVMVDAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on COVMVDAT to SELECT all data from the table
DATA: WA_COVMVDAT TYPE COVMVDAT.

SELECT SINGLE *
FROM COVMVDAT
INTO CORRESPONDING FIELDS OF WA_COVMVDAT
WHERE...

How to access SAP table COVMVDAT

Within an ECC or HANA version of SAP you can also view further information about COVMVDAT 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!