Table list used by SAP ABAP Function Module CNV_MBT_PC_ACTPARAMS_SET (MBT PCL : set activity parameters for a given package)
SAP ABAP Function Module
CNV_MBT_PC_ACTPARAMS_SET (MBT PCL : set activity parameters for a given package) 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 OPTIONAL |
|
| 2 | CNVMBTACTPARAMS | Parameters for Activities | ||
| 3 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(VARIANT) LIKE CNVMBTACTPARAMS-VARIANT OPTIONAL |
|
| 4 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE T_IM_ACT_PARAMS STRUCTURE CNVMBTACTPARAMS OPTIONAL |
|
| 5 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(ACTIVE) LIKE CNVMBTACTPARAMS-ACTIVE DEFAULT 'X' |
|
| 6 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(GEN_FLAG) LIKE CNVMBTACTPARAMS-ACTIVE OPTIONAL |
|
| 7 | CNVMBTACTPARAMS | Parameters for Activities | SOURCE VALUE(PACKID) LIKE CNVMBTACTPARAMS-PACKID OPTIONAL |
|
| 8 | RSPARAMS | ABAP: General Structure for PARAMETERS and SELECT-OPTIONS | ||
| 9 | RSPARAMS | ABAP: General Structure for PARAMETERS and SELECT-OPTIONS | SOURCE T_IM_ACT_RSPARAMS STRUCTURE RSPARAMS OPTIONAL |
|