The CNVMBTACTSCREEN table in SAP ERP or S/4HANA stores Sel. Screen parameters of activites and ref. to interfaces data. There are total 6 fields in CNVMBTACTSCREEN table. The Sel. Screen parameters of activites and ref. to interfaces 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 CNVMBTACTSCREEN table. It is in Main components of PCL for SLO Products (CNV_MBT_MAIN) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVMBTACTSCREEN Table Fields
Following is the list of fields that are available in SAP CNVMBTACTSCREEN table. The primary key fields of the table are CLIENT (Client), ACTIVITY_ID (Unique ID for all activities to be executed), SELNAME (Selname / WDY Attribute).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| ACTIVITY_ID | Unique ID for all activities to be executed | CNV_MBT_ACTIVITY | CNVMBTACTIVITY | CHAR (40) |
| SELNAME | Selname / WDY Attribute | CNV_MBT_WDY_ATTRIBUTE | CHAR (30) | |
| KIND | Selection category ( P – Parameter / S – Select Option) | CNV_MBT_KIND | CHAR (2) | |
| INTERFACE_ID | PIFD Interface ID | CNV_MBT_PIFD_INTERFACE_ID | CNVMBTIFPARAM | CHAR (32) |
| PARAM_ID | PIFD Parameter ID | CNV_MBT_PIFD_PARAM_ID | CHAR (32) |


