2025 Jun 04 10:37 AM
Hi,ABAP Proxy Transfoms ABAP Cloud
In S/4HANA On Premise/Private Cloud to transform an abap proxy into xml, and vice versa, we can use the CL_PROXY_XML_TRANSFORM class.
Unfortunately this class is not released for use in the cloud.
Is there a class in S/4HANA Public Cloud, which has the same functionality?
If not, can you suggest an alternative way for the transformation?
Thanks in advance.
Best Regards.
Marco Spera
Hi,ABAP Proxy Transfoms ABAP Cloud
In S/4HANA On Premise/Private Cloud to transform an abap proxy into xml, and vice versa, we can use the CL_PROXY_XML_TRANSFORM class.
Unfortunately this class is not released for use in the cloud.
Is there a class in S/4HANA Public Cloud, which has the same functionality?
If not, can you suggest an alternative way for the transformation?
Thanks in advance.
Best Regards.
Marco Spera
2025 Jun 04 9:37 PM
Hello, marcospera.
In the SAP S/4HANA Cloud Public Edition system, you can create transformations to get the XML.
METHOD generate_xml.
Example:
CALL TRANSFORMATION zdemo_xml
SOURCE ecf = i_ecf
RESULT XML r_xml.
ENDMETHOD.
I hope you find it useful.
best regards