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: 

convert XML data into ABAP internal table

0 Kudos

Hi,

I am trying to convert XML data into internal table. My code is given below.

call transformation ('ID_INDENT')

SOURCE xml <xml string>

RESULT <internal table> = <internal table>.

I got dump, there I found that may be because of these reason

1. The basic structure of the document was incorrect - for example, the

root tag <abap> must be in the XML namespace

"http://www.sap.com/abapxml".

But, my XML string has no root tag <abap>.

Is there any way to convert my XML string with out any changes.

Thanks in advance.

Shiva

2 REPLIES 2

Former Member
0 Kudos

try these fm's

SWF_XML_TO_ABAP

HR_PT_XML_TO_TABLE

HR_MX_DAQ_XML_TO_TABLE

кu03B1ятu03B9к

Former Member
0 Kudos

hi

you can check out these threads

hope this helps

regards

Aakash Banga