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 C_JOB_EXECUTION Constant Public Type reference (TYPE) STRING 'WI_JOB_EXEC' 20101219
2 C_RFC_EXECUTION Constant Public Type reference (TYPE) STRING 'WI_BG_EXEC' 20100120
3 C_WI_METHOD_EXECUTION Constant Public Type reference (TYPE) STRING 'WI_METHOD_EXEC' 20100120
4 M_CUSTOMIZING Instance attribute Private Object reference (TYPE REF TO) LOCAL_MONITOR_CUST 20100120
5 M_MONITOR_TYPE Instance attribute Private Type reference (TYPE) STRING 20100120
6 M_SHARED_BUFFER_ID Instance attribute Private Type reference (TYPE) STRING 20100120
7 M_WP_INDEX Instance attribute Private Type reference (TYPE) WPINDEX 20100120
8 M_WP_PID Instance attribute Private Type reference (TYPE) WPPID 20100120
9 M_WP_SERVER Instance attribute Private Type reference (TYPE) MSNAME 20100120
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_SHARED_BUFFER_ID Instance method Private Method 20100120
2 COMPUTE_SHARED_BUFFER_ID Instance method Private Method 20100120
3 EXPORT_MONITORING_STATUS Instance method Private Method 20100120
4 GET_ACTION_FOR_REMOTE Instance method Private Method 20100123
5 GET_INSTANCE Static method Public Method 20100120
6 GET_INSTANCE_LOCAL Static method Public Method 20100123
7 GET_SHARED_BUFFER_ID Instance method Private Method 20100120
8 GET_STATISTICS Instance method Public Method 20100120
9 GET_STATISTIC_RECORD Instance method Private Method 20100120
10 GET_TOP_STATISTICS Instance method Public Method 20100120
11 GET_WPINFO Instance method Private Method 20100124
12 GET_WP_INDEX Instance method Private Method 20100120
13 GET_WP_PID Instance method Private Method 20100120
14 GET_WP_SERVER Instance method Private Method 20100120
15 IMPORT_MONITORING_STATUS Instance method Private Method 20100120
16 MAINTAIN_CONFIGURATION Instance method Public Method 20100128
17 REFRESH_STATISTICS Instance method Public Method 20100120
18 REGISTER_EXECUTION Instance method Public Method 20100120
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 Importing IM_WPINFO Call by reference Type reference (TYPE) WPINFO 20100120
2 Returning 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 Importing 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 Importing IM_METHOD_NAME Call by reference Type reference (TYPE) STRING 20100124
2 Returning 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 Importing IM_TYPE Call by reference Type reference (TYPE) STRING 20100120
2 Returning 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 Importing IM_TYPE Call by reference Type reference (TYPE) STRING 20100123
2 Returning 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 Returning 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 Returning 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 Exporting EX_STATISTIC Call by reference Type reference (TYPE) SWF_RUN_STATISTIC 20100120
2 Importing IM_DURATION Call by reference Type reference (TYPE) INT4 Zeitdauer in Mikrosekunde 20100120
3 Importing IM_FILTER_TASK Call by reference Type reference (TYPE) SWW_TASK 20100202
4 Importing IM_PROPERTIES Call by reference Type reference (TYPE) SWWTPROPER 20100203
5 Importing IM_WF_TASK Call by reference Type reference (TYPE) SWW_TASK 20100202
6 Importing 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 Importing IM_QUANTITY Call by reference Type reference (TYPE) INT4 20100120
2 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing IM_ID Call by reference Type reference (TYPE) C 20100120
2 Returning 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 Importing 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 Importing IM_DURATION Call by reference Type reference (TYPE) INT4 20100120
2 Importing IM_FILTER_TASK Call by reference Type reference (TYPE) SWW_TASK 20100202
3 Importing IM_PROPERTIES Call by reference Type reference (TYPE) SWWTPROPER 20100203
4 Importing IM_WF_TASK Call by reference Type reference (TYPE) SWW_TASK 20100202
5 Importing 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