Table list used by SAP ABAP Function Module CNV_MBT_L_STATE_GET (Determine current PCL state of activity)
SAP ABAP Function Module
CNV_MBT_L_STATE_GET (Determine current PCL state of activity) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
CNVMBTACTIVE | active packages and current phase | SOURCE VALUE(PHASE) LIKE CNVMBTACTIVE-PHASE |
2 | ![]() |
CNVMBTACTIVE | active packages and current phase | SOURCE VALUE(PACKID) LIKE CNVMBTACTIVE-PACKID |
3 | ![]() |
CNVMBTACTIVITY | Unique ID for all activities,information about execution | SOURCE VALUE(ACTIVITY_ID) LIKE CNVMBTACTIVITY-ACTIVITY_ID |
4 | ![]() |
CNVMBTRETSTR | structure for and_return | SOURCE VALUE(ALL_AS_TABLE) LIKE CNVMBTRETSTR-AND_RETURN DEFAULT ' ' |
5 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | |
6 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE VALUE(STATE_TEC) LIKE CNVMBTSTATE-STATE_TEC |
7 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE VALUE(STATE_LOG) LIKE CNVMBTSTATE-STATE_LOG |
8 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE VALUE(LAST_EXEC_NUM) LIKE CNVMBTSTATE-EXEC_NUM |
9 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE VALUE(EXEC_NUM) LIKE CNVMBTSTATE-EXEC_NUM OPTIONAL |
10 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE VALUE(ABORTED) LIKE CNVMBTSTATE-ABORTED |
11 | ![]() |
CNVMBTSTATE | Status table for execution of all activities and history | SOURCE T_EX_CNVMBTSTATE STRUCTURE CNVMBTSTATE OPTIONAL |