CVS_ADMSET SAP (General Settings for Coverage Analyzer) Structure details

Dictionary Type: Structure
Description: General Settings for Coverage Analyzer




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




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

CVS_ADMSET is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "General Settings for Coverage Analyzer" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CVS_ADMSET TYPE CVS_ADMSET.

The CVS_ADMSET table consists of various fields, each holding specific information or linking keys about General Settings for Coverage Analyzer data available in SAP. These include SOCO1 (), SOCO2 (), SORA1 (), SORA2 ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CVS_ADMSET structure 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
OK 0
SOCO1 0
SOCO2 0
SORA1 0
SORA2 0
SORE1 0
SOUNI 0
SODEV 0
RED_YELPercentage CVA_PROZDEC9(6) DEC3_6
YEL_GREPercentage CVA_PROZDEC9(6) DEC3_6
TRCLEVNatural Number INT4INT410INT4
MAXLOGNatural Number INT4INT410INT4
MAXDATVOLNatural Number INT4INT410INT4
TRIGSERVERApplication Server Name MSNAME2CHAR40MSNAME2
TRIGDELTADuration period (in minutes) for a batch job BTCPMINNUMC2NUM02
ONLYUCStatus Flag for On/Off CVA_STATUSCHAR1
RFCDEST 0
CONDSERVERApplication Server Name MSNAME2CHAR40MSNAME2
CONDDELTADuration (in days) of DBA action BTCPDAYNUMC3NUM03
CONDSTIMESystem Time SYUZEITTIMS6SYTIME
HISPMNTHDuration period (in months) for a batch job BTCPMNTHNUMC2NUM02
HISPWEEKDuration period (in weeks) for a batch job BTCPWEEKNUMC2NUM02
HISPDAYDuration (in days) of DBA action BTCPDAYNUMC3NUM03
HISPHOURDuration period (in hours) for a batch job BTCPHOURNUMC2NUM02
HISPSEL M=Month;W=Week;D=Day;H=Hour0
HISSTIMEBatch job start time BTCXTIMETIMS6SYTIME
HISSERVERApplication Server Name MSNAME2CHAR40MSNAME2
SOPDE 0
USE_CCStatus Flag for On/Off CVA_STATUSCHAR1

Key field Non-key field



How do I retrieve data from SAP structure CVS_ADMSET using ABAP code?

As CVS_ADMSET is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CVS_ADMSET as there is no data to select.

How to access SAP table CVS_ADMSET

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