SAP ABAP Class CL_SWF_EVT_PROCESS_STRATEGY (Call Strategy for an Event Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_EVT (Package) Workflow: Events

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SLEI_RUN_EVT_MGR_STRATEGY | Event Manager Call Strategy: LEI (synchronous) | 20081205 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_BI_METHOD | Call Strategy: Method Call Business Interface | 20001110 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_BOR_FB | Call Strategy: Classic Function Module for BOR Events | 20000710 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_BPM_FB | Call Strategy: Function Module for SIBF Events | 20051115 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_BPM_MET | Call Strategy: Method Call Business Interface | 20051115 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_BPM_RFC | Call Strategy: Internal RFC for Asynchronous Method Call | 20051124 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_INTERN_RFC | Call Strategy: Internal RFC for Asynchronous Method Call | 20001108 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_LBUFFER | Call Strategy: Queue | 20040805 |
9 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_POA | Call Strategy: PoA Synchronous Processing | 20050119 |
10 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_EVT_STRATEGY_QUEUE | Call Strategy: Queue | 20000629 |
... | Click here to see Used By full list (11 items) |
Properties
Class | CL_SWF_EVT_PROCESS_STRATEGY | |
Short Description | Call Strategy for an Event Handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_EVT | Workflow: Events |
Created | 20000605 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SWF_EVT_PROCESS_STRATEGY has no interface implemented.
Friends
Class CL_SWF_EVT_PROCESS_STRATEGY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CHAR01 | Type of execution | 20000809 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Execute | 20000605 |
2 | ![]() |
Instance method | Protected | Method | Execution caused error (-> synchronous) | 20001026 |
3 | ![]() |
Instance method | Public | Method | Sets the execution mode | 20000809 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | LOG_REQUEST | Instance Event (0) |
Public (2) |
Write Log Entry | 20000803 |
Types
Class CL_SWF_EVT_PROCESS_STRATEGY has no local type.
Method Signatures
Method PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_SWF_EVT_EVENT_HANDLER | 20000628 |
Method PROCESS on class CL_SWF_EVT_PROCESS_STRATEGY has no exception.
Method PROCESSED_WITH_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_BOR_CONTAINER | Call by reference | Type reference (TYPE) | SWCONTTAB | Container-Tabelle | 20001026 | ||
2 | ![]() |
IM_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_SWF_EVT_EVENT_HANDLER | 20001026 | |||
3 | ![]() |
IM_REF_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementierung einer 'Collection' | 20001026 | ||
4 | ![]() |
IM_TEMP_ERROR | Call by reference | Type reference (TYPE) | XFELD | temporärer Fehler | 20001026 | ||
5 | ![]() |
IM_XML_CONTAINER | Call by reference | Type reference (TYPE) | SWF_XMLCNT | Container als XML-Strom fixer Breite | 20001026 | ||
6 | ![]() |
IM_XML_SIZE | Call by reference | Type reference (TYPE) | SWF_XMLSIZ | Natürliche Zahl | 20001026 |
Method PROCESSED_WITH_ERROR on class CL_SWF_EVT_PROCESS_STRATEGY has no exception.
Method SET_PROCESS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODE | Call by reference | Type reference (TYPE) | CHAR01 | Art des Aufrufs | 20000809 |
Method SET_PROCESS_MODE on class CL_SWF_EVT_PROCESS_STRATEGY has no exception.
Event Signatures
Event LOG_REQUEST Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EX_ACTION | Exporting | Value transfer | Type reference (TYPE) | SWE_ERROR | Ereignis-Log: Fehlernummer | 20000803 | ||
2 | EX_HANDLER | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SWF_EVT_EVENT_HANDLER | Ereignisbehandler zur Laufzeit | 20000803 | ||
3 | EX_VALUES | Exporting | Value transfer | Type reference (TYPE) | SWFREVTLOG | Ereignis-Log (sonstige Daten) | 20000821 |
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 610 |