CNVMBTPARAM SAP (PIFD Parameter Definitions) Table details

Dictionary Type: Table
Description: PIFD Parameter Definitions




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




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

CNVMBTPARAM is a standard SAP Table which is used to store PIFD Parameter Definitions data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTPARAM table consists of various fields, each holding specific information or linking keys about PIFD Parameter Definitions data available in SAP. These include PARENT_ID (PIFD Parameter ID), DATA_ELEMENT (Data element (semantic domain)), TABLE_NAME (Table Name), FIELD_NAME (Field Name).. 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: Cannot Be Enhanced


SAP CNVMBTPARAM 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
IDPIFD Parameter ID CNV_MBT_PIFD_PARAM_IDCHAR32SYSUUID_CCNV_MBT_PIFD_PARAMETER
PARENT_IDPIFD Parameter ID CNV_MBT_PIFD_PARAM_IDCHAR32SYSUUID_CCNV_MBT_PIFD_PARAMETER
DATA_ELEMENTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
TABLE_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELD_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
AS_CHECKBOXDisplay as checkbox CNV_MBT_PIFD_AS_CHECKBOXCHAR1FLAG
RANGE_FLAGCategory of table type (range or general table type) TTYPKINDCHAR1TTYPKIND
TT_FLAGTable-Type Flag CNV_MBT_PIFD_TTYPE_FLAGCHAR1FLAG
INITIALIZERObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
INIT_SAPGUIObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
INIT_WDWeb Dynpro Component Name CNV_MBT_COMPONENTCHAR30CNV_MBT_COMPONENT
VALIDATORObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
VALID_SAPGUIObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
VALID_WDWeb Dynpro Component Name CNV_MBT_COMPONENTCHAR30CNV_MBT_COMPONENT
F4HELPObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
F4_SAPGUIObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
F4_WDObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CONFIGURATORName of a configurator class for PIFD objects CNV_MBT_PIFD_CONFIGURATOR_NAMECHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTPARAM
INTO CORRESPONDING FIELDS OF WA_CNVMBTPARAM
WHERE...

How to access SAP table CNVMBTPARAM

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