Skip to Content
0
Former Member
Oct 23, 2006 at 01:23 PM

ABAP table to XML with CDATA tag

695 Views

Hi all!

I have some existing code that converts an ABAP itab into an XML string as follows:

CALL TRANSFORMATION ('ID')

SOURCE tab = int_data[]

RESULT XML xml_out.

What I need is to add the CDATA tag to a specific few fields in that XML file...

Any ideas on how I do this?

Thanks for any help!

N