CNVSTATE SAP (Conversion: Status of programs) Table details

Dictionary Type: Table
Description: Conversion: Status of programs




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




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

CNVSTATE is a standard SAP Table which is used to store Conversion: Status of programs data and is available within R/3 SAP systems depending on the version and release level.

The CNVSTATE table consists of various fields, each holding specific information or linking keys about Conversion: Status of programs data available in SAP. These include PACKID (Conversion: Conversion package number), PHASE (Conversion: Phase), TABNAME (Table Name), PROGNAME (ABAP Program Name).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVSTATE 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5CNVPACKCNV_PACKCNV_PACK
PHASEConversion: Phase CNV_PHASECHAR1CNV_PHASE
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
PROGNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TASKIDConversion: Program run number CNV_RCNTNUMC2NUM2
RERUNConversion: Repeatability of the program CNV_RERUNCHAR1CNV_RERUN
PRECURSORConversion: Predecessor program CNV_PRECCHAR40Assigned to domainPROGRAMMRID
PRETABNAMEConversion: Table for predecessor program CNV_PRECTABCHAR30Assigned to domainAS4TAB
JOBNAMEBackground job name BTCJOBCHAR32TBTCOCHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8TBTCOCHAR8
SERVERServer name BTCSRVNAMECHAR20TEXT20
RUNMODEConversion: Type of program run CNV_RMODECHAR1CNV_RMODE
STATE_TECConversion: Program phase CNV_RUNSCHAR1CNV_RUNS
STATE_LOGConversion: Program status CNV_STATECHAR1CNV_STATE
STARTTIMEConversion: Program start time CNV_TSTARTDEC15TZNTSTMPS
ENDTIMEConversion: Program finish time CNV_TENDDEC15TZNTSTMPS
DURATIONRuntime of background job BTCRUNTIMEINT410
RECSELECTConversion: total number of table records CNV_RECORDSDEC15CNV_RECORDS
RECTOTALConversion: Number of table records in cluster CNV_RTOTDEC15CNV_RECORDS
RECREADConversion: number of records read CNV_RECREADDEC15CNV_RECORDS
RECUPDConversion: Number of table records changed CNV_RUPDDEC15CNV_RECORDS
RECDUMWRITEConversion: Number of table records written to DUM CNV_RECDUMWRITEINT410RECCOUNTS
RECDUMREADConversion: Number of table records read from DUM CNV_RECDUMREADINT410RECCOUNTS
RECCOUNT1Number of records read RECCOUNTINT410RECCOUNTS
RECCOUNT2Number of records read RECCOUNTINT410RECCOUNTS
RERUNARGConversion: Restart argument CNV_REARGCHAR120CHAR120
TABID Sequence number of table0
CLUID_MIN Lower limit for cluster ID0
CLUID_MAX Upper limit for cluster ID0
PROGTYPEConversion: Type of conversion program CNV_PROGTYPECHAR1CNV_PROGTYPE
UPDTYPEConversion: Type of update scenario CNV_UPDTYPECHAR1CNV_UPDTYPE
MULTIPROGMore than one program generated for a given table CNV_MULTIPROGNUMC2NUMC2
GENTYPEUsed generator CNV_GENTYPECHAR1CNV_GENTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVSTATE
INTO CORRESPONDING FIELDS OF WA_CNVSTATE
WHERE...

How to access SAP table CNVSTATE

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