SAP ABAP Class CL_SOAP_RFC_MAPPING_OB_ASYNC (Outbound Mapping to RFC Proxy)
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 | 20121205 |
Properties
| Class | CL_SOAP_RFC_MAPPING_OB_ASYNC | |
| Short Description | Outbound Mapping to RFC Proxy | |
| 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 | 20121122 | SAP |
| Last change | 20140121 | 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... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_RFC_MAPPING_OB_ASYNC has no interface implemented.
Friends
Class CL_SOAP_RFC_MAPPING_OB_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_RFC_MAPPING_OB_ASYNC' | 20121205 | |||
| 2 | Constant | Protected | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_PROTOCOLS | SOAP Runtime Processor Unit ID | 20121205 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_PROXY_CLIENT_RFC | 20121205 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130315 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20121205 | ||
| 2 | Instance method | Private | Method | 20121205 | ||
| 3 | Instance method | Protected | Method | 20121206 | ||
| 4 | Instance method | Protected | Method | 20121206 | ||
| 5 | Instance method | Protected | Method | 20121205 | ||
| 6 | Instance method | Protected | Method | 20121205 | ||
| 7 | Instance method | Private | Method | 20121205 | ||
| 8 | Instance method | Private | Method | 20121205 | ||
| 9 | Instance method | Private | Event handling method | 20121205 | ||
| 10 | Instance method | Protected | Method | 20130322 |
Events
Class CL_SOAP_RFC_MAPPING_OB_ASYNC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PROXY_CLIENT_RFC | Protected | See coding | 20121205 | tt_proxy_client_rfc type standard table of ty_proxy_client_rfc with key message_name
|
||
| 2 | TY_PROXY_CLIENT_RFC | Protected | See coding | 20121205 | begin of ty_proxy_client_rfc,
message_name type string,
proxy_client_instance type ref to if_proxy_client_rfc,
lp_name type prx_logical_port_name,
target_proxy_name type prx_r3name,
target_method_name TYPE string,
end of ty_proxy_client_rfc
|
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 | Mapping access class | 20121205 | |||
| 2 | IR_SOURCE_SOAP_APPLICATION | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_APPLICATION | Implementation of a SOAP Application Container | 20121205 | |||
| 3 | IV_MAPPING_NAME | Call by reference | Type reference (TYPE) | STRING | 20121205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20121205 |
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 | internal sequence protocol | 20121205 | |||
| 2 | IV_TARGET_PROXY_NAME | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 3 | RR_TARGET_SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | Client Sequence for Sequence Processing of Web Services | 20121205 |
Method CREATE_TARGET_SEQUENCE on class CL_SOAP_RFC_MAPPING_OB_ASYNC has no exception.
Method GET_MEDIATION_TARGET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TARGET_LP | Call by reference | Type reference (TYPE) | STRING | 20121206 | ||||
| 2 | EV_TARGET_METHOD | Call by reference | Type reference (TYPE) | STRING | 20121210 | ||||
| 3 | EV_TARGET_PROXY | Call by reference | Type reference (TYPE) | STRING | 20121206 | ||||
| 4 | IV_MESSAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121206 |
Method GET_MEDIATION_TARGET_DATA on class CL_SOAP_RFC_MAPPING_OB_ASYNC has no exception.
Method GET_PARENT_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PARENT_MESSAGE_ID | Value transfer | Type reference (TYPE) | SRT_MSGID | Message ID in SOAP Runtime | 20121206 |
Method GET_PARENT_MESSAGE_ID on class CL_SOAP_RFC_MAPPING_OB_ASYNC has no exception.
Method GET_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TARGET_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | WS Protocols on Client Side (Formerly "Service Context") | 20121205 | |||
| 2 | IV_TARGET_PROXY_NAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20121206 | |||
| 3 | RO_SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | Client Sequence for Sequence Processing of Web Services | 20121205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20121205 |
Method GET_SOURCE_REQUEST_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_REQ_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20121205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20121205 |
Method INIT Signature
Method INIT on class CL_SOAP_RFC_MAPPING_OB_ASYNC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20121205 |
Method MAP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA_TAB | Call by reference | Type reference (TYPE) | IF_PROXY_ASYNC_MAPPING=>DATA_TAB | 20121205 |
Method MAP_REQUEST on class CL_SOAP_RFC_MAPPING_OB_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) | Adjust SOAP persistance | 20121205 | ||||
| 2 | MESSAGE_ID | Call by reference | Attribute reference (LIKE) | 20121205 |
Method ON_TARGET_BEFORE_SAVING on class CL_SOAP_RFC_MAPPING_OB_ASYNC has no exception.
Method PREPARE_TARGET_PROTOCOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TARGET_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | 20130322 | ||||
| 2 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20130322 | ||||
| 3 | IV_PARENT_MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20130322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130322 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |