SAP ABAP Class CL_PROXY_OUTBOUND_ADAPTER (Proxy Framework Outbound Adapter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_RUNTIME_FRAMEWORK (Package) ABAP Proxies: Framework

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PROXY_FRAMEWORK_OUTBOUND | Outbound Proxy Framework | 20050614 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PROXY_ADAPTER_WS | Proxy Framework Connection for Web Services | 20080905 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_PROXY_OUTBOUND_TEST_ADAPTER | Proxy Framework Connection for Web Services | 20070214 |
Properties
Class | CL_PROXY_OUTBOUND_ADAPTER | |
Short Description | Proxy Framework Outbound Adapter | |
Super Class | CL_PROXY_FRAMEWORK_OUTBOUND | Outbound Proxy Framework |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_PROXY_RUNTIME_FRAMEWORK | ABAP Proxies: Framework |
Created | 20050614 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_PROXY_OUTBOUND_ADAPTER has no interface implemented.
Friends
Class CL_PROXY_OUTBOUND_ADAPTER 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) | T_EXCEPTION_TAB | 20050614 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20050614 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PRX_BOOLEAN | 20070126 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PRX_LOGICAL_PORT_NAME | Logical Port Name | 20110317 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_PARAMETER_TAB | 20050614 | |||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20120229 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20120229 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050614 | |||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050614 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20100208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20071126 | |
2 | ![]() |
Instance method | Protected | Method | 20100708 | |
3 | ![]() |
Instance method | Private | Method | 20050614 | |
4 | ![]() |
Instance method | Private | Method | 20050614 | |
5 | ![]() |
Instance method | Protected | Method | 20050614 | |
6 | ![]() |
Instance method | Private | Method | 20050614 | |
7 | ![]() |
Instance method | Private | Method | 20050615 | |
8 | ![]() |
Instance method | Protected | Method | 20050614 | |
9 | ![]() |
Instance method | Private | Method | get stylesheet | 20110317 |
10 | ![]() |
Instance method | Protected | Method | 20050614 |
Events
Class CL_PROXY_OUTBOUND_ADAPTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_EXCEPTION | Protected | See coding | 20050614 | begin of t_exception,
name type string,
namespace type string,
xml_name type string,
xml_namespace type string,
exception_class_name type prx_r3name, " exception in model
exception_class type prx_r3name, " exception to be raised
part type ref to if_sxmlp_part,
st_part type ref to if_sxmlp_data_st,
xml_part type ref to if_sxmlp_fragment,
excpbind_tab type abap_parmbind_tab,
xml_fragment type xstring,
end of t_exception
|
||
2 | T_EXCEPTION_TAB | Protected | See coding | 20050614 | t_exception_tab type standard table of t_exception
|
||
3 | T_PARAMETER | Protected | See coding | 20050614 | begin of t_parameter,
name type string,
value type ref to data,
direction type string,
type_name type string,
ifr_name type string,
ifr_namespace type string,
xml_name type string,
xml_namespace type string,
end of t_parameter
|
||
4 | T_PARAMETER_TAB | Protected | See coding | 20050614 | t_parameter_tab type standard table of t_parameter
|
Method Signatures
Method ADD_PREVIOUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PART | Call by reference | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20071126 | |||
2 | ![]() |
PREVIOUS | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20071126 |
Method ADD_PREVIOUS on class CL_PROXY_OUTBOUND_ADAPTER has no exception.
Method ADJUST_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADJUSTED_REQUEST | Value transfer | Object reference (TYPE REF TO) | DATA | 20100708 | |||
2 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | DATA | 20100708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Technical Error | 20100708 |
Method CLEAR_FRAMEWORK Signature
Method CLEAR_FRAMEWORK on class CL_PROXY_OUTBOUND_ADAPTER has no parameter.
Method CLEAR_FRAMEWORK on class CL_PROXY_OUTBOUND_ADAPTER has no exception.
Method CLEAR_METHOD Signature
Method CLEAR_METHOD on class CL_PROXY_OUTBOUND_ADAPTER has no parameter.
Method CLEAR_METHOD on class CL_PROXY_OUTBOUND_ADAPTER has no exception.
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST_PART | Call by reference | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050614 | |||
2 | ![]() |
RESPONSE_PART | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050620 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050614 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050614 |
Method GET_ERROR_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERROR_PART | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050614 | |||
2 | ![]() |
TYPENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20050614 | |||
3 | ![]() |
XML_MSG_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20050614 | |||
4 | ![]() |
XML_MSG_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20050614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20050614 |
Method GET_EXTENDED_XML_HANDLING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXTENDED_XML_HANDLING | Value transfer | Type reference (TYPE) | PRX_BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050615 | ||
2 | ![]() |
MESSAGE_DIRECTION | Call by reference | Type reference (TYPE) | STRING | 20070627 | |||
3 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20070627 |
Method GET_EXTENDED_XML_HANDLING on class CL_PROXY_OUTBOUND_ADAPTER has no exception.
Method GET_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PART | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20050614 | |||
2 | ![]() |
TAG_NAME | Call by reference | Type reference (TYPE) | PRX_IFRINT | IFR Interface | 20050614 |
Method GET_PART on class CL_PROXY_OUTBOUND_ADAPTER has no exception.
Method GET_STYLESHEET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXTENDED | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20110317 | ||
2 | ![]() |
INVERSE | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20110317 | ||
3 | ![]() |
STYLESHEET | Value transfer | Object reference (TYPE REF TO) | CL_PROXY_STYLESHEET_RUNTIME | Proxy Generation: Runtime Check ABAP <-> XML | 20110317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: System Error | 20110317 |
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOGICAL_PORT_NAME | Call by reference | Type reference (TYPE) | PRX_LOGICAL_PORT_NAME | Name eines logischen Ports | 20050620 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Technischer Fehler | 20050614 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |