CNVMBTJOBSCT SAP (MBT PCL: Batch-related technical control) Table details

Dictionary Type: Table
Description: MBT PCL: Batch-related technical control




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




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

CNVMBTJOBSCT is a standard SAP Table which is used to store MBT PCL: Batch-related technical control data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTJOBSCT table consists of various fields, each holding specific information or linking keys about MBT PCL: Batch-related technical control data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), EXEC_TARGET (Specifies The Target System the Activity is Executed in), PHASE (Phase of the Migration Project), ACTIVITY_ID (Unique ID for all activities to be executed).. 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 CNVMBTJOBSCT 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
MANDTClient 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_TARGETCHAR1Assigned to domainCNV_MBT_EXEC_TARGET
PHASEPhase of the Migration Project CNV_MBT_PHASECHAR40Assigned to domainCNV_MBT_ACTIVITY
ACTIVITY_IDUnique ID for all activities to be executed CNV_MBT_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
SUBACTIVITY_IDUnique ID for All Subactivities to Be Executed CNV_MBT_SUBACTIVITYCHAR40CNVMBTSUBACTCNV_MBT_SUBACTIVITY
SERVERTarget System to Run Background Job BTCTGTSYSCHAR32TEXT32
JOBS_MAXMaximum Number of Simultaneous Programs CNV_MBT_PMAXNUMC3NUMC03
COMMENTS Comments0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTJOBSCT
INTO CORRESPONDING FIELDS OF WA_CNVMBTJOBSCT
WHERE...

How to access SAP table CNVMBTJOBSCT

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