SAP ABAP Class CL_SWF_RUN_DEBUG (Workflow Runtime Debugger)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM-RUN (Application Component) Runtime
⤷
SWF_DEBUG (Package) Business Workflow: Offline Debugging

⤷

⤷

Properties
Class | CL_SWF_RUN_DEBUG | |
Short Description | Workflow Runtime Debugger | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_DEBUG | Business Workflow: Offline Debugging |
Created | 20041126 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SWF_RUN_DEBUG has no interface implemented.
Friends
Class CL_SWF_RUN_DEBUG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | GUI_CODE | 'WFBREAKS' | Menu Painter: Object code | 20050223 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SWFDEBUG-WF_ID | IS INITIAL | Workflow ID | 20041215 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_BREAK_POINTS | Workflow Debugger Breakpoints | 20041126 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWD_NODEID | Node Number | 20050413 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWD_SHEAD | Workflow definition: Basic data (runtime+definition) | 20041215 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWW_WIID | Work Item ID | 20041215 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20041126 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20041126 |
3 | ![]() |
Instance method | Private | Method | 20041215 | |
4 | ![]() |
Instance method | Private | Method | 20041215 | |
5 | ![]() |
Instance method | Private | Method | 20041215 | |
6 | ![]() |
Instance method | Public | Method | 20041216 | |
7 | ![]() |
Static method | Public | Method | 20041126 |
Events
Class CL_SWF_RUN_DEBUG has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BREAK_POINT | Private | See coding | 20050413 | BEGIN OF TY_BREAK_POINT ,
NODEID TYPE SWD_NODEID,
CS_STAGE TYPE SWPCMPEXST,
END OF ty_break_point
|
||
2 | TY_BREAK_POINTS | Private | See coding | 20050413 | TY_BREAK_POINTS TYPE STANDARD TABLE OF TY_BREAK_POINT
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BREAKPOINT | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20041201 | ||
2 | ![]() |
NODE_ID | Call by reference | Type reference (TYPE) | SWD_NODEID | Knotennummer | 20041126 | ||
3 | ![]() |
STAGE_ID | Call by reference | Type reference (TYPE) | SWPCMPEXST | WFM: Phase in der synchronen Queue | 20041126 |
Method CHECK on class CL_SWF_RUN_DEBUG has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BREAK_POINTS | Call by reference | Type reference (TYPE) | DATA | Workflow Debugger: Breakpoints | 20041126 | ||
2 | ![]() |
WF_DEF | Call by reference | Type reference (TYPE) | SWD_SHEAD | Workflow-Definition: Grunddaten (Laufzeit+Definition) | 20041215 | ||
3 | ![]() |
WF_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20041215 |
Method CONSTRUCTOR on class CL_SWF_RUN_DEBUG has no exception.
Method CREATE_WF_INSTANCE Signature
Method CREATE_WF_INSTANCE on class CL_SWF_RUN_DEBUG has no parameter.
Method CREATE_WF_INSTANCE on class CL_SWF_RUN_DEBUG has no exception.
Method DECREMENT Signature
Method DECREMENT on class CL_SWF_RUN_DEBUG has no parameter.
Method DECREMENT on class CL_SWF_RUN_DEBUG has no exception.
Method DELETE_WF_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_COUNTER | Call by reference | Type reference (TYPE) | SWFDEBUGCOUNTER | Workflow Debugger: Zähler der Breakpoint-Instanzen | 20041215 |
Method DELETE_WF_DEFINITION on class CL_SWF_RUN_DEBUG has no exception.
Method DELETE_WF_INSTANCE Signature
Method DELETE_WF_INSTANCE on class CL_SWF_RUN_DEBUG has no parameter.
Method DELETE_WF_INSTANCE on class CL_SWF_RUN_DEBUG has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_DEBUGGER | Value transfer | Object reference (TYPE REF TO) | CL_SWF_RUN_DEBUG | Workflow Runtime Debugger | 20041126 | ||
2 | ![]() |
WF_DEF | Call by reference | Type reference (TYPE) | SWD_SHEAD | Workflow-Definition: Grunddaten (Laufzeit+Definition) | 20041126 | ||
3 | ![]() |
WF_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20041126 |
Method GET_INSTANCE on class CL_SWF_RUN_DEBUG has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |