COVREF SAP (Coverage Reference Table: All Processing Blocks) Table details

Dictionary Type: Table
Description: Coverage Reference Table: All Processing Blocks




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




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

COVREF is a standard SAP Table which is used to store Coverage Reference Table: All Processing Blocks data and is available within R/3 SAP systems depending on the version and release level.

The COVREF table consists of various fields, each holding specific information or linking keys about Coverage Reference Table: All Processing Blocks data available in SAP. These include PROGNAME (Program/Transaction in SQL Trace Evaluation), SRTF2 (Next record counter in EXPORT/IMPORT data tables), OBJ_NAME (Object Name in Object Directory), OBJECT (Object Type).. 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 COVREF 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
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
PROGNAMEProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
COVRESET1Counter: Coverage results reset CVA_RESETDEC20CVO_DEC20
COVRESET2Counter: Coverage results reset CVA_RESETDEC20CVO_DEC20
COVR1_CONDCounter: Coverage results reset CVA_RESETDEC20CVO_DEC20
HASTADIRFlag: Program has a TADIR entry CVA_HASTADCHAR1
INITInitialization is complete CVA_INITCHAR1
UP_SDATESource Date at Last Update CVA_UPSDATDATS8SYDATS
UP_STIMESource Time at Last Update CVA_UPSTIMTIMS6SYTIME
LOADSIZELoad Size in kByte CVA_LOADSIINT410
UNICODEStatus Flag for On/Off CVA_STATUSCHAR1
UNICO_CONDStatus Flag for On/Off CVA_STATUSCHAR1
VERSIONCoverage Analyzer: Version Number CVA_VERSNUMC3
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDRaw Field Length for INDX Tables CVA_LRAWLRAW32000

Key field Non-key field



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

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

SELECT SINGLE *
FROM COVREF
INTO CORRESPONDING FIELDS OF WA_COVREF
WHERE...

How to access SAP table COVREF

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