SAP ABAP Class CL_SOAP_RFC_PROXY_TEST (Test for SOAP RFC Proxies)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
⤷
SOAP_GEN (Package) WSDL, ST and Code Generation Pool

⤷

⤷

Properties
Class | CL_SOAP_RFC_PROXY_TEST | |
Short Description | Test for SOAP RFC Proxies | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAP_GEN | WSDL, ST and Code Generation Pool |
Created | 20040112 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SOAP_RFC_PROXY_TEST has no forward declaration.
Interfaces
Class CL_SOAP_RFC_PROXY_TEST has no interface implemented.
Friends
Class CL_SOAP_RFC_PROXY_TEST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20040116 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20040112 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20040112 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20040112 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TEMPLATE_LIST | TEMPLATE_LIST | 20050511 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | R3STATE | ABAP: Program Status (Active, Saved, Transported...) | 20040116 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WS_MD_VIF | Web Services: Root | 20040112 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'CL_SOAP_RFC_PROXY_TEST' | 20040116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20050511 | |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20040112 |
3 | ![]() |
Instance method | Public | Method | 20040112 | |
4 | ![]() |
Static method | Public | Method | 20091217 | |
5 | ![]() |
Instance method | Public | Method | 20050511 | |
6 | ![]() |
Instance method | Public | Method | 20050512 | |
7 | ![]() |
Instance method | Public | Method | 20040112 | |
8 | ![]() |
Instance method | Private | Method | 20050512 | |
9 | ![]() |
Instance method | Private | Method | 20040112 | |
10 | ![]() |
Instance method | Public | Method | 20040112 | |
11 | ![]() |
Instance method | Private | Method | 20040112 |
Events
Class CL_SOAP_RFC_PROXY_TEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TEMPLATE_ITEM | Public | See coding | 20050511 | BEGIN OF TEMPLATE_ITEM,
name TYPE STRING,
source TYPE STRING,
END OF TEMPLATE_ITEM
|
||
2 | TEMPLATE_LIST | Public | See coding | 20050511 | TEMPLATE_LIST TYPE STANDARD TABLE OF TEMPLATE_ITEM WITH KEY name
|
Method Signatures
Method ADD_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEMPLATE | Call by reference | Type reference (TYPE) | STRING | 20050511 |
Method ADD_TEMPLATE on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | ABAP: Programmstatus (aktiv, gesichert, transportiert...) | 20040116 | |
2 | ![]() |
VI | Call by reference | Type reference (TYPE) | STRING | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
soap core exception | 20040116 |
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20040112 | |||
2 | ![]() |
REQUEST | Call by reference | Type reference (TYPE) | XSTRING | 20040112 | |||
3 | ![]() |
RESPONSE | Value transfer | Type reference (TYPE) | XSTRING | 20040112 |
Method EXECUTE on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method GEN_XMLDOC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
XMLDOC | Value transfer | Type reference (TYPE) | STRING | 20091217 | |||
2 | ![]() |
XMLPART | Call by reference | Object reference (TYPE REF TO) | IF_SXMLP_PART | Abstract SXML/SXMLP Part | 20091217 |
Method GEN_XMLDOC on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method GET_ALL_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050511 | |||
2 | ![]() |
TEMPLATES | Value transfer | Type reference (TYPE) | TEMPLATE_LIST | 20050511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
soap core exception | 20050511 |
Method GET_ALL_TEMPLATES_AS_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20050512 | |||
2 | ![]() |
TEMPLATES | Value transfer | Type reference (TYPE) | STRING | 20050512 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
soap core exception | 20050512 |
Method GET_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20040112 |
Method GET_CLASS_NAME on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method GET_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTR | Call by reference | Type reference (TYPE) | STRING | 20050512 | |||
2 | ![]() |
ATTR_VALUE | Call by reference | Type reference (TYPE) | STRING | 20050512 | |||
3 | ![]() |
CLOSE | Call by reference | Type reference (TYPE) | STRING | 20050512 | |||
4 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20050512 | |||
5 | ![]() |
OPEN | Call by reference | Type reference (TYPE) | STRING | 20050512 |
Method GET_ELEMENTS on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method GET_PROXY_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20040112 | |||
2 | ![]() |
PROXY_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_SRG_RFC_PROXY_CONTEXT | rfc proxy context | 20040112 |
Method GET_PROXY_CONTEXT on class CL_SOAP_RFC_PROXY_TEST has no exception.
Method GET_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20040112 | |||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | STRING | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
soap core exception | 20040116 |
Method GET_VI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VINAME | Call by reference | Type reference (TYPE) | STRING | Name eines virtuellen Interfaces | 20040112 |
Method GET_VI on class CL_SOAP_RFC_PROXY_TEST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |