SAP ABAP Class CL_SWF_WFM_CONTROL (WFM Component: Control Step)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWP (Package) Business Workflow: Processor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWF_WFM_LEAF_NO_WIM WFM: Leaf Component Without WIM 20030715
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWF_BPE_CONTROL WFM Component: Control Step for BPE 20061121
Properties
Class CL_SWF_WFM_CONTROL  
Short Description WFM Component: Control Step    
Super Class CL_SWF_WFM_LEAF_NO_WIM WFM: Leaf Component Without WIM 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWP   Business Workflow: Processor 
Created 20030409   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFCT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SWF_WFM_CONTROL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SWF_WFM_COMPONENT_FACTORY 20030623 Factory for WFM Components
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CMD_CALCULATE_CRL Constant Private Type reference (TYPE) SWD_CONCMD '09' Workflow definition: Workflow control 20031119
2 C_CMD_CANCEL_ALL_WF Constant Private Type reference (TYPE) SWD_CONCMD '08' Workflow definition: Workflow control 20031119
3 C_CMD_CANCEL_WF Constant Private Type reference (TYPE) SWD_CONCMD '02' Workflow definition: Workflow control 20031119
4 C_CMD_CANCEL_WI Constant Private Type reference (TYPE) SWD_CONCMD '01' Workflow definition: Workflow control 20031119
5 C_CMD_COMPLETE_WF Constant Private Type reference (TYPE) SWD_CONCMD '07' Workflow definition: Workflow control 20031119
6 C_CMD_SET_WI_OBSOLETE Constant Private Type reference (TYPE) SWD_CONCMD '04' Workflow definition: Workflow control 20031119
7 C_CMD_THROW_EXCEPTION Constant Private Type reference (TYPE) SWD_CONCMD '10' Workflow definition: Workflow control 20031119
8 G_T100 Static Attribute Protected Type reference (TYPE) SWF_T100MS Structure for T100 Message 20031117
9 G_TIMESTAMP Static Attribute Protected Type reference (TYPE) TIMESTAMPL UTC time stamp in long form (YYYYMMDDhhmmssmmmuuun) 20031117
10 M_CORRELATION_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20030822
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030409
2 CREATE Static method Private Method 20030409
3 EXECUTE_CORRELATION_BINDING Instance method Protected Method Executes binding for correlation 20030822
4 PROCESS_CALCULATE_CRL Instance method Protected Method 20030822
5 PROCESS_CANCEL_ALL_WF Instance method Private Method 20030925
6 PROCESS_CANCEL_WF Instance method Private Method 20030925
7 PROCESS_CANCEL_WI Instance method Private Method 20030902
8 PROCESS_COMPLETE_WF Instance method Private Method 20030902
9 PROCESS_SET_WI_OBSOLETE Instance method Private Method 20030925
10 PROCESS_THROW_EXCEPTION Instance method Private Method 20030925
Events
Class CL_SWF_WFM_CONTROL has no event.
Types
Class CL_SWF_WFM_CONTROL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT_FACTORY Call by reference Object reference (TYPE REF TO) IF_SWF_WFM_CMP_FACT_COMPONENT 20030611
2 Importing IM_NODE_DEFINITION Call by reference Type reference (TYPE) SWD_SNODES 20030919
3 Importing IM_NODE_L_IND Value transfer Type reference (TYPE) SWP_LOOPIND WFM: Schleifenzähler eines Knotens 20040601
4 Importing IM_NODE_P_IND Value transfer Type reference (TYPE) SWP_PARIND 20030703
5 Importing IM_PARENT Call by reference Object reference (TYPE REF TO) CL_SWF_WFM_COMPOSITE 20030824
6 Importing IM_PRED_NODE_ID Call by reference Type reference (TYPE) SWD_NODEID 20060112
7 Importing IM_PRED_NODE_P_IND Call by reference Type reference (TYPE) SWP_PARIND 20060112
8 Importing IM_STEP_DEFINITION Call by reference Type reference (TYPE) SWD_SSTEPS 20030919
9 Importing IM_WFM_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WFM_INTERNAL 20030409
# Exception Resumable Description Created on
1 CX_SWF_WFM_SYSTEM WFM System-Ausnahme 20031016

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT_FACTORY Call by reference Object reference (TYPE REF TO) IF_SWF_WFM_CMP_FACT_COMPONENT 20030611
2 Importing IM_NODE_DEFINITION Call by reference Type reference (TYPE) SWD_SNODES 20030409
3 Importing IM_NODE_L_IND Value transfer Type reference (TYPE) SWP_LOOPIND WFM: Schleifenzähler eines Knotens 20040601
4 Importing IM_NODE_P_IND Value transfer Type reference (TYPE) SWP_PARIND 20030703
5 Importing IM_PARENT Call by reference Object reference (TYPE REF TO) CL_SWF_WFM_COMPOSITE 20030409
6 Importing IM_PRED_NODE_ID Call by reference Type reference (TYPE) SWD_NODEID 20060112
7 Importing IM_PRED_NODE_P_IND Call by reference Type reference (TYPE) SWP_PARIND 20060112
8 Importing IM_STEP_DEFINITION Call by reference Type reference (TYPE) SWD_SSTEPS 20030409
9 Importing IM_WFM_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WFM_INTERNAL 20030409
10 Returning RE_CONTROL Value transfer Object reference (TYPE REF TO) CL_SWF_WFM_CONTROL 20030409
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031117

Method EXECUTE_CORRELATION_BINDING Signature

Method EXECUTE_CORRELATION_BINDING on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031020

Method PROCESS_CALCULATE_CRL Signature

Method PROCESS_CALCULATE_CRL on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031020

Method PROCESS_CANCEL_ALL_WF Signature

Method PROCESS_CANCEL_ALL_WF on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM_FINAL_STATE_REACHED 20031114

Method PROCESS_CANCEL_WF Signature

Method PROCESS_CANCEL_WF on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM_FINAL_STATE_REACHED 20031114

Method PROCESS_CANCEL_WI Signature

Method PROCESS_CANCEL_WI on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20030902

Method PROCESS_COMPLETE_WF Signature

Method PROCESS_COMPLETE_WF on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031121
2 CX_SWF_WFM_FINAL_STATE_REACHED 20031114

Method PROCESS_SET_WI_OBSOLETE Signature

Method PROCESS_SET_WI_OBSOLETE on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20030925

Method PROCESS_THROW_EXCEPTION Signature

Method PROCESS_THROW_EXCEPTION on class CL_SWF_WFM_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_WFM_WIM_RETURN_ERROR WFM: Nicht abgefangene Exception (Definition) 20040119
History
Last changed by/on SAP  20110908 
SAP Release Created in 640