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

Function Modules for XML

Former Member
0 Likes
429

Hi Everyone,

Can anyone please suggest me if there are any function modules in SAP R/3 which can be used or further modified to retrieve the data from an external XML files.

Any suggestions or ideas are more welcome.

Thanks,

Prashant.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
326

Hi Prashanth,

See the below function modules:-

<b>SDIXML_DATA_TO_DOM -></b> Convert SAP data(elementary/structured/table types) into DOM (XML) ExampleO

<b>SDIXML_DOM_TO_XML -></b> Convert DOM (XML) into string of bytes that can be downloaded to PC or application server

<b>SDIXML_DOM_TO_SCREEN -></b> Display DOM (XML)

<b>SDIXML_DOM_TO_DATA</b>

and also see the below thred, it is having example program also

/people/gregor.wolf3/blog/2005/12/30/sdn-points-blow-out-chart-sdn-forum-users-online

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
327

Hi Prashanth,

See the below function modules:-

<b>SDIXML_DATA_TO_DOM -></b> Convert SAP data(elementary/structured/table types) into DOM (XML) ExampleO

<b>SDIXML_DOM_TO_XML -></b> Convert DOM (XML) into string of bytes that can be downloaded to PC or application server

<b>SDIXML_DOM_TO_SCREEN -></b> Display DOM (XML)

<b>SDIXML_DOM_TO_DATA</b>

and also see the below thred, it is having example program also

/people/gregor.wolf3/blog/2005/12/30/sdn-points-blow-out-chart-sdn-forum-users-online

Regards

Sudheer