CNVMBTDESTVERS SAP (MBT: RFC destination versions and settings) Table details

Dictionary Type: Table
Description: MBT: RFC destination versions and settings




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




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

CNVMBTDESTVERS is a standard SAP Table which is used to store MBT: RFC destination versions and settings data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDESTVERS table consists of various fields, each holding specific information or linking keys about MBT: RFC destination versions and settings data available in SAP. These include DESTINATION_ID (Logical Destination (Specified in Function Call)), VERSION (Version of RFC Destination Setting), DESTINATION_TYPE (Type of Entry in RFCDES), DEST_DESCR (Description of RFC destination).. 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 CNVMBTDESTVERS 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
DESTINATION_IDLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
VERSIONVersion of RFC Destination Setting CNV_MBT_RFC_VERSIONNUMC4CNV_MBT_RFC_VERSION
DESTINATION_TYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
DEST_DESCR Description of RFC destination0
INSTNUMInstallation Number of RFC Target CNV_MBT_INSTNUMCHAR10CNV_MBT_INSTNUM
SYSTEM_IDSystem ID RFCSYSIDCHAR8SYCHAR08
RFC_CLIENT RFC Client0
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SERVERName of target host RFCHOSTCHAR100RFCHOST
SYSTEM_NRService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
LOADBALANCINGRFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
LOGON_GROUPLogon Group for Load Balancing Mode RFCLOAD_DCHAR64RFCEXEC
TRACETrace? RFCTRACECHAR1SYST_FLAG
LOGON_LANGUExplicit language RFCLANGLANG1ISOLASYLANGU
SAPRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
INT_SYSIDSystem ID RFCSYSIDCHAR8SYCHAR08

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDESTVERS
INTO CORRESPONDING FIELDS OF WA_CNVMBTDESTVERS
WHERE...

How to access SAP table CNVMBTDESTVERS

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