CNV_00001_CND SAP (Status of partitioning analysis) Table details

Dictionary Type: Table
Description: Status of partitioning analysis




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




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

CNV_00001_CND is a standard SAP Table which is used to store Status of partitioning analysis data and is available within R/3 SAP systems depending on the version and release level.

The CNV_00001_CND table consists of various fields, each holding specific information or linking keys about Status of partitioning analysis data available in SAP. These include TABNAME (Table Name), FIELDNAME (Field Name), ANALYSIS_NUM (Conversion: Program run number), ANALYZED_TABLE (Name of an SQL table or an appended table).. 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: Not classified


SAP CNV_00001_CND 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
MANDTClient MANDTCLNT3T000MANDT
TABNAMETable Name TABNAMECHAR30DD03LAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
ANALYSIS_NUMConversion: Program run number CNV_RCNTNUMC2NUM2
ANALYZED_TABLEName of an SQL table or an appended table SQLAPPDTABCHAR30Assigned to domainAS4TAB
FIELDTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
FIELDLENGTHLength (No. of Characters) DDLENGNUMC6DDLENG
FIELDDECSNumber of Decimal Places DECIMALSNUMC6DDLENG
SCOREField of type FLTP FLOATFLTP16(16) FLTP
ROWCOUNT_STATNumber of records CNV_00001_ROWCNTINT410CNV_00001_ROWCNT
RC_STAT_READYStatus of the analysis CNV_00001_CND_STATUSCHAR1CNV_00001_CND_STATUS
ROWCOUNT_ACTNumber of records CNV_00001_ROWCNTINT410CNV_00001_ROWCNT
RC_ACT_READYStatus of the analysis CNV_00001_CND_STATUSCHAR1CNV_00001_CND_STATUS
ROWCOUNT_DISTNumber of records CNV_00001_ROWCNTINT410CNV_00001_ROWCNT
RC_DIST_READYStatus of the analysis CNV_00001_CND_STATUSCHAR1CNV_00001_CND_STATUS
DIST_COEFFField of type FLTP FLOATFLTP16(16) FLTP
DIST_C_READYStatus of the analysis CNV_00001_CND_STATUSCHAR1CNV_00001_CND_STATUS
DIST_C_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
DIST_C_JOBNUMJob ID BTCJOBCNTCHAR8CHAR8
DIST_C_JOB_STARTConversion: Program start time CNV_TSTARTDEC15TZNTSTMPS
DIST_C_JOB_ENDConversion: Program finish time CNV_TENDDEC15TZNTSTMPS
SPLIT_READYStatus of the analysis CNV_00001_CND_STATUSCHAR1CNV_00001_CND_STATUS
SPLIT_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
SPLIT_JOBNUMJob ID BTCJOBCNTCHAR8CHAR8
SPLIT_JOB_STARTConversion: Program start time CNV_TSTARTDEC15TZNTSTMPS
SPLIT_JOB_ENDConversion: Program finish time CNV_TENDDEC15TZNTSTMPS
SPLIT_BLCK_EXPCTData block number CNV_00001_CND_BLOCKNUMNUMC2NUM2
WHERE_CLAUSE Long text - line width 720

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_00001_CND
INTO CORRESPONDING FIELDS OF WA_CNV_00001_CND
WHERE...

How to access SAP table CNV_00001_CND

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