SAP ABAP Class CL_SOAP_MAPPING_OUTBOUND_ASYNC (Outbound mapping for asynchronous (one-way) operations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SOAP_MAPPING_OUTBOUND | Outbound mapping | 20120710 |
Properties
| Class | CL_SOAP_MAPPING_OUTBOUND_ASYNC | |
| Short Description | Outbound mapping for asynchronous (one-way) operations | |
| Super Class | CL_SOAP_MAPPING_OUTBOUND | Outbound mapping |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20120710 | SAP |
| Last change | 20130531 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_MAPPING_OUTBOUND_ASYNC has no interface implemented.
Friends
Class CL_SOAP_MAPPING_OUTBOUND_ASYNC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'CL_SOAP_MAPPING_OUTBOUND_ASYNC' | 20120710 | |||
| 2 | Constant | Protected | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_PROTOCOLS | 20120710 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CL_SOAP_MAPPING_OUTBOUND_ASYNC=>TT_PROXY_GENERIC_CLIENT | 20120710 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | IF_PROXY_ASYNC_MAPPING=>XML_WRITER_TAB | 20120710 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | XSDBOOLEAN | 20120710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120710 | ||
| 2 | Instance method | Private | Method | 20120710 | ||
| 3 | Instance method | Private | Event handling method | 20120710 |
Events
Class CL_SOAP_MAPPING_OUTBOUND_ASYNC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PROXY_GENERIC_CLIENT | Protected | See coding | 20120710 | tt_proxy_generic_client TYPE STANDARD TABLE OF ty_proxy_generic_client WITH DEFAULT KEY
|
||
| 2 | TY_PROXY_GENERIC_CLIENT | Protected | See coding | 20120710 | BEGIN OF ty_proxy_generic_client,
message_name TYPE string,
proxy_generic_client TYPE REF TO if_proxy_generic_client,
lp_name TYPE srt_lp_name,
target_proxy_name TYPE prx_r3name,
END OF ty_proxy_generic_client
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROXY_MAPPING | Call by reference | Object reference (TYPE REF TO) | IF_PROXY_MAPPING | 20120710 | ||||
| 2 | IR_SOURCE_SOAP_APPLICATION | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_APPLICATION | 20120710 | ||||
| 3 | IV_MAPPING_NAME | Call by reference | Type reference (TYPE) | STRING | 20120710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120710 |
Method CREATE_TARGET_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TARGET_SEQUENCE_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | IF_WSPROTOCOL_SEQUENCE_INT | 20120710 | ||||
| 2 | IV_TARGET_PROXY_NAME | Call by reference | Type reference (TYPE) | STRING | 20120710 | ||||
| 3 | RR_TARGET_SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | 20120710 |
Method CREATE_TARGET_SEQUENCE on class CL_SOAP_MAPPING_OUTBOUND_ASYNC has no exception.
Method ON_TARGET_BEFORE_SAVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADJUSTABLE_PERSISTANCE | Value transfer | Attribute reference (LIKE) | 20120710 | |||||
| 2 | MESSAGE_ID | Value transfer | Attribute reference (LIKE) | 20120710 |
Method ON_TARGET_BEFORE_SAVING on class CL_SOAP_MAPPING_OUTBOUND_ASYNC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |