COV_SERIES SAP (Test Series) Table details

Dictionary Type: Table
Description: Test Series




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




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

COV_SERIES is a standard SAP Table which is used to store Test Series data and is available within R/3 SAP systems depending on the version and release level.

The COV_SERIES table consists of various fields, each holding specific information or linking keys about Test Series data available in SAP. These include SERIES_ID (Unique Global Identifier), NAME (Test Series Name), CHANGED_BY (Changed by), CHANGED_AT (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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_SERIES 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
SERIES_IDUnique Global Identifier CVA_UUIDRAW16SYSUUID_X16
NAMETest Series Name CVA_SERIES_NAMECHAR40CVO_SERIES_NAME
CHANGED_BYChanged by CVA_CHANGED_BYCHAR12UNAME
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOCL_SERVER_ONLYLocal (= 'X') or Cross-Server (= ' ') Measurement CVA_LOCAL_SERVER_ONLYCHAR1BOOLEAN
USERSUser for Coverage Measurement CVA_USERSSTRG0
TESTKEY_EXPExpiration Date Test Key in Seconds CVA_TESTKEY_EXPINT410
SELECTION_DATA 0
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_SERIES using ABAP code

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

SELECT SINGLE *
FROM COV_SERIES
INTO CORRESPONDING FIELDS OF WA_COV_SERIES
WHERE...

How to access SAP table COV_SERIES

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