Data Element list used by SAP ABAP Function Module CNV_TDMS_CHECK_EXECUTION (Check of succesful execution of activity)
SAP ABAP Function Module
CNV_TDMS_CHECK_EXECUTION (Check of succesful execution of activity) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CNV_MBT_ACTIVITY | Unique ID for all activities to be executed | SOURCE VALUE(ACTIVITY_ID) LIKE CNVMBTSTATE-ACTIVITY_ID |
|
| 2 | CNV_MBT_PACKID | Package Number of Transformation / Analysis Package | SOURCE VALUE(PACKID) LIKE CNVMBTSTATE-PACKID |
|
| 3 | CNV_MBT_PHASE | Phase of the Migration Project | SOURCE VALUE(PHASE) LIKE CNVMBTSTATE-PHASE |
|
| 4 | CNV_MBT_STATE_LOG | Logical Status of Execution of the Specified Activity | SOURCE VALUE(STATE_LOG) TYPE CNV_MBT_STATE_LOG |
|
| 5 | CNV_MBT_STATE_TEC | Technical Status of Execution of Specified Activity | SOURCE VALUE(STATE_TEC) TYPE CNV_MBT_STATE_TEC |
|
| 6 | FLAG | General Flag | SOURCE VALUE(ABORTED) LIKE CNVMBTSTATE-ABORTED |
|