Table list used by SAP ABAP Function Module CNV_MBT_PC_ACTPARAMS_GET (MBT PCL : returns activity params for a given activity variant in a pack.)
SAP ABAP Function Module
CNV_MBT_PC_ACTPARAMS_GET (MBT PCL : returns activity params for a given activity variant in a pack.) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CNVMBTACTIVITY | Unique ID for all activities,information about execution | SOURCE VALUE(ACTIVITY_ID) LIKE CNVMBTACTIVITY-ACTIVITY_ID |
|
| 2 | CNVMBTACTPARAMS | Parameters for Activities | ||
| 3 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(GEN_FLAG) LIKE CNVMBTACTPARAMS-ACTIVE OPTIONAL |
|
| 4 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(PACKID) LIKE CNVMBTACTPARAMS-PACKID |
|
| 5 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(VARIANT) LIKE CNVMBTACTPARAMS-VARIANT OPTIONAL |
|
| 6 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE T_EX_ACT_PARAMS STRUCTURE CNVMBTACTPARAMS OPTIONAL |
|