CNVCLUSTER SAP (Transfer parameters for cluster technique) Structure details

Dictionary Type: Structure
Description: Transfer parameters for cluster technique




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




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

CNVCLUSTER 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 "Transfer parameters for cluster technique" 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_CNVCLUSTER TYPE CNVCLUSTER.

The CNVCLUSTER table consists of various fields, each holding specific information or linking keys about Transfer parameters for cluster technique data available in SAP. These include TASKID (Conversion: Program run number), CLUID_MIN (Lower limit for cluster ID), CLUID_MAX (Upper limit for cluster ID), RECREAD (Conversion: number of records read).. 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 CNVCLUSTER 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
TABID Sequence number of table, corresponds to rel. ID0
TASKIDConversion: Program run number CNV_RCNTNUMC2NUM2
CLUID_MIN Lower limit for cluster ID0
CLUID_MAX Upper limit for cluster ID0
RECREADConversion: number of records read CNV_RECREADDEC15CNV_RECORDS
RECUPDConversion: Number of table records changed CNV_RUPDDEC15CNV_RECORDS
CLUBYConversion: Size in bytes CNV_SIZENUMC8NUMC08
COMBYConversion: Size in bytes CNV_SIZENUMC8NUMC08
STATE_LOGConversion: Program status CNV_STATECHAR1CNV_STATE
STATE_TECConversion: Program phase CNV_RUNSCHAR1CNV_RUNS
TASKID_MAXConversion: Program run number CNV_RCNTNUMC2NUM2
PARCLU_MINNumber of clusters from which parallel processing is used CNV_PARCLUNUMC4NUMC04
PROC_MAXConversion: maximum number of simultaneous programs CNV_PMAXNUMC3NUMC03
CLUDELConversion: delete temporarily stored data after conversion CNV_CLUDELCHAR1X

Key field Non-key field



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

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

How to access SAP table CNVCLUSTER

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