CNVMBTMODIFINFO SAP (MBT PCL: Setting for modifiable system information) Table details

Dictionary Type: Table
Description: MBT PCL: Setting for modifiable system information




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




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

CNVMBTMODIFINFO is a standard SAP Table which is used to store MBT PCL: Setting for modifiable system information data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTMODIFINFO table consists of various fields, each holding specific information or linking keys about MBT PCL: Setting for modifiable system information data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), EXEC_TARGET (Specifies The Target System the Activity is Executed in), PNAME (Parameter name), VALNUM (Parameter 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: 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 CNVMBTMODIFINFO 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
PNAME Parameter name0
VALNUM Parameter Number0
SOPTIONABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOWABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
HIGHABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
FLAG_PROZENTYes / No CNV_MBT_YESNOCHAR1CNV_MBT_YESNO
STATUS_TRUEStatus CNV_MBT_STATECHAR1CNV_MBT_STATE
STATUS_FALSEStatus CNV_MBT_STATECHAR1CNV_MBT_STATE
COMMENTS Comments0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTMODIFINFO
INTO CORRESPONDING FIELDS OF WA_CNVMBTMODIFINFO
WHERE...

How to access SAP table CNVMBTMODIFINFO

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