CNVPERFDB SAP (Structure for database performance) Structure details

Dictionary Type: Structure
Description: Structure for database performance




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




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

CNVPERFDB 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 database performance" 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_CNVPERFDB TYPE CNVPERFDB.

The CNVPERFDB table consists of various fields, each holding specific information or linking keys about Structure for database performance data available in SAP. These include PACKID (R/2 table), CUSTNUMMER (Character Field Length = 10), INSTNR (Character Field Length = 10), SYSID (Name of SAP System).. 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: Not classified


SAP CNVPERFDB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKIDR/2 table CHAR5CHAR5CHAR5
CUSTNUMMERCharacter Field Length = 10 CHAR10CHAR10CHAR10
INSTNRCharacter Field Length = 10 CHAR10CHAR10CHAR10
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ANALYSETYPCharacter Field Length = 10 CHAR10CHAR10CHAR10
ANALYSEDATESystem Date SYDATUMDATS8SYDATS
CUSTNAMEName 1 NAME1_GPCHAR35NAME
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
DBSYSCentral Database System SYDBSYSCHAR10SYCHAR10
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
SYSTEMTYPCharacter Field Length = 10 CHAR10CHAR10CHAR10
PRODCLIENTNumber of productive clients in system CNV_CLNRINT25INT2
DBSIZENumerical field, 15 characters long NUMC15NUMC15NUMC15
MEMSIZENatural Number INT4INT410INT4
CPUNR2 byte integer (signed) INT2INT25INT2
ARCHIVEMODECharacter Field of Length 12 CHAR12CHAR12CHAR12
ESTRECORDSNumerical field, 15 characters long NUMC15NUMC15NUMC15
ESTIMTIMETime in minutes CNV_TIMEINT410INT4
JOBNR2 byte integer (signed) INT2INT25INT2
UPDATETIMEUpdate in ms/record CNV_UPDDEC6(3) CNV_DEC3
THROUGHPUTNatural Number INT4INT410INT4
IDLE2 byte integer (signed) INT2INT25INT2
PAGINGNatural Number INT4INT410INT4
CHKPOINT2 byte integer (signed) INT2INT25INT2
BATCH2 byte integer (signed) INT2INT25INT2
WPTOT2 byte integer (signed) INT2INT25INT2
UPDPROC2 byte integer (signed) INT2INT25INT2
NETTORUNTIMETime in minutes CNV_TIMEINT410INT4
RECSELECTNumerical field, 15 characters long NUMC15NUMC15NUMC15
RECRELEVNumerical field, 15 characters long NUMC15NUMC15NUMC15
RECUPDNumerical field, 15 characters long NUMC15NUMC15NUMC15
PROC_MAXTwo digit number NUMC2NUMC2NUMC2
AU2 byte integer (signed) INT2INT25INT2
AU_CLU2 byte integer (signed) INT2INT25INT2
AD2 byte integer (signed) INT2INT25INT2
AD_CLU2 byte integer (signed) INT2INT25INT2
AI2 byte integer (signed) INT2INT25INT2
AI_CLU2 byte integer (signed) INT2INT25INT2
DAI2 byte integer (signed) INT2INT25INT2
DAI_CLU2 byte integer (signed) INT2INT25INT2
DROP_AI2 byte integer (signed) INT2INT25INT2
EU2 byte integer (signed) INT2INT25INT2
SUMUP2 byte integer (signed) INT2INT25INT2
PRIO2 byte integer (signed) INT2INT25INT2
DUM2 byte integer (signed) INT2INT25INT2
UNAMEUser Name SYUNAMECHAR12SYCHAR12
DESCRIPTIONText Field TEXT50CHAR50TEXT50
REMARKSText Field TEXT50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table CNVPERFDB

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