CNVMBTACTIVITY_S SAP (Structure for CNVMBTACTIVITY table) Structure details

Dictionary Type: Structure
Description: Structure for CNVMBTACTIVITY table




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




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

CNVMBTACTIVITY_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for CNVMBTACTIVITY table" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CNVMBTACTIVITY_S TYPE CNVMBTACTIVITY_S.

The CNVMBTACTIVITY_S table consists of various fields, each holding specific information or linking keys about Structure for CNVMBTACTIVITY table 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CNVMBTACTIVITY_S structure 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_ACTIVITYCHAR40Assigned to domainCNV_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_PREACTIVITYCHAR40Assigned to domainCNV_MBT_ACTIVITY
SUC_ACTIVITY_IDSuccessor Activity CNV_MBT_SUCACTIVITYCHAR40Assigned to domainCNV_MBT_ACTIVITY
SA_ACTIVITY_IDActivity to Be Called for Refreshing Status Information CNV_MBT_STATE_AGENT_ACTIVITYCHAR40Assigned to domainCNV_MBT_ACTIVITY
PA_ACTIVITY_IDActivity to Be Called for Cetermination of log Information CNV_MBT_LOG_AGENT_ACTIVITYCHAR40Assigned to domainCNV_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 structure CNVMBTACTIVITY_S using ABAP code?

As CNVMBTACTIVITY_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CNVMBTACTIVITY_S as there is no data to select.

How to access SAP table CNVMBTACTIVITY_S

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