CNVMBTMSG_SETT SAP (Settings for MBT messages, replace act_id with node text?) Table details

Dictionary Type: Table
Description: Settings for MBT messages, replace act_id with node text?




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




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

CNVMBTMSG_SETT is a standard SAP Table which is used to store Settings for MBT messages, replace act_id with node text? data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTMSG_SETT table consists of various fields, each holding specific information or linking keys about Settings for MBT messages, replace act_id with node text? data available in SAP. These include MSGNO (Message number), REPLACE_ALL (Replace activity_id with node text), REPLACE_V1 (Replace activity_id with node text), REPLACE_V2 (Replace activity_id with node text).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTMSG_SETT 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
MSGIDMessage Class SYMSGIDCHAR20T100AARBGB
MSGNOMessage number MSGNRCHAR3T100MSGNR
REPLACE_ALLReplace activity_id with node text CNV_MBT_REPLACE_ACTIDCHAR1CNV_MBT_CHAR
REPLACE_V1Replace activity_id with node text CNV_MBT_REPLACE_ACTIDCHAR1CNV_MBT_CHAR
REPLACE_V2Replace activity_id with node text CNV_MBT_REPLACE_ACTIDCHAR1CNV_MBT_CHAR
REPLACE_V3Replace activity_id with node text CNV_MBT_REPLACE_ACTIDCHAR1CNV_MBT_CHAR
REPLACE_V4Replace activity_id with node text CNV_MBT_REPLACE_ACTIDCHAR1CNV_MBT_CHAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTMSG_SETT
INTO CORRESPONDING FIELDS OF WA_CNVMBTMSG_SETT
WHERE...

How to access SAP table CNVMBTMSG_SETT

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