CNVMBTDEXHEAD SAP (DMIS PCL Data Extract Header information) Table details

Dictionary Type: Table
Description: DMIS PCL Data Extract Header information




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




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

CNVMBTDEXHEAD is a standard SAP Table which is used to store DMIS PCL Data Extract Header information data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDEXHEAD table consists of various fields, each holding specific information or linking keys about DMIS PCL Data Extract Header information data available in SAP. These include DEX_TYPE (DMIS PCL Data Extract Type), CONTROL_SYSID (MBT PCL System ID of Controlling System), CONTROL_CLIENT (Client), CONTROL_INSTNUM (Installation number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTDEXHEAD 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
DEXIDDMIS PCL Data Extract ID CNV_MBT_DEXIDCHAR20CNV_MBT_DEXID
DEX_TYPEDMIS PCL Data Extract Type CNV_MBT_DEXTYPECHAR10Assigned to domainCNV_MBT_DEXTYPE
CONTROL_SYSIDMBT PCL System ID of Controlling System CNV_MBT_SYSIDCHAR3CNV_MBT_SYSID
CONTROL_CLIENTClient MANDTCLNT3Assigned to domainMANDT
CONTROL_INSTNUMInstallation number INSTNUMBERCHAR10INSTNUMBER
CENTRAL_SYSIDMBT PCL Central System ID CNV_MBT_C_SYSIDCHAR3CNV_MBT_SYSID
CENTRAL_CLIENTClient MANDTCLNT3Assigned to domainMANDT
CENTRAL_INSTNUMInstallation number INSTNUMBERCHAR10INSTNUMBER
SOURCE_SYSIDMBT PCL Sender System ID CNV_MBT_S_SYSIDCHAR3CNV_MBT_SYSID
SOURCE_CLIENTClient MANDTCLNT3Assigned to domainMANDT
SOURCE_INSTNUMInstallation number INSTNUMBERCHAR10INSTNUMBER
SOURCE_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SOURCE_CODEPAGESAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
PROJECTIdentification of MBT Project CNV_MBT_PROJCHAR20Assigned to domainCNV_MBT_PROJ
SUBPROJECTIdentification of MBT Subproject CNV_MBT_SUBPROJCHAR20Assigned to domainCNV_MBT_SUBPROJCNV_MBT_SUBPROJECT
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
PROC_TYPEMBT PCL Type of MIgration Process CNV_MBT_PROCTYPECHAR10Assigned to domainCNV_MBT_PROCTYPE
SCENARIOMBT PCL: Scenario CNV_MBT_SCENARIOCHAR4CNV_MBT_SCENARIO
MTIDIdentification of MBT Mass Transfer CNV_MBT_MTIDCHAR3CNV_MBT_MTID
ACCESSPLANIDIdentification of MBT Access plan CNV_MBT_ACCPLNUMC5CNV_MBT_ACCPL
OWNEROwner of a Request or Task TR_AS4USERCHAR12AS4USERUSER_ADDR
DESCRIPTIONDMIS PCL Data Extract Description CNV_MBT_DEXDESCRCHAR60CNV_MBT_DESCRIPT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDEXHEAD
INTO CORRESPONDING FIELDS OF WA_CNVMBTDEXHEAD
WHERE...

How to access SAP table CNVMBTDEXHEAD

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