The CNVMBTSUBRANGE table in SAP ERP or S/4HANA stores Table to store range on which a sub-activity will work data. There are total 5 fields in CNVMBTSUBRANGE table. The Table to store range on which a sub-activity will work 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 CNVMBTSUBRANGE table. It is in Components of PCL to be imported into PCL system (CNV_MBT_PCL) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVMBTSUBRANGE Table Fields
Following is the list of fields that are available in SAP CNVMBTSUBRANGE table. The primary key fields of the table are MANDT (Client), SESSION_ID (MBT PCL: Session ID), SUBACT_ID (Unique ID for All Subactivities to Be Executed), TASK_ID (Numeric Identifyer of Conversion or Migration Task), VERSION (Index number for a given entry).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| SESSION_ID | MBT PCL: Session ID | CNV_MBT_SESSION_ID | CHAR (20) | |
| SUBACT_ID | Unique ID for All Subactivities to Be Executed | CNV_MBT_SUBACTIVITY | CHAR (40) | |
| TASK_ID | Numeric Identifyer of Conversion or Migration Task | CNV_MBT_TASKID | NUMC (6) | |
| VERSION | Index number for a given entry | CNV_MBT_VAL | NUMC (5) |


