SAP ABAP Class CL_SWF_RUN_MONITOR (Workflow: Monitoring of Workflow Runtime)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWW (Package) Business Workflow: Work Items
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_RUN_MONITOR_LOCAL | Workflow: Statistics for Local AppServer | 20100123 |
Properties
| Class | CL_SWF_RUN_MONITOR | |
| Short Description | Workflow: Monitoring of Workflow Runtime | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWW | Business Workflow: Work Items |
| Created | 20100120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWF_RUN_MONITOR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SWF_RUN_MONITOR_LOCAL | Workflow: Statistics for Local AppServer | 20100123 |
Friends
Class CL_SWF_RUN_MONITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'WI_JOB_EXEC' | 20101219 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'WI_BG_EXEC' | 20100120 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'WI_METHOD_EXEC' | 20100120 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | LOCAL_MONITOR_CUST | 20100120 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100120 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100120 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | WPINDEX | 20100120 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | WPPID | 20100120 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | MSNAME | 20100120 |
Methods
Events
Class CL_SWF_RUN_MONITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SWF_INT_STATISTICS | Public | See coding | 20100120 | swf_int_statistics TYPE STANDARD TABLE OF swf_run_statistic WITH NON-UNIQUE KEY wp_server
|
||
| 2 | SWF_RUN_STATISTIC | Public | See coding | 20100120 | BEGIN OF swf_run_statistic.
TYPES: wp_server TYPE msname.
TYPES: wp_pid TYPE wppid.
TYPES: wp_index TYPE wpindex.
TYPES: wi_id TYPE sww_wiid.
TYPES: wf_task type sww_task.
TYPES: filter_task type sww_task.
TYPES: chg_date TYPE timestampl.
TYPES: duration TYPE int4.
TYPES: memsize TYPE abap_msize.
TYPES: value1 type char20.
TYPES: value2 type char20.
TYPES: value3 type char20.
TYPES: END OF swf_run_statistic
|
||
| 3 | SWF_RUN_STATISTICS | Public | See coding | 20100120 | swf_run_statistics TYPE STANDARD TABLE OF swf_run_statistic WITH NON-UNIQUE KEY wp_server
|
||
| 4 | SWF_TAB_WPINFO | Private | See coding | 20100124 | SWF_TAB_WPINFO type standard table of wpinfo with non-unique key wp_index
|
Method Signatures
Method CLEAR_SHARED_BUFFER_ID Signature
Method CLEAR_SHARED_BUFFER_ID on class CL_SWF_RUN_MONITOR has no parameter.
Method CLEAR_SHARED_BUFFER_ID on class CL_SWF_RUN_MONITOR has no exception.
Method COMPUTE_SHARED_BUFFER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WPINFO | Call by reference | Type reference (TYPE) | WPINFO | 20100120 | ||||
| 2 | RE_ID | Value transfer | Type reference (TYPE) | STRING | 20100120 |
Method COMPUTE_SHARED_BUFFER_ID on class CL_SWF_RUN_MONITOR has no exception.
Method EXPORT_MONITORING_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STATISTICS | Call by reference | Type reference (TYPE) | SWF_INT_STATISTICS | 20100120 |
Method EXPORT_MONITORING_STATUS on class CL_SWF_RUN_MONITOR has no exception.
Method GET_ACTION_FOR_REMOTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20100124 | ||||
| 2 | RE_ACTION | Value transfer | Type reference (TYPE) | FUNCNAME | 20100123 |
Method GET_ACTION_FOR_REMOTE on class CL_SWF_RUN_MONITOR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100120 | ||||
| 2 | RE_MONITOR | Value transfer | Object reference (TYPE REF TO) | CL_SWF_RUN_MONITOR | Workflow: Überwachung der Workflowlaufzeit | 20100120 |
Method GET_INSTANCE on class CL_SWF_RUN_MONITOR has no exception.
Method GET_INSTANCE_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100123 | ||||
| 2 | RE_MONITOR | Value transfer | Object reference (TYPE REF TO) | IF_SWF_RUN_MONITOR_LOCAL | 20100123 |
Method GET_INSTANCE_LOCAL on class CL_SWF_RUN_MONITOR has no exception.
Method GET_SHARED_BUFFER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ID | Value transfer | Type reference (TYPE) | STRING | 20100120 |
Method GET_SHARED_BUFFER_ID on class CL_SWF_RUN_MONITOR has no exception.
Method GET_STATISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_STATISTICS | Value transfer | Type reference (TYPE) | SWF_RUN_STATISTICS | 20100120 |
Method GET_STATISTICS on class CL_SWF_RUN_MONITOR has no exception.
Method GET_STATISTIC_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_STATISTIC | Call by reference | Type reference (TYPE) | SWF_RUN_STATISTIC | 20100120 | ||||
| 2 | IM_DURATION | Call by reference | Type reference (TYPE) | INT4 | Zeitdauer in Mikrosekunde | 20100120 | |||
| 3 | IM_FILTER_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20100202 | ||||
| 4 | IM_PROPERTIES | Call by reference | Type reference (TYPE) | SWWTPROPER | 20100203 | ||||
| 5 | IM_WF_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20100202 | ||||
| 6 | IM_WIID | Call by reference | Type reference (TYPE) | SWW_WIID | 20100120 |
Method GET_STATISTIC_RECORD on class CL_SWF_RUN_MONITOR has no exception.
Method GET_TOP_STATISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_QUANTITY | Call by reference | Type reference (TYPE) | INT4 | 20100120 | ||||
| 2 | RE_STATISTICS | Value transfer | Type reference (TYPE) | SWF_RUN_STATISTICS | 20100120 |
Method GET_TOP_STATISTICS on class CL_SWF_RUN_MONITOR has no exception.
Method GET_WPINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_WPINFO | Value transfer | Type reference (TYPE) | SWF_TAB_WPINFO | 20100124 |
Method GET_WPINFO on class CL_SWF_RUN_MONITOR has no exception.
Method GET_WP_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_INDEX | Value transfer | Type reference (TYPE) | WPINDEX | 20100120 |
Method GET_WP_INDEX on class CL_SWF_RUN_MONITOR has no exception.
Method GET_WP_PID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PID | Value transfer | Type reference (TYPE) | WPPID | 20100120 |
Method GET_WP_PID on class CL_SWF_RUN_MONITOR has no exception.
Method GET_WP_SERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_SERVER | Value transfer | Type reference (TYPE) | MSNAME | 20100120 |
Method GET_WP_SERVER on class CL_SWF_RUN_MONITOR has no exception.
Method IMPORT_MONITORING_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ID | Call by reference | Type reference (TYPE) | C | 20100120 | ||||
| 2 | RE_STATISTICS | Value transfer | Type reference (TYPE) | SWF_INT_STATISTICS | 20100120 |
Method IMPORT_MONITORING_STATUS on class CL_SWF_RUN_MONITOR has no exception.
Method MAINTAIN_CONFIGURATION Signature
Method MAINTAIN_CONFIGURATION on class CL_SWF_RUN_MONITOR has no parameter.
Method MAINTAIN_CONFIGURATION on class CL_SWF_RUN_MONITOR has no exception.
Method REFRESH_STATISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LOCAL | Value transfer | Type reference (TYPE) | XFELD | 20100124 |
Method REFRESH_STATISTICS on class CL_SWF_RUN_MONITOR has no exception.
Method REGISTER_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DURATION | Call by reference | Type reference (TYPE) | INT4 | 20100120 | ||||
| 2 | IM_FILTER_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20100202 | ||||
| 3 | IM_PROPERTIES | Call by reference | Type reference (TYPE) | SWWTPROPER | 20100203 | ||||
| 4 | IM_WF_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20100202 | ||||
| 5 | IM_WIID | Call by reference | Type reference (TYPE) | SWW_WIID | 20100120 |
Method REGISTER_EXECUTION on class CL_SWF_RUN_MONITOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |