COVDATVOL SAP (Coverage Analyzer: Data Volume Monitor) Table details

Dictionary Type: Table
Description: Coverage Analyzer: Data Volume Monitor




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




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

COVDATVOL is a standard SAP Table which is used to store Coverage Analyzer: Data Volume Monitor data and is available within R/3 SAP systems depending on the version and release level.

The COVDATVOL table consists of various fields, each holding specific information or linking keys about Coverage Analyzer: Data Volume Monitor data available in SAP. These include DDATE (Date), TTIME (ABAP: Time of last generation), SERVER (Application Server Name), NUMPROG (No. of Programs).. 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 COVDATVOL 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
DDATEDate DATUMDATS8DATUM
TTIMEABAP: Time of last generation D010_STIMETIMS6SYTIME
SERVERApplication Server Name MSNAME2CHAR40MSNAME2
NUMPROGNo. of Programs CVA_NUMPROINT410
NUMTRIGNo. of Processing Blocks CVA_NUMTRIINT410
DURATIONExecution Time (seconds) CVA_DURATIINT410
VERSIONCoverage Analyzer: Version Number CVA_VERSNUMC3
DURATIONDExecution Duration COV_GET_DATA (Seconds) CVA_DURATDINT410
DURATIONMMaximum Execution Duration for a Program (Milliseconds) CVA_DURATMINT410
PDOUBLENumber of Duplicate Programs CVA_PDOUBINT410
TDOUBLENumber of Duplicate Processing Blocks CVA_TDOUBINT410
UNAMEUser Name SYUNAMECHAR12SYCHAR12
PARTIDPartition ID = ID of a Set of Entries in COVRES0 CVA_PARTIDNUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM COVDATVOL
INTO CORRESPONDING FIELDS OF WA_COVDATVOL
WHERE...

How to access SAP table COVDATVOL

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