SAP ABAP Class CL_PROXY_RFC_XML (XML handling for RFC consumer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_RUNTIME_FRAMEWORK (Package) ABAP Proxies: Framework
Properties
Class CL_PROXY_RFC_XML  
Short Description XML handling for RFC consumer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_RUNTIME_FRAMEWORK   ABAP Proxies: Framework 
Created 20121116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PROXY_RFC_XML has no forward declaration.
Interfaces
Class CL_PROXY_RFC_XML has no interface implemented.
Friends
Class CL_PROXY_RFC_XML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_RFC_NAMESPACE Constant Public Type reference (TYPE) STRING 'http://sap.com/bca/proxy/rfc' 20121119
Methods
# Method Level Visibility Method type Description Created on
1 ABAP_TO_XML Static method Public Method 20121116
2 ABAP_TO_XML_XSTRING Static method Public Method 20121116
3 CHECK_NT_FINAL Static method Private Method 20121119
4 EXCEPTION_TO_XML Static method Public Method 20121119
5 EXCEPTION_TO_XML_XSTRING Static method Public Method 20121119
6 GET_PATH Static method Private Method 20121119
7 GET_XML_ROOT Static method Private Method 20121119
8 SKIP_CLOSE_ELEMENT Static method Private Method 20121119
9 SKIP_OPEN_ELEMENT Static method Private Method 20121119
10 XML_TO_ABAP Static method Public Method 20121116
11 XML_TO_EXCEPTION Static method Public Method 20121119
12 XML_XSTRING_TO_ABAP Static method Public Method 20121119
13 XML_XSTRING_TO_EXCEPTION Static method Public Method 20121119
Events
Class CL_PROXY_RFC_XML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FAULT Private See coding 20121116 begin of t_fault, REASON type SEOSCONAME, MESSAGE type CHAR255, end of t_fault
Method Signatures

Method ABAP_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_DATA Call by reference Type reference (TYPE) ANY 20121119
2 Importing XML_WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER 20121119
# Exception Resumable Description Created on
1 CX_TRANSFORMATION_ERROR 20121116

Method ABAP_TO_XML_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_DATA Call by reference Type reference (TYPE) ANY 20121119
2 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20121116
# Exception Resumable Description Created on
1 CX_TRANSFORMATION_ERROR 20121116

Method CHECK_NT_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XML Call by reference Type reference (TYPE) XSTRING 20121119
2 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER XML Reader of sXML Library 20121119
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20121119
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20121119

Method EXCEPTION_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAULT Call by reference Object reference (TYPE REF TO) CX_PROXY_RFC_FAULT 20121119
2 Importing XML_WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER 20121119
# Exception Resumable Description Created on
1 CX_TRANSFORMATION_ERROR 20121119

Method EXCEPTION_TO_XML_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAULT Call by reference Object reference (TYPE REF TO) CX_PROXY_RFC_FAULT 20121119
2 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20121119
# Exception Resumable Description Created on
1 CX_TRANSFORMATION_ERROR 20121119

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING 20121119
2 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER 20121119

Method GET_PATH on class CL_PROXY_RFC_XML has no exception.

Method GET_XML_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_DATA Call by reference Type reference (TYPE) ANY 20121119
2 Exporting CLASS Call by reference Type reference (TYPE) STRING Proxy Generation: Name of an Object in R/3 20121119
3 Exporting TYPE Call by reference Type reference (TYPE) STRING Proxy Generation: Name of an Object in R/3 20121119

Method GET_XML_ROOT on class CL_PROXY_RFC_XML has no exception.

Method SKIP_CLOSE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20121119
2 Importing NSURI Call by reference Type reference (TYPE) STRING 20121119
3 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER XML Reader of sXML Library 20121119
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR SXML Parsing Error 20121119
2 CX_TRANSFORMATION_ERROR 20121119

Method SKIP_OPEN_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20121119
2 Importing NSURI Call by reference Type reference (TYPE) STRING 20121119
3 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER XML Reader of sXML Library 20121119
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR SXML Parsing Error 20121119
2 CX_TRANSFORMATION_ERROR 20121119

Method XML_TO_ABAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ABAP_DATA Call by reference Type reference (TYPE) ANY 20121119
2 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER 20121119
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR 20121119
2 CX_TRANSFORMATION_ERROR 20121116

Method XML_TO_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FAULT Value transfer Object reference (TYPE REF TO) CX_PROXY_RFC_FAULT 20121119
2 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER 20121119
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR 20121119
2 CX_TRANSFORMATION_ERROR 20121119

Method XML_XSTRING_TO_ABAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ABAP_DATA Call by reference Type reference (TYPE) ANY 20121119
2 Importing XML Call by reference Type reference (TYPE) XSTRING 20121119
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20121119
2 CX_SXML_PARSE_ERROR 20121119
3 CX_TRANSFORMATION_ERROR 20121119

Method XML_XSTRING_TO_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FAULT Value transfer Object reference (TYPE REF TO) CX_PROXY_RFC_FAULT RFC Proxy Fault 20121119
2 Importing XML Call by reference Type reference (TYPE) XSTRING 20121119
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20121119
2 CX_TRANSFORMATION_ERROR 20121119
History
Last changed by/on SAP  20130531 
SAP Release Created in 740