CNVMBTCPARAM SAP (PIFD Concrete Parameters for a Variant) Table details

Dictionary Type: Table
Description: PIFD Concrete Parameters for a Variant




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




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

CNVMBTCPARAM is a standard SAP Table which is used to store PIFD Concrete Parameters for a Variant data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTCPARAM table consists of various fields, each holding specific information or linking keys about PIFD Concrete Parameters for a Variant data available in SAP. These include PARENT_ID (Concrete Parameter ID), PARAMETER_ID (PIFD Parameter ID), DATA_ELEMENT (Data element (semantic domain)), TABLE_NAME (Table 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 CNVMBTCPARAM 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
IDConcrete Parameter ID CNV_MBT_PIFD_C_PARAM_IDCHAR32SYSUUID_C
PARENT_IDConcrete Parameter ID CNV_MBT_PIFD_C_PARAM_IDCHAR32CNVMBTCPARAMSYSUUID_C
PARAMETER_IDPIFD Parameter ID CNV_MBT_PIFD_PARAM_IDCHAR32CNVMBTPARAMSYSUUID_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
RANGE_FLAGCategory of table type (range or general table type) TTYPKINDCHAR1TTYPKIND
TT_FLAGTable-Type Flag CNV_MBT_PIFD_TTYPE_FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTCPARAM
INTO CORRESPONDING FIELDS OF WA_CNVMBTCPARAM
WHERE...

How to access SAP table CNVMBTCPARAM

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