<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic function module to read xml files from application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301423#M1391135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I need to read  xml files from application server to sap. Is the any siutable function moldule for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 04:35:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-06T04:35:51Z</dc:date>
    <item>
      <title>function module to read xml files from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301423#M1391135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I need to read  xml files from application server to sap. Is the any siutable function moldule for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 04:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301423#M1391135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T04:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: function module to read xml files from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301424#M1391136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cenosure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donno about FM which will upload data directly to SAP, I think you have to do some mapping for it so that it will suit the SAP format. Again it depends on your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please elaborate more about your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look on below FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XML_TO_SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also search on SCN there are many threads on the same topic available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html" target="test_blank"&gt;http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the link which will give you the Code&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_RMTIWARI_XML_TO_ABAP_46C.html" target="test_blank"&gt;http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_RMTIWARI_XML_TO_ABAP_46C.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this XML file to Upload the same, this Program will work for your XML file also,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/input_xml.xml" target="test_blank"&gt;http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/input_xml.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below thread also&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="96971"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ilesh Nandaniya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 06:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301424#M1391136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module to read xml files from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301425#M1391137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx the FM worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 11:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-xml-files-from-application-server/m-p/6301425#M1391137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T11:19:55Z</dc:date>
    </item>
  </channel>
</rss>

