cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP object or FM to convert xml to string

Former Member
0 Kudos

Is there any ABAP object / FM which can convert XML to string.

I'm using abap mapping in my interface mapping .

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For dealing with XML, you should use DOM.

please go to help.sap.com and then search DOM.

thank you

Y.D

Former Member
0 Kudos

Hi Parimala,

You can try this function module:

SMUM_XML_PARSE (Parse XML docment into a table structure)

You can also refer to these:

SMUM_XML_CREATE (Create XML document from internal table)

SMUM_XML_CREATE_X (Create XSTRING xml doc)

Cheers,

Bhanu