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

Help in creating XML documents in ABAP using XI in new version ECC6.0

Former Member
0 Likes
494

Hello All:

I am pretty comfortable with XML and XSLT but new to XI. Is there a way of creating XML documents in ABAP using XI in new version ECC6.0? Please provide me with any links or any information you may have. All the answers will be rewarded.

Thanks.

Mithun

Hello All:

I am pretty comfortable with XML and XSLT but new to XI. Is there a way of creating XML documents in ABAP using XI in new version ECC6.0? Please provide me with any links or any information you may have. All the answers will be rewarded.

Thanks.

Mithun

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
474

why XI?

whats that you want to do? create a XML documents based on ABAP data?

you can use ABAP key word CALL TRANSFORMATION for this

Raja

Read only

Former Member
0 Likes
474

Thanks Durairaj. I just wanted to make use of XI which I heard a good tool to work with XML! Can I create XML documents in ABAP making use of XI?

Thanks.

--Mithun

Read only

0 Likes
474

hi,

U cant create XML data in ABAP.

to send the data to the XI, u have to use the IDOC or RFC FM, from there IDOC or RFC adapters will read the data in the same format and these adapters will convert the data in to XML .Bcoz XI understand only XML data.

from there XI will process and route them to Destination, by using anthor adapter.

here u can use file adapter if u want data in file foramat from the IDOC or RFC .

So XI is the integration tool only.

reward points if helpful

ragards

sreeni