<?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 Upload XML file from PC to Application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534550#M1935474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to upload xml file from Presentation server to Application server. Can we do this using FM GUI_UPLOAD ? which I tried and unable to open the XMl file in application server. it throws error as not .txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to place the file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 21:16:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-02-17T21:16:32Z</dc:date>
    <item>
      <title>Upload XML file from PC to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534550#M1935474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to upload xml file from Presentation server to Application server. Can we do this using FM GUI_UPLOAD ? which I tried and unable to open the XMl file in application server. it throws error as not .txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to place the file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534550#M1935474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upload XML file from PC to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534551#M1935475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUI_UPLOAD should work. I guess you are not passing the parameters correctly.&lt;/P&gt;&lt;P&gt;Also, you can use the method GUI_UPLOAD in the class: CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please copy &amp;amp; paste your code if the issue is not resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534551#M1935475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T21:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Upload XML file from PC to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534552#M1935476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I was able to place the xml file in application server using FM GUI_UPLOAD. But, I was not able to open it there. It was throwing error as 'Its not .txt file' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why this error occurs in AL11 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534552#M1935476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T21:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upload XML file from PC to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534553#M1935477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you include .xml at the end of the file name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, did you try to download the file (using CG3Y) and try opening it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534553#M1935477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T21:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload XML file from PC to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534554#M1935478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue got resolved. Ideally it didn't load the file properly through GUI_UPLOAD. I used transaction CG3Z to load the xml file in the application server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-xml-file-from-pc-to-application-server/m-p/11534554#M1935478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-18T15:57:55Z</dc:date>
    </item>
  </channel>
</rss>

