SAP Table CNVSTATE

Conversion: Status of programs

CNVSTATE (Conversion: Status of programs) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link CNVSTATE to other SAP tables.

CNVSTATE table fields

Field Data element Checktable Datatype Length Decimals
MANDT Client MANDT T000 CLNT 3 0
PACKID Conversion: Conversion package number CNV_PACK CNVPACK CHAR 5 0
PHASE Conversion: Phase CNV_PHASE CHAR 1 0
P Package settings
R Maintain mapping tables
Y Preprocessing progs. before sys lock
G Generation conversion programs
S System settings before conversion
B Preprocessing progs. during system lock
C Conversion
A Postprocessing programs during system lock
F Manual postprocessing
O System settings after conversion
N Postprocessing programs after sys lock
T Test
U Follow-up processing
TABNAME Table Name TABNAME CHAR 30 0
PROGNAME ABAP Program Name PROGRAMM CHAR 40 0
TASKID Conversion: Program run number CNV_RCNT NUMC 2 0
RERUN Conversion: Repeatability of the program CNV_RERUN CHAR 1 0
NULL cannot be repeated
R can be repeated at any time
E can be repeated if there is an error
PRECURSOR Conversion: Predecessor program CNV_PREC CHAR 40 0
PRETABNAME Conversion: Table for predecessor program CNV_PRECTAB CHAR 30 0
JOBNAME Background job name BTCJOB TBTCO CHAR 32 0
JOBCOUNT Job ID BTCJOBCNT TBTCO CHAR 8 0
SERVER Server name BTCSRVNAME CHAR 20 0
RUNMODE Conversion: Type of program run CNV_RMODE CHAR 1 0
T Test run
C Conversion
NULL neither test nor conversion
STATE_TEC Conversion: Program phase CNV_RUNS CHAR 1 0
NULL Program is not running
S Reading the data
D Deleting old data
C Creating new jobs
U Changing data
E Final processing
F Program finished
I Re-creating an index
V Only CNVCLU & control tables were sent
W Only conversion program was sent
Y Transfer of cluster entries using RFC
Z Transfer of programs/ table content using RFC
STATE_LOG Conversion: Program status CNV_STATE CHAR 1 0
NULL No messages or changes
U has already changed database data
W has sent warning message(s)
E has sent error messages
Z Read/ write data using RFC
STARTTIME Conversion: Program start time CNV_TSTART DEC 15 0
ENDTIME Conversion: Program finish time CNV_TEND DEC 15 0
DURATION Runtime of background job BTCRUNTIME INT4 10 0
RECSELECT Conversion: total number of table records CNV_RECORDS DEC 15 0
RECTOTAL Conversion: Number of table records in cluster CNV_RTOT DEC 15 0
RECREAD Conversion: number of records read CNV_RECREAD DEC 15 0
RECUPD Conversion: Number of table records changed CNV_RUPD DEC 15 0
RECDUMWRITE Conversion: Number of table records written to DUM CNV_RECDUMWRITE INT4 10 0
RECDUMREAD Conversion: Number of table records read from DUM CNV_RECDUMREAD INT4 10 0
RECCOUNT1 Number of records read RECCOUNT INT4 10 0
RECCOUNT2 Number of records read RECCOUNT INT4 10 0
RERUNARG Conversion: Restart argument CNV_REARG CHAR 120 0
TABID INT4 10 0
CLUID_MIN INT4 10 0
CLUID_MAX INT4 10 0
PROGTYPE Conversion: Type of conversion program CNV_PROGTYPE CHAR 1 0
C Conversion program
D Delete program
I Index creation task
S Conversion program for cluster tables
E Final processing task
R Conversion program for reloading cluster data
N Not valid program
M Manual Status Change
UPDTYPE Conversion: Type of update scenario CNV_UPDTYPE CHAR 1 0
MULTIPROG More than one program generated for a given table CNV_MULTIPROG NUMC 2 0
GENTYPE Used generator CNV_GENTYPE CHAR 1 0
NULL No standard generator used
S Standard generator
T TS with standard generator used in case of errors
N TS with standard generator for generating additional program
E Standard generator in Expert mode

CNVSTATE foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
CNVSTATE JOBCOUNT CNVSTATE JOBNAME TBTCO Job Status Overview Table JOBNAME
CNVSTATE JOBCOUNT CNVSTATE JOBCOUNT TBTCO Job Status Overview Table JOBCOUNT
CNVSTATE JOBNAME CNVSTATE JOBCOUNT TBTCO Job Status Overview Table JOBCOUNT
CNVSTATE JOBNAME CNVSTATE JOBNAME TBTCO Job Status Overview Table JOBNAME
CNVSTATE MANDT CNVSTATE MANDT T000 Clients MANDT
CNVSTATE PACKID CNVSTATE MANDT CNVPACK Conversion: Conversion packages MANDT
CNVSTATE PACKID CNVSTATE PACKID CNVPACK Conversion: Conversion packages PACKID