V_CNVMBTSTATE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_CNVMBTSTATE 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_CNVMBTSTATE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), PHASE (Phase of the Migration Project), ACTIVITY_ID (Unique ID for all activities to be executed), EXEC_NUM (Counters For Execution of Specified Activity).. 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_CNVMBTSTATE 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
CLIENTClient MANDTCLNT3MANDT
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5CNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
PHASEPhase of the Migration Project CNV_MBT_PHASECHAR40CNVMBTIMGCNV_MBT_ACTIVITY
ACTIVITY_IDUnique ID for all activities to be executed CNV_MBT_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
EXEC_NUMCounters For Execution of Specified Activity CNV_MBT_EXEC_NUMNUMC4CNV_MBT_EXEC_NUM
STATE_TECTechnical Status of Execution of Specified Activity CNV_MBT_STATE_TECCHAR1CNV_MBT_STATE_TEC
STATE_LOGLogical Status of Execution of the Specified Activity CNV_MBT_STATE_LOGCHAR1CNV_MBT_STATE_LOG
ABORTEDGeneral Flag FLAGCHAR1FLAG
RUNMODESpecifies Whether an Activity is in Test or Update Mode CNV_MBT_RUNMODECHAR1CNV_MBT_RUNMODE
STARTTIMETime Stamp Start of Execution of a Specified Activity CNV_MBT_STARTTIMEDEC15TZNTSTMPS
ENDTIMETime Stamp to Specify Completion of Specified Activity CNV_MBT_ENDTIMEDEC15TZNTSTMPS
DURATIONRuntime of background job BTCRUNTIMEINT410
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESTRFCF4_RFCDESTYPEALL
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
EXEC_SERVERServer name BTCSRVNAMECHAR20TEXT20
EXEC_PROCIDWork process ID BTCWPPIDINT410
REC_SELECTMBT PCL: Selected Records CNV_MBT_RECSELINT410CNV_MBT_REC
REC_RELEVANTMBT PCL: Relevant Records CNV_MBT_RECRELINT410CNV_MBT_REC
REC_READMBT PCL: Read Records CNV_MBT_RECREADINT410CNV_MBT_REC
REC_CONVMBT PCL Converted Records CNV_MBT_RECCONVINT410CNV_MBT_REC
REC_UPDMBT PCL: Updated Records CNV_MBT_RECUPDINT410CNV_MBT_REC
REC_INSMBT PCL: Inserted Records CNV_MBT_RECINSINT410CNV_MBT_REC
REC_TRANSMBT PCL: Transferred Records CNV_MBT_RECTRANSINT410CNV_MBT_REC
REC_SKIPPED MBT PCL: Skipped Records CNV_MBT_RECSKIPINT410CNV_MBT_REC
PROTIDApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOGNUMBERApplication log: log number BALOGNRCHAR20BALOGNR
SESSION_IDMBT PCL: Session ID CNV_MBT_SESSION_IDCHAR20CNV_MBT_SESSION_ID
PROTID_PCLApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOGNUMBER_PCLApplication log: log number BALOGNRCHAR20BALOGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_CNVMBTSTATE
INTO CORRESPONDING FIELDS OF WA_V_CNVMBTSTATE
WHERE...

How to access SAP table V_CNVMBTSTATE

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