CNVMBTPEM SAP (Process Execution Plan / Groups / Blocks) Table details

Dictionary Type: Table
Description: Process Execution Plan / Groups / Blocks




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




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

CNVMBTPEM is a standard SAP Table which is used to store Process Execution Plan / Groups / Blocks data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTPEM table consists of various fields, each holding specific information or linking keys about Process Execution Plan / Groups / Blocks data available in SAP. These include ID (Process Execution Object GUID), PACKID (Package Number of Transformation / Analysis Package), OBJECT_TYPE (Type of a process element), EXEC_TYPE (Specifies how the Activity is Executed).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = CNVMBTPEMT


SAP CNVMBTPEM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDProcess Execution Object GUID CNV_MBT_PEM_OBJECT_GUIDCHAR32SYSUUID_C
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
OBJECT_TYPEType of a process element CNV_MBT_PROCESS_ELEMENT_TYPECHAR1CNV_MBT_PROCESS_ELEMENT_TYPE
EXEC_TYPESpecifies how the Activity is Executed CNV_MBT_EXEC_TYPECHAR1CNV_MBT_EXEC_TYPE
START_MODEProcess Execution Start Mode CNV_MBT_PEM_START_MODECHAR1CNV_MBT_PEM_START_MODE
START_ON_DATETime Stamp Start of Execution of a Specified Activity CNV_MBT_STARTTIMEDEC15TZNTSTMPS
LATEST_ON_DATETime Stamp to Specify Completion of Specified Activity CNV_MBT_ENDTIMEDEC15TZNTSTMPS
RESTART_ALLOWEDMBT PCL Flag to specify possibility of restart_mode CNV_MBT_RESTART_ALLOWEDCHAR1CNV_MBT_RESTART_ALLOWED
RESTART_DELAYFrequency of restart CNV_MBT_RESTART_FREQUENCYTIMS6CNV_MBT_RESTART_FREQUENCY
RESTART_MAXMax number times of restart allowed CNV_MBT_MAX_RESTART_ALWDNUMC2CNV_MBT_MAX_RESTART_ALWD
NUDGE_ALLOWEDMBT PCL Flag to specify possibility of restart_mode CNV_MBT_RESTART_ALLOWEDCHAR1CNV_MBT_RESTART_ALLOWED
NUDGE_FREQUENCYFrequency of restart CNV_MBT_RESTART_FREQUENCYTIMS6CNV_MBT_RESTART_FREQUENCY
NUDGE_MAXMax number times of restart allowed CNV_MBT_MAX_RESTART_ALWDNUMC2CNV_MBT_MAX_RESTART_ALWD
OBSOLETEFlag (X = yes, initial = no) CNV_MBT_FLAGCHAR1CNV_MBT_GP_FLAG
MIFV_IDPIFD Meta Interface Variant ID CNV_MBT_PIFD_META_VARIANT_IDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTPEM
INTO CORRESPONDING FIELDS OF WA_CNVMBTPEM
WHERE...

How to access SAP table CNVMBTPEM

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