Rome Discussions
Engage in the Rome group by commenting on discussions and starting your own. Share your thoughts, connect with other members, and build your network.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Proxy Transfoms ABAP Cloud

marcospera
Discoverer
0 Likes
1,057

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

1 REPLY 1
Read only

AntonyPantoja
Explorer
0 Likes
1,015

Hello, marcospera.

In the SAP S/4HANA Cloud Public Edition system, you can create transformations to get the XML.

Screenshot_2.jpg

  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