COV_RESULTS SAP (Evaluations of Coverage Measurements) Table details

Dictionary Type: Table
Description: Evaluations of Coverage Measurements




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




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

COV_RESULTS is a standard SAP Table which is used to store Evaluations of Coverage Measurements data and is available within R/3 SAP systems depending on the version and release level.

The COV_RESULTS table consists of various fields, each holding specific information or linking keys about Evaluations of Coverage Measurements data available in SAP. These include RESULT_ID (Unique Global Identifier), NAME (Name of Result), MEASUREMENT_ID (Unique Global Identifier), NODE_DATA (Results Nodes (packed)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COV_RESULTS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RESULT_IDUnique Global Identifier CVA_UUIDRAW16SYSUUID_X16
NAMEName of Result CVA_RESULT_NAMECHAR40CVO_OBJECT_NAME
MEASUREMENT_IDUnique Global Identifier CVA_UUIDRAW16SYSUUID_X16
NODE_DATA Results Nodes (packed)0
COVERAGE_DATA Coverage Data for Results Nodes (packed)0
SELECTION_DATA Selection Conditions (packed)0
CREATION_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYCreated by CVA_CREATED_BYCHAR12UNAME
IGNORE_HIERARCHYNo Hierarchy CVA_IGNORE_HIERARCHYCHAR1
STOP_LEVELNode Type CVA_NODE_TYPECHAR10CVO_NODE_TYPE
SKIP_CLASS_LEVELSkip Class Level CVA_SKIP_CLASS_LEVELCHAR1
COVERAGE_TYPES Coverage Types0

Key field Non-key field



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

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

SELECT SINGLE *
FROM COV_RESULTS
INTO CORRESPONDING FIELDS OF WA_COV_RESULTS
WHERE...

How to access SAP table COV_RESULTS

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