CNVPROCPAR SAP (DD: Parameters for conversion process) Structure details

Dictionary Type: Structure
Description: DD: Parameters for conversion process




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




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

CNVPROCPAR 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 "DD: Parameters for conversion process" 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_CNVPROCPAR TYPE CNVPROCPAR.

The CNVPROCPAR table consists of various fields, each holding specific information or linking keys about DD: Parameters for conversion process data available in SAP. These include M_RUN_TIME (Maximum runtime of conversion process in minutes), M_LOCK_CNT (Maximum number of locks which the conversion process holds), M_PROC_NUM (Maximum number of parallel conversion processes), ARRAY_SIZE (Size of data packet for mass processing).. 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 CNVPROCPAR 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
PROCCLASSSchedulable process classes ISPCLASSCHAR5ISPCLASS
M_RUN_TIMEMaximum runtime of conversion process in minutes M_RUN_TIMEINT410
M_LOCK_CNTMaximum number of locks which the conversion process holds M_LOCK_CNTINT410
M_PROC_NUMMaximum number of parallel conversion processes M_PROC_NUMINT25INT2
ARRAY_SIZESize of data packet for mass processing ARRAY_SIZEINT410
SCHEMAREPTemplate report for incremental table conversion DDISCHEMACHAR40CHAR40
FIRSTSCHEMSchema for first conversion run DDISFIRSTCHAR30CHAR30
SCHEMAREP2Template report for incremental table conversion DDISCHEMACHAR40CHAR40
SECSCHEMSchema for second and all subsequent conversion runs DDISECONDCHAR30CHAR30
SCHEMAREP3Template report for incremental table conversion DDISCHEMACHAR40CHAR40
THIRDSCHEMSchema for last conversion run DDISLASTCHAR30CHAR30
CLIENT_ADDID for added client CLIENT_ADDCHAR1CHAR1
PDATESystem Date SYDATUMDATS8SYDATS
PTIMESystem Time SYUZEITTIMS6SYTIME
PTIME_OFFDelay until conversion process is started PTIME_OFFNUMC3PTIME_POFF

Key field Non-key field



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

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

How to access SAP table CNVPROCPAR

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