The CNVMBTCPARAM table in SAP ERP or S/4HANA stores PIFD Concrete Parameters for a Variant data. There are total 8 fields in CNVMBTCPARAM table. The PIFD Concrete Parameters for a Variant table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CNVMBTCPARAM table. It is in PIFD Core Functionality and Types (CNV_MBT_PIFD_CORE) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVMBTCPARAM Table Fields
Following is the list of fields that are available in SAP CNVMBTCPARAM table. The primary key fields of the table are ID (Concrete Parameter ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ID | Concrete Parameter ID | CNV_MBT_PIFD_C_PARAM_ID | CHAR (32) | |
| PARENT_ID | Concrete Parameter ID | CNV_MBT_PIFD_C_PARAM_ID | CNVMBTCPARAM | CHAR (32) |
| PARAMETER_ID | PIFD Parameter ID | CNV_MBT_PIFD_PARAM_ID | CNVMBTPARAM | CHAR (32) |
| DATA_ELEMENT | Data element (semantic domain) | ROLLNAME | CHAR (30) | |
| TABLE_NAME | Table Name | TABNAME | CHAR (30) | |
| FIELD_NAME | Field Name | FIELDNAME | CHAR (30) | |
| RANGE_FLAG | Category of Table Type (Range or General Table Type) | TTYPKIND | CHAR (1) | |
| TT_FLAG | Table-Type Flag | CNV_MBT_PIFD_TTYPE_FLAG | CHAR (1) |


