SAP ABAP Class CL_SWF_XI_SRV_SEND_ASYNCHRON (Service for Sending Message Asynchronously)
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 | 20060317 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20060703 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20051017 |
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_ASYNCHRON | |
Short Description | Service for Sending Message Asynchronously | |
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 | 20051017 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SWF_XI_SRV_SEND_ASYNCHRON has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20060703 | ||
2 | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20051017 | ||
3 | IF_SWF_WFM_SVC_METH_HELPER | Utilities for Handling Service Methods | 20070329 |
Friends
Class CL_SWF_XI_SRV_SEND_ASYNCHRON 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_ASYNCHRON' | Method Name Send_asynchronous | 20060621 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TTY_SEND_ASYNCH_OUTPUT | Stack of Messages to Be Sent | 20060317 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SWF_TSI_TRANSACTION_CONTEXT | 20060703 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Send Message Asynchronously | 20051017 |
2 | ![]() |
Instance method | Private | Method | Send Messages in Packaged Mode | 20070404 |
3 | ![]() |
Instance method | Private | Method | Send Messages in Individual Mode | 20070404 |
Events
Class CL_SWF_XI_SRV_SEND_ASYNCHRON has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TTY_SEND_ASYNCH_OUTPUT | Private | See coding | 20060317 | tty_send_asynch_output TYPE STANDARD TABLE OF ty_send_asynch_output
|
||
2 | TY_SEND_ASYNCH_OUTPUT | Private | See coding | 20060317 | BEGIN OF ty_send_asynch_output,
message_in TYPE REF TO cl_swf_xi_message,
message_out TYPE REF TO cl_swf_xi_message,
top_wiid TYPE sww_wiid,
change_list TYPE ty_change_list,
END OF ty_send_asynch_output
|
Method Signatures
Method SEND_ASYNCHRON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACKNOWLEDGEMENT | Call by reference | Type reference (TYPE) | SWFDXISDAK | Sendebestätigung | 20051017 | ||
2 | ![]() |
CONV_ID | Call by reference | Type reference (TYPE) | SXMSCONVID | Konversations-Id | 20051017 | ||
3 | ![]() |
MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_XI_MESSAGE | zu sendende Nachricht | 20051017 | ||
4 | ![]() |
MESSAGE_SENT | Call by reference | Object reference (TYPE REF TO) | CL_SWF_XI_MESSAGE | tatsächlich gesendete Nachricht | 20051017 | ||
5 | ![]() |
PP_DATA | Call by reference | Type reference (TYPE) | SWFXIPPDATA | Anwendungsdaten der Weitergabe von Benutzeridentitäten | 20070525 | ||
6 | ![]() |
QUEUE_ID | Call by reference | Type reference (TYPE) | SXMSQID | ID für Message-Queue | 20051017 | ||
7 | ![]() |
RECEIVERS | Call by reference | Type reference (TYPE) | SXI_ADDRESSES | Tabelle von Adressen | 20051017 | ||
8 | ![]() |
RECEIVER_TYPE | Call by reference | Type reference (TYPE) | SWFDXISRECTYP | Art der Empfängerbehandlung beim Senden | 20051017 | ||
9 | ![]() |
REPLYTOMESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_XI_MESSAGE | Lokale Persistente Objektreferenz - BOR kompatibel | 20051017 | ||
10 | ![]() |
SENDCONTEXT | Call by reference | Type reference (TYPE) | SWF_STRING | Container : Standardtyp STRING | 20051017 | ||
11 | ![]() |
TOP_WIID | Call by reference | Type reference (TYPE) | SWW_WIID | Prozess-Kennung, der das Senden zugeordnet wird | 20060320 | ||
12 | ![]() |
USERINFO_GUID | Call by reference | Type reference (TYPE) | USERINFO_GUID | Eindeutiger Identifier für die Ablage von USERINFO-Metadaten | 20070525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
TSI: Ausnahme | 20070625 | |
2 | ![]() |
TSI: Service-Provider Ausnahme | 20060609 |
Method SEND_BULK Signature
Method SEND_BULK on class CL_SWF_XI_SRV_SEND_ASYNCHRON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
TSI: Service Provider Ausnahme | 20070404 |
Method SEND_SINGLE Signature
Method SEND_SINGLE on class CL_SWF_XI_SRV_SEND_ASYNCHRON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
TSI: Service Provider Ausnahme | 20070404 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |