CNVMBTDEST SAP (info.about dest. of sender/receiver/central system) Table details

Dictionary Type: Table
Description: info.about dest. of sender/receiver/central system




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




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

CNVMBTDEST is a standard SAP Table which is used to store info.about dest. of sender/receiver/central system data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDEST table consists of various fields, each holding specific information or linking keys about info.about dest. of sender/receiver/central system data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), EXEC_TARGET (Specifies The Target System the Activity is Executed in), DESTINATION_TYPE (Type of Entry in RFCDES), DESTINATION_ID (Logical Destination (Specified in Function Call)).. 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 CNVMBTDEST 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
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5CNVMBTPACKCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
EXEC_TARGETSpecifies The Target System the Activity is Executed in CNV_MBT_EXEC_TARGETCHAR1Assigned to domainCNV_MBT_EXEC_TARGET
DESTINATION_TYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
DESTINATION_IDLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DEST_DESCR description of RFC destination0
ACT_VERSIONVersion of RFC Destination Setting CNV_MBT_RFC_VERSIONNUMC4CNV_MBT_RFC_VERSION
LOCKED Is the destination locked for editions, 'X' means locked0
RFC_CHECK_OFFIndicates if the RFC Dest. check will be executed or not CNV_MBT_RFC_CHECK_OFFCHAR1CNV_MBT_RFC_CHECK_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDEST
INTO CORRESPONDING FIELDS OF WA_CNVMBTDEST
WHERE...

How to access SAP table CNVMBTDEST

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