CVS_NODINF_NEW SAP (Structure for Storing Node Information) Structure details

Dictionary Type: Structure
Description: Structure for Storing Node Information




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




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

CVS_NODINF_NEW 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 "Structure for Storing Node Information" 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_NODINF_NEW TYPE CVS_NODINF_NEW.

The CVS_NODINF_NEW table consists of various fields, each holding specific information or linking keys about Structure for Storing Node Information data available in SAP. These include LEV (Node level), SUCC_LEV (Node level), TESTKEY (Test Group), TLIGHT (Traffic Light).. 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_NODINF_NEW 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
NODE_TYPEVersion Number Component CHAR2CHAR2CHAR2
LEVNode level CVA_LEVELNUMC2CVO_NUMC2
SUCC_LEVNode level CVA_LEVELNUMC2CVO_NUMC2
TESTKEYTest Group CVA_TESTKCHAR4CHAR4COVTKEY
TLIGHT Traffic Light0
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
PDEVCLASSTransport Layer in ABAP Workbench DEVLAYERCHAR4DEVLAYERTCE_TRANSPORT_LAYERS
NODE_TEXT Node Text0
PROZCNT1Accumulated Processing Block Coverage (Percent) CVA_CO1PRODEC9(6) DEC3_6
PROZRBX1Accumulated Runtime Errors (Percent) CVA_RA1PRODEC9(6) DEC3_6
PROZRST1Accumulated Program Changes (Percent) CVA_RE1PRODEC9(6) DEC3_6
PROZCNT2Current Processing Block Coverage (Percent) CVA_CO2PRODEC9(6) DEC3_6
PROZRBX2Current Runtime Errors (Percent) CVA_RA2PRODEC9(6) DEC3_6
PROZUNICODUnicode Flag Percentage CVA_UNIPRODEC9(6) DEC3_6
EFFCapacity Utilization: Executed/Loaded CVA_EFFDEC9(6) DEC3_6
PROZTSTDCurrent Processing Block Coverage (Percent) CVA_TESPRODEC9(6) DEC3_6
TOTALNumber of Processing Blocks CVA_TOTALDEC20CVO_TOTAL
LEAFIndicator CVA_FLAGCHAR1BOOLE
PROZTSTD_STCurrent Statement Coverage (Percent) CVA_PROZTESSTATDEC9(6) DEC3_6
TOTAL_STNumber of Statements CVA_TOTAL_STDEC31CVO_TOTAL_ST
PROZTSTD_BRCHCurrent Branch Coverage (Percent) CVA_PROZTSTBRCHDEC9(6) DEC3_6
TOTAL_BRCHNumber of Branches CVA_TOTAL_BRCHDEC31CVO_TOTAL_ST
PROZ_CNT_CUM_STAccumulated Statement Coverage (Percentage) CVA_CO3PRODEC9(6) DEC3_6
PROZ_CNT_CUM_BRCumulated Branch Coverage (Percent) CVA_CO4PRODEC9(6) DEC3_6

Key field Non-key field



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

As CVS_NODINF_NEW 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_NODINF_NEW as there is no data to select.

How to access SAP table CVS_NODINF_NEW

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