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 Table  CNVMBTACTIVE active packages and current phase SOURCE VALUE(PHASE) LIKE CNVMBTACTIVE-PHASE
2 Table  CNVMBTACTIVE active packages and current phase SOURCE VALUE(PACKID) LIKE CNVMBTACTIVE-PACKID
3 Table  CNVMBTACTIVITY Unique ID for all activities,information about execution SOURCE VALUE(ACTIVITY_ID) LIKE CNVMBTACTIVITY-ACTIVITY_ID
4 Table  CNVMBTRETSTR structure for and_return SOURCE VALUE(ALL_AS_TABLE) LIKE CNVMBTRETSTR-AND_RETURN DEFAULT ' '
5 Table  CNVMBTSTATE Status table for execution of all activities and history
6 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE VALUE(STATE_TEC) LIKE CNVMBTSTATE-STATE_TEC
7 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE VALUE(STATE_LOG) LIKE CNVMBTSTATE-STATE_LOG
8 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE VALUE(LAST_EXEC_NUM) LIKE CNVMBTSTATE-EXEC_NUM
9 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE VALUE(EXEC_NUM) LIKE CNVMBTSTATE-EXEC_NUM OPTIONAL
10 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE VALUE(ABORTED) LIKE CNVMBTSTATE-ABORTED
11 Table  CNVMBTSTATE Status table for execution of all activities and history SOURCE T_EX_CNVMBTSTATE STRUCTURE CNVMBTSTATE OPTIONAL