SAP ABAP Class CL_SWF_XI_SRV_SEND_ACK (Service for Sending Acknowledgment)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-BPE (Application Component) Business Process Engine
⤷
SWF_XI_ADAPTER (Package) Workflow Adapter for XI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_XI_SRV_OUTBOUND | Superclass for ccBPM Outbound Service Provider | 20060313 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20060718 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20051007 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_WFM_SVC_METH_HELPER | Utilities for Handling Service Methods | 20070329 |
Properties
| Class | CL_SWF_XI_SRV_SEND_ACK | |
| Short Description | Service for Sending Acknowledgment | |
| Super Class | CL_SWF_XI_SRV_OUTBOUND | Superclass for ccBPM Outbound Service Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWF_XI_ADAPTER | Workflow Adapter for XI |
| Created | 20051007 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20060718 | ||
| 2 | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20051007 | ||
| 3 | IF_SWF_WFM_SVC_METH_HELPER | Utilities for Handling Service Methods | 20070329 |
Friends
Class CL_SWF_XI_SRV_SEND_ACK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | IF_SWF_WFM_TSI_SERVICE=>TY_METHOD_NAME | 'SEND_ACK' | Method Name SEND_ACK | 20070329 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TTY_SEND_ACK_OUTPUT | 20060313 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SWF_TSI_TRANSACTION_CONTEXT | TSI: Transaction Context Interface | 20060718 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Send confirmation | 20051007 |
Events
Class CL_SWF_XI_SRV_SEND_ACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_SEND_ACK_OUTPUT | Private | See coding | 20060313 | TTY_SEND_ACK_OUTPUT TYPE STANDARD TABLE OF TY_SEND_ACK_OUTPUT
|
||
| 2 | TY_SEND_ACK_OUTPUT | Private | See coding | 20060313 | BEGIN OF TY_SEND_ACK_OUTPUT,
ack_message_xmb TYPE REF TO IF_XMS_MESSAGE_XMB,
xi_instance TYPE REF TO cl_swf_xi_instance, "process context data
systemack_flag TYPE char1, "system ack
status TYPE sxmsmsackstat, "pos/neg
exception TYPE REF TO cx_xms_system_error,"error set in ack msg
END OF TY_SEND_ACK_OUTPUT
|
Method Signatures
Method SEND_ACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACKMSGREF | Call by reference | Type reference (TYPE) | SIBFLPOR | Lokale Persistente Objektreferenz | 20090925 | |||
| 2 | ACK_TYPE | Call by reference | Type reference (TYPE) | SWFDXISACKTYP | XI: Sende Ack: Art des Acknowledgements | 20051007 | |||
| 3 | MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_XI_MESSAGE | Lokale Persistente Objektreferenz - BOR kompatibel | 20051007 | |||
| 4 | TOP_WIID | Call by reference | Type reference (TYPE) | SWW_WIID | Kennung des Workflows für den Prozesskontext | 20060314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TSI: Service-Provider Ausnahme | 20060609 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |