Application Development and Automation 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: 
Read only

Testing XML Transformation in ABAP

Former Member
0 Likes
1,011

Hi,

I am trying to convert one XML file into ABAP structure.

Once I enter into transformation editor, I am unable to test the transformation.

Please let me know, how can I test the same.

Thanks

Nikhil

Hi,

I am trying to convert one XML file into ABAP structure.

Once I enter into transformation editor, I am unable to test the transformation.

Please let me know, how can I test the same.

Thanks

Nikhil

3 REPLIES 3
Read only

Former Member
0 Likes
635

Go through the blog it might be helping you

/people/r.eijpe/blog/2005/11/21/xml-dom-processing-in-abap-part-ii--convert-an-xml-file-into-an-abap-table-using-sap-dom-approach

Read only

0 Likes
635

Thanks for your response

Here is the complete Scenario

1) we are receiving the XML file as the input to our RFC

2) we are populating the data from XML in to ABAP Structures using the ABAP Transformations.

Bellow is my doubts

I want to know how I can test the transformation passing the XML file as input in Transformation Editor.

Is there any Standard routine or simple procedure in ABAP to convert the XML into ABAP? Simple documentation on transformations will be helpful me.

Is there any direct Transaction code to test the Transformation if so please help me how I can test the Transformation passing the XML file.

Regards

Nikhil.B

Read only

Former Member
0 Likes
635

hi ,

use the function module IWB_XML_GET_STRUCTURE ..

regards,

venkat.