CNVSUBSTATE SAP (Conversion: Status of programs) Table details

Dictionary Type: Table
Description: Conversion: Status of programs




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




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

CNVSUBSTATE 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 CNVSUBSTATE 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 CNVSUBSTATE 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
SUBTABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TASKIDConversion: Program run number CNV_RCNTNUMC2NUM2
RECSELECTConversion: total number of table records CNV_RECORDSDEC15CNV_RECORDS
RECTOTALConversion: Number of table records in cluster CNV_RTOTDEC15CNV_RECORDS
RECREADNumber of records read RECCOUNTINT410RECCOUNTS
RECUPDConversion: Number of table records changed CNV_RUPDDEC15CNV_RECORDS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVSUBSTATE
INTO CORRESPONDING FIELDS OF WA_CNVSUBSTATE
WHERE...

How to access SAP table CNVSUBSTATE

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