‎2006 Aug 28 7:41 PM
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.
‎2006 Aug 28 7:54 PM
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
‎2006 Aug 28 7:54 PM
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