Class Method list used by SAP ABAP Class CL_SWF_RUN_DEBUG (Workflow Runtime Debugger)
SAP ABAP Class
CL_SWF_RUN_DEBUG (Workflow Runtime Debugger) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_SWF_RUN_DEBUG - CONSTRUCTOR | Workflow Runtime Debugger | ||
| 2 | CL_SWF_RUN_DEBUG - CREATE_WF_INSTANCE | Workflow Runtime Debugger | SOURCE ELSEIF l_counter-WFI_COUNT = 1. me->create_wf_instance( ). me->delete_wf_definition( l_counter ). |
|
| 3 | CL_SWF_RUN_DEBUG - CREATE_WF_INSTANCE | Workflow Runtime Debugger | SOURCE ELSE . me->create_wf_instance( ). |
|
| 4 | CL_SWF_RUN_DEBUG - DECREMENT | Workflow Runtime Debugger | SOURCE me->decrement( ). |
|
| 5 | CL_SWF_RUN_DEBUG - DELETE_WF_DEFINITION | Workflow Runtime Debugger | SOURCE IF l_counter-WFI_COUNT = 0. me->delete_wf_definition( l_counter ). |
|
| 6 | CL_SWF_RUN_DEBUG - DELETE_WF_DEFINITION | Workflow Runtime Debugger | SOURCE ELSEIF l_counter-WFI_COUNT = 1. me->create_wf_instance( ). me->delete_wf_definition( l_counter ). |
|