SAP ABAP Class CL_SLEI_RUN_LINKAGE (LEI Event Linkage - Execution)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-BPM-LEI (Application Component) Local Event Infrastructure
⤷
SLEI_RUN (Package) LEI Runtime
⤷
⤷
Properties
| Class | CL_SLEI_RUN_LINKAGE | |
| Short Description | LEI Event Linkage - Execution | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLEI_RUN | LEI Runtime |
| Created | 20090108 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SLEI_RUN_LINKAGE has no interface implemented.
Friends
Class CL_SLEI_RUN_LINKAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SLEI_PRX_NAME | 'CO_SLEI_TST_UNIT_*' | Pattern for proxies used in unit tests (controls test mode) | 20090121 | ||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_SLEI_LNKG_DB | LEI DB Access | 20090109 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_INST_BUFFER | Instance Buffer | 20090109 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SLEI_APP_LOG | LEI: Application Log utility class | 20091014 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20090109 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SLEI_LNKG_C | LEI Linkages - Client specific | 20090109 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | QNAME | Qualified Name of Operation | 20090109 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SLEI_BINDING_T | LEI Binding table | 20090109 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SLEI_CONDITION_T | LEI condition table type | 20090109 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Test Mode for Unit Tests | 20090121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090109 | ||
| 2 | Instance method | Public | Method | 20090109 | ||
| 3 | Instance method | Private | Constructor | CONSTRUCTOR | 20090109 | |
| 4 | Instance method | Public | Method | 20090109 | ||
| 5 | Instance method | Private | Method | 20090109 | ||
| 6 | Instance method | Private | Method | 20090109 | ||
| 7 | Static method | Public | Method | 20090109 | ||
| 8 | Instance method | Public | Method | 20090109 | ||
| 9 | Instance method | Public | Method | 20090109 | ||
| 10 | Instance method | Public | Method | 20091014 |
Events
Class CL_SLEI_RUN_LINKAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_INST_BUFFER | Private | See coding | 20090109 | tt_inst_buffer TYPE HASHED TABLE OF ty_inst_buffer WITH UNIQUE KEY lnkg_id
|
||
| 2 | TY_INST_BUFFER | Private | See coding | 20090109 | BEGIN OF ty_inst_buffer,
lnkg_id TYPE slei_lnkg_id,
instance TYPE REF TO cl_slei_run_linkage,
END OF ty_inst_buffer
|
Method Signatures
Method CHECK_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_IFS_PARAMETER_CONTAINER | Container for Transfer of Parameters | 20090109 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | SWBBOOLEAN | Boolean Variable in Condition Systems | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method CHECK_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PROXY_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' - Proxy exists | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APP_LOG | Call by reference | Object reference (TYPE REF TO) | CL_SLEI_APP_LOG | LEI: Application Log utility class | 20091014 | |||
| 2 | IO_TRC | Call by reference | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20090109 | |||
| 3 | IS_LINK | Call by reference | Type reference (TYPE) | SLEI_LNKG_C | LEI Linkages - Client specific | 20090109 | |||
| 4 | IT_BINDING | Call by reference | Type reference (TYPE) | SLEI_BINDING_T | LEI Binding table | 20090109 | |||
| 5 | IT_CONDITION | Call by reference | Type reference (TYPE) | SLEI_CONDITION_T | LEI condition table type | 20090109 |
Method CONSTRUCTOR on class CL_SLEI_RUN_LINKAGE has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method EXECUTE_BINDING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_METHOD_PARAM | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20090109 | ||||
| 2 | IO_EVENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method EXECUTE_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_METHOD_PARAM | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APP_LOG | Call by reference | Object reference (TYPE REF TO) | CL_SLEI_APP_LOG | LEI: Application Log utility class | 20091014 | |||
| 2 | IO_TRC_HANDLE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20090109 | |||
| 3 | IV_LINKAGE_ID | Call by reference | Type reference (TYPE) | SLEI_LNKG_ID | LEI linkage identity | 20090109 | |||
| 4 | IV_SKIP_BIND | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20090109 | |||
| 5 | IV_SKIP_COND | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20090109 | |||
| 6 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SLEI_RUN_LINKAGE | Event Linkage - Execution | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20090109 |
Method GET_OPERATION_QNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_QNAME | Value transfer | Type reference (TYPE) | QNAME | Qualified Name | 20090109 |
Method GET_OPERATION_QNAME on class CL_SLEI_RUN_LINKAGE has no exception.
Method GET_PROXY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PROXY_NAME | Value transfer | Type reference (TYPE) | SLEI_PRX_NAME | Qualified Name | 20090109 |
Method GET_PROXY_NAME on class CL_SLEI_RUN_LINKAGE has no exception.
Method GET_PROXY_OPERATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PROXY_OPERATION_NAME | Value transfer | Type reference (TYPE) | SLEI_PRX_OPER | Event provider operation | 20091014 |
Method GET_PROXY_OPERATION_NAME on class CL_SLEI_RUN_LINKAGE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |