Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

XML -> XML transformation within SAP. Is it possible?

Former Member
0 Kudos

Hello experts:

I received a request for making a program that transform an XML into another XML (with different layout, more specifically Nfe 4.0 xml file to Nfe 3.10 xml file). So far I've only found ABAP->XML or XML->ABAP transformations.

Does anyone have an example or a hint on how to achieve this? Does the XML->ABAP->XML transformation option apply to this scenario?

Regards.

Jonathan

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert

Where did you look? Use CALL TRANSFORMATION with XML as source and target. It is XML->XML.

https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapcall_transform...

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert

Where did you look? Use CALL TRANSFORMATION with XML as source and target. It is XML->XML.

https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapcall_transform...