CNVMBTACTIVITY SAP (Unique ID for all activities,information about execution) Table details

Dictionary Type: Table
Description: Unique ID for all activities,information about execution




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




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

CNVMBTACTIVITY is a standard SAP Table which is used to store Unique ID for all activities,information about execution data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTACTIVITY table consists of various fields, each holding specific information or linking keys about Unique ID for all activities,information about execution data available in SAP. These include ACTIVITY_ID (Unique ID for all activities to be executed), ACTIVITY_TYPE (Describes whether an activity is executable or not), EXEC_TARGET (Specifies The Target System the Activity is Executed in), 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CNVMBTACTIVITYT


SAP CNVMBTACTIVITY 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
ACTIVITY_IDUnique ID for all activities to be executed CNV_MBT_ACTIVITYCHAR40CNV_MBT_ACTIVITY
ACTIVITY_TYPEDescribes whether an activity is executable or not CNV_MBT_ACTIVITY_TYPECHAR1CNV_MBT_ACTIVITY_TYPE
EXEC_TARGETSpecifies The Target System the Activity is Executed in CNV_MBT_EXEC_TARGETCHAR1Assigned to domainCNV_MBT_EXEC_TARGET
EXEC_TYPESpecifies how the Activity is Executed CNV_MBT_EXEC_TYPECHAR1CNV_MBT_EXEC_TYPE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
PROGNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
FUNCNAMEFunction module name FUNCNAMCHAR30Assigned to domainFUNCNAME
VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
RERUNCapability for Restarting or Repeating of an Activity CNV_MBT_RERUNCHAR1CNV_MBT_RERUN
PRE_ACTIVITY_IDPredecessor Activity CNV_MBT_PREACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
SUC_ACTIVITY_IDSuccessor Activity CNV_MBT_SUCACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
SA_ACTIVITY_IDActivity to Be Called for Refreshing Status Information CNV_MBT_STATE_AGENT_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
PA_ACTIVITY_IDActivity to Be Called for Cetermination of log Information CNV_MBT_LOG_AGENT_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
NO_STATE_MNGMTPCL Status Management is Not Active CNV_MBT_NO_SNGMTCHAR1FLAG
MBT_USER_ROLERequired Role for Activity Execution CNV_MBT_DEMANDED_ROLECHAR1CNV_MBT_USER_ROLE
DOCU_TYPEDocu Type CNV_MBT_DOCU_TYPECHAR1CNV_MBT_DOCU_TYPE
DOCUMENT_LINKID of MBT Docu Object CNV_MBT_DOCUCHAR50CNV_MBT_DOCU
LOCAL_PROTOCOLMBT PCL: Local Log CNV_MBT_LPROTCHAR1FLAG
COMMENTSDescription Field CNV_MBT_DESCRIPTCHAR60CNV_MBT_DESCRIPT
RESTART_ALLOWEDMBT PCL Flag to specify possibility of restart_mode CNV_MBT_RESTART_ALLOWEDCHAR1CNV_MBT_RESTART_ALLOWED
TS_TYPEType of trouble shooting CNV_MBT_TS_TYPECHAR1CNV_MBT_TS_TYPE
CUSERMBT PCL created / changed username CNV_MBT_CUSERCHAR12Assigned to domainXUBNAME
CTIMEMBT PCL create/change timestamp CNV_MBT_CTIMEDEC15TZNTSTMPS
USER_DIALOGMBT PCL indicator for user dialog CNV_MBT_USER_DIALOGCHAR1FLAG
MANUAL_STS_ALLWDManual updation of activity status CNV_MBT_STS_UPDTCHAR1FLAG
RSFLAG1Additional information about an activity. CNV_MBT_ACTIVITY_INFORMATIONCHAR20CNV_MBT_ACTIVITY_INFO_FLAG
PARALLEL_EXECMBT PCL : Parallel excution of activity in proc. is allowed CNV_MBT_PARALLEL_EXECUTIONCHAR1FLAG
SHOW_SELSCREENShow Selection Screen CNV_MBT_SHOW_SELSCREENCHAR1CNV_MBT_SHOW_SELSCREEN
COMPONENT_NAMEWeb Dynpro Component Name CNV_MBT_COMPONENTCHAR30CNV_MBT_COMPONENT
APPLICATION_NAMEWeb Dynpro Application Name CNV_MBT_APPLICATIONCHAR30CNV_MBT_APPLICATION
CHECK_FUNCNAMEFunction module name FUNCNAMCHAR30Assigned to domainFUNCNAME
DOCU_ADDINFODocument Additional Info CNV_MBT_DOCU_ADDINFOCHAR30CNV_MBT_DOCU_ADDINFO
MIFV_IDPIFD Meta Interface Variant ID CNV_MBT_PIFD_META_VARIANT_IDCHAR32SYSUUID_C
WDY_SHOW_ASDifferent options how to display content/data in WebDynpro CNV_MBT_WDY_SHOW_INCHAR1CNV_MBT_WDY_SHOW_IN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTACTIVITY
INTO CORRESPONDING FIELDS OF WA_CNVMBTACTIVITY
WHERE...

How to access SAP table CNVMBTACTIVITY

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