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: 

how to Create an XML using Abap Objects

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

dirk_feeken
Advisor
Advisor
0 Kudos

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