V_CNVSTARTTAB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_CNVSTARTTAB is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_CNVSTARTTAB table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_CNVSTARTTAB table view 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 TABNAMECHAR30AS4TABDTB
PROGNAMEABAP Program Name PROGRAMMCHAR40PROGRAMMRID
TASKIDConversion: Program run number CNV_RCNTNUMC2NUM2
RERUNConversion: Repeatability of the program CNV_RERUNCHAR1CNV_RERUN
PRECURSORConversion: Predecessor program CNV_PRECCHAR40PROGRAMMRID
PRETABNAMEConversion: Table for predecessor program CNV_PRECTABCHAR30AS4TAB
JOBNAMEBackground job name BTCJOBCHAR32TBTCOCHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8TBTCOCHAR8
SERVERServer name BTCSRVNAMECHAR20TEXT20
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
SEQNUMConversion: Sequence Number CNV_ORDNUMC2NUMC2
TASKFUNCIndicates special function which has a task CNV_TASKCHAR3CHAR3
STARTORDERIndicates a sequence of taskfunc entries of the same type CNV_STARTNUMC3NUMC3
INDEXOPERATIONConversion: Drop index indicator CNV_INDEXOPCHAR1FLAG
PRESELECTConversion: Set indicators for preselect CNV_PRESELECTCHAR1FLAG
USED_CPUCPU performance requirement of job in per cent CNV_CPUNUMC3NUM03
USED_IOI/O performance requirement of job in per cent CNV_IONUMC3NUM03
USED_MEMMS performance requirements of job in per cent CNV_MEMNUMC3NUM03
USED_ROLLRoll performance requirements of job in per cent CNV_ROLLNUMC3NUM03
SZENARIOGenerator scenario CNV_SZENARIOCHAR16CNV_SCENARIO
RUNMODEConversion: Type of program run CNV_RMODECHAR1CNV_RMODE
MODIFICATIONManual modification of Demand Values for this Job CNV_MODIFICATIONCHAR1FLAG
DBTABLETable Name TABNAMECHAR30AS4TABDTB
PARSELECTConversion: Parallel selection CNV_PARSELECTCHAR1CNV_PARSELECT

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_CNVSTARTTAB
INTO CORRESPONDING FIELDS OF WA_V_CNVSTARTTAB
WHERE...

How to access SAP table V_CNVSTARTTAB

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