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

how to Create an XML using Abap Objects

Former Member
0 Likes
640

Hi there,

who has an example how to create an XML Document from an internal table using abap objects

e.g. Class CL_XML_DOCUMENT_BASE ?

any feedback is welcome.

thanks

Johann

2 REPLIES 2
Read only

Former Member
0 Likes
574

Hi Johann,

You don't need a class to do the job if you are on a 6.10 or higher system. Use command CALL TRANSFORMATION to create an XML from an internal table.

Regards,

John.

Read only

dirk_feeken
Product and Topic Expert
Product and Topic Expert
0 Likes
574

The whole topic is discussed in depth in the excellent article <b>From XML to ABAP Data Structures and Back Bridging the Gap with XSLT</b> which is available here on SDN

Dirk