SAP ABAP Class CL_SWF_UTL_RUN_CLIF_METHOD (Workflow: Runtime for ABAP OO Methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_UTL (Package) Workflow: Tools
⤷
⤷
Properties
| Class | CL_SWF_UTL_RUN_CLIF_METHOD | |
| Short Description | Workflow: Runtime for ABAP OO Methods | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWF_UTL | Workflow: Tools |
| Created | 20130214 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SWF_UTL_RUN_CLIF_METHOD has no interface implemented.
Friends
Class CL_SWF_UTL_RUN_CLIF_METHOD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 100 | 20131127 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LCT_METHOD_OBJECTS | 20130221 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20131127 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | HISTORY_TAB | 20131127 | ||||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SWF_UTL_RUN_CLIF_METHOD | 20130214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20131127 | ||
| 2 | Static method | Public | Method | 20131127 | ||
| 3 | Static method | Public | Method | 20130214 | ||
| 4 | Static method | Public | Method | 20130214 | ||
| 5 | Static method | Private | Method | 20131127 |
Events
Class CL_SWF_UTL_RUN_CLIF_METHOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | HISTORY | Public | See coding | 20131127 | BEGIN OF history .
TYPES: number type i.
TYPES: class_name TYPE seoclsname.
TYPES: methodname TYPE seocpdname.
TYPES: duration_in_microseconds TYPE i.
TYPES: crt_timestamp TYPE timestampl.
TYPES: END OF history
|
||
| 2 | HISTORY_TAB | Public | See coding | 20131127 | history_tab TYPE STANDARD TABLE OF history with default key
|
||
| 3 | LCL_METHOD_OBJECT | Private | See coding | 20130221 | BEGIN OF lcl_method_object,
class_name TYPE seoclsname,
methodname TYPE seocpdname,
object TYPE REF TO lcl_invoke_clif,
END OF lcl_method_object
|
||
| 4 | LCT_METHOD_OBJECTS | Private | See coding | 20130221 | lct_method_objects TYPE SORTED TABLE OF lcl_method_object
WITH UNIQUE KEY class_name methodname
|
Method Signatures
Method ADD_HISTORY_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DURATION | Call by reference | Type reference (TYPE) | I | 20131127 | ||||
| 2 | IM_METHOD | Call by reference | Type reference (TYPE) | IF_SWF_UTL_RUN_CLIF_METHOD=>METHOD_KEY | 20131127 |
Method ADD_HISTORY_RECORD on class CL_SWF_UTL_RUN_CLIF_METHOD has no exception.
Method GET_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_HISTORY_TAB | Value transfer | Type reference (TYPE) | HISTORY_TAB | 20131127 |
Method GET_HISTORY on class CL_SWF_UTL_RUN_CLIF_METHOD has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | 20130214 | ||||
| 2 | IM_METHOD | Call by reference | Type reference (TYPE) | IF_SWF_UTL_RUN_CLIF_METHOD=>METHOD_KEY | 20130214 | ||||
| 3 | IM_POR | Call by reference | Type reference (TYPE) | SIBFLPORB | 20130214 | ||||
| 4 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_SWF_UTL_RUN_CLIF_METHOD | 20130214 |
Method GET_INSTANCE on class CL_SWF_UTL_RUN_CLIF_METHOD has no exception.
Method GET_INSTANCE_FOR_INTROSPECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_METHOD | Call by reference | Type reference (TYPE) | IF_SWF_UTL_RUN_CLIF_METHOD=>METHOD_KEY | 20130214 | ||||
| 2 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_SWF_UTL_RUN_CLIF_METHOD | 20130214 |
Method GET_INSTANCE_FOR_INTROSPECTION on class CL_SWF_UTL_RUN_CLIF_METHOD has no exception.
Method GET_SINGLETON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SWF_UTL_RUN_CLIF_METHOD | 20131127 |
Method GET_SINGLETON on class CL_SWF_UTL_RUN_CLIF_METHOD has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |