CNVMBTPACK SAP (package information/creator/creation date/scenarion) Table details

Dictionary Type: Table
Description: package information/creator/creation date/scenarion




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




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

CNVMBTPACK is a standard SAP Table which is used to store package information/creator/creation date/scenarion data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTPACK table consists of various fields, each holding specific information or linking keys about package information/creator/creation date/scenarion data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), PACK_TYPE (Type of Package), CREATION_TIME (Package Creation time), CREATION_USER (name of package creator).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CNVMBTPACKT


SAP CNVMBTPACK 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_PACKIDCHAR5CNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
PACK_TYPEType of Package CNV_MBT_PACKTYPECHAR1CNV_MBT_PACKTYPE
CREATION_TIMEPackage Creation time CNV_MBT_PACK_CRTDEC15TZNTSTMPS
CREATION_USER name of package creator0
RELEASE_MIN release validity of pack, lower limit0
RELEASE_MAX release validity of package, upper limit0
SCENARIOMBT PCL: Scenario CNV_MBT_SCENARIOCHAR4CNV_MBT_SCENARIO
VERSION version of package0
SUBPROJECTIdentification of MBT Subproject CNV_MBT_SUBPROJCHAR20CNVMBTSUBPROJECTCNV_MBT_SUBPROJCNV_MBT_SUBPROJECT
ACCESSPLANIDIdentification of MBT Access plan CNV_MBT_ACCPLNUMC5CNV_MBT_ACCPL
RSFLAG1MBT PCL Type of MIgration Process CNV_MBT_PROCTYPECHAR10Assigned to domainCNV_MBT_PROCTYPE
RSFLAG2 used for information about souce client in package load0
RSFLAG3 used for TDMS source config package of refrsh pack.0
RSFLAG4 0
RSFLAG5 used to set hide mark for overview transaction (HIDDEN)0
DEACTUSER Name of package deactivator0
DEACTTIMEMBT PCL Deactivation Timestamp CNV_MBT_PACK_DEADEC15TZNTSTMPS
CUSERMBT PCL created / changed username CNV_MBT_CUSERCHAR12Assigned to domainXUBNAME
CTIMEMBT PCL create/change timestamp CNV_MBT_CTIMEDEC15TZNTSTMPS
EXT_PACKGeneral Flag FLAGCHAR1FLAG
MIFV_IDPIFD Meta Interface Variant ID CNV_MBT_PIFD_META_VARIANT_IDCHAR32SYSUUID_C
COT_IDSLO COT Object GUID CNV_MBT_COT_OBJECT_GUIDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTPACK
INTO CORRESPONDING FIELDS OF WA_CNVMBTPACK
WHERE...

How to access SAP table CNVMBTPACK

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