SAP ABAP Class CL_SLEI_LINKAGE (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_LINKAGE | |
| Short Description | 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 | 20081017 | 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_LINKAGE has no interface implemented.
Friends
Class CL_SLEI_LINKAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_SLEI_LNKG_DB | LEI DB Access | 20081128 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_INST_BUFFER | 20081128 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Test Mode for Unit Tests | 20081205 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20081111 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SLEI_LNKG_C | LEI design time linkage, bindings, filter conditions | 20081111 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | QNAME | Qualified Name of Operation | 20081219 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SLEI_BINDING_T | LEI Binding table | 20081205 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SLEI_CONDITION_T | LEI condition table type | 20081205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081111 | ||
| 2 | Instance method | Public | Method | 20081111 | ||
| 3 | Instance method | Private | Constructor | CONSTRUCTOR | 20081111 | |
| 4 | Static method | Public | Method | 20081212 | ||
| 5 | Instance method | Public | Method | 20081111 | ||
| 6 | Instance method | Private | Method | 20081111 | ||
| 7 | Instance method | Private | Method | 20081111 | ||
| 8 | Static method | Public | Method | 20081111 | ||
| 9 | Instance method | Private | Method | 20081219 | ||
| 10 | Instance method | Public | Method | 20081219 | ||
| 11 | Instance method | Public | Method | 20081219 |
Events
Class CL_SLEI_LINKAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_INST_BUFFER | Private | See coding | 20081128 | tt_inst_buffer TYPE HASHED TABLE OF ty_inst_buffer WITH UNIQUE KEY lnkg_id
|
||
| 2 | TY_INST_BUFFER | Private | See coding | 20081128 | BEGIN OF ty_inst_buffer,
lnkg_id TYPE slei_lnkg_id,
instance TYPE REF TO cl_slei_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 | 20081111 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | SWBBOOLEAN | Boolean Variable in Condition Systems | 20081111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20081111 |
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 | 20081111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20081205 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TRC | Call by reference | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20081111 | |||
| 2 | IS_LINK | Call by reference | Type reference (TYPE) | SLEI_LNKG_C | LEI Linkages - Client specific | 20081111 | |||
| 3 | IT_BINDING | Call by reference | Type reference (TYPE) | SLEI_BINDING_T | LEI Binding table | 20081205 | |||
| 4 | IT_CONDITION | Call by reference | Type reference (TYPE) | SLEI_CONDITION_T | LEI condition table type | 20081205 |
Method CONSTRUCTOR on class CL_SLEI_LINKAGE has no exception.
Method ENABLE_TEST_MODE Signature
Method ENABLE_TEST_MODE on class CL_SLEI_LINKAGE has no parameter.
Method ENABLE_TEST_MODE on class CL_SLEI_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' | 20081128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20081205 |
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 | 20081205 | ||||
| 2 | IO_EVENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20081205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081111 |
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 | 20081205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20081205 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TRC_HANDLE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20081111 | |||
| 2 | IV_LINKAGE_ID | Call by reference | Type reference (TYPE) | SLEI_LNKG_ID | LEI linkage identity | 20081111 | |||
| 3 | IV_SKIP_BIND | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20081111 | |||
| 4 | IV_SKIP_COND | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20081111 | |||
| 5 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SLEI_LINKAGE | Event Linkage - Execution | 20081111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPM Local Event Infrastructure Runtime Exception | 20081111 |
Method GET_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE_ID | Value transfer | Type reference (TYPE) | SXMSMGUID | XI: Message ID | 20081219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20081219 |
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 | 20081219 |
Method GET_OPERATION_QNAME on class CL_SLEI_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 | 20081219 |
Method GET_PROXY_NAME on class CL_SLEI_LINKAGE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |