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

is there function to convert xml?

Former Member
0 Likes
271

Hi,

my system is 640.

i know that there is DOM library in abap to program xml.

is there some function not to use DOM programing ?

if you help me, i will highly appreciate..

thanks in advance.

Benjamin

1 ACCEPTED SOLUTION
Read only

dhruv_shah3
Active Contributor
0 Likes
251

Hi,

To convert the content of the internal table to XML you can use Simple Transformations: Have a look at the online help for the ABAP statement

CALL TRANSFORMATION

Use this FM. SAP_CONVERT_TO_XML_FORMAT

Check this link too -

[;

[;

[;

HTH

Regards,

Dhruv Shah

1 REPLY 1
Read only

dhruv_shah3
Active Contributor
0 Likes
252

Hi,

To convert the content of the internal table to XML you can use Simple Transformations: Have a look at the online help for the ABAP statement

CALL TRANSFORMATION

Use this FM. SAP_CONVERT_TO_XML_FORMAT

Check this link too -

[;

[;

[;

HTH

Regards,

Dhruv Shah