CNVMBTDESTHIST SAP (MBT: history of RFC destination definition changes) Table details

Dictionary Type: Table
Description: MBT: history of RFC destination definition changes




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




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

CNVMBTDESTHIST is a standard SAP Table which is used to store MBT: history of RFC destination definition changes data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDESTHIST table consists of various fields, each holding specific information or linking keys about MBT: history of RFC destination definition changes data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), EXEC_TARGET (Specifies The Target System the Activity is Executed in), CHANGED (Timestamp of Change), VERSION_OLD (Version of RFC Destination Setting).. 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 CNVMBTDESTHIST 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_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
EXEC_TARGETSpecifies The Target System the Activity is Executed in CNV_MBT_EXEC_TARGETCHAR1CNVMBTDESTCNV_MBT_EXEC_TARGET
CHANGEDTimestamp of Change CNV_MBT_CHANGE_TIMEDEC15TZNTSTMPS
VERSION_OLDVersion of RFC Destination Setting CNV_MBT_RFC_VERSIONNUMC4CNV_MBT_RFC_VERSION
VERSION_NEWVersion of RFC Destination Setting CNV_MBT_RFC_VERSIONNUMC4CNV_MBT_RFC_VERSION
UNAMEUser Who Changed the Destination Version CNV_MBT_RFC_USERCHAR12UNAME
SYNCHRONIZEDGeneral Flag FLAGCHAR1FLAG
FOR_REMOTEIndicating that a destination modified for remote exec targe CNVMBTDEST4REMOTECHAR1CNV_MBT_GP_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDESTHIST
INTO CORRESPONDING FIELDS OF WA_CNVMBTDESTHIST
WHERE...

How to access SAP table CNVMBTDESTHIST

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