<?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 Re: xml upload in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376092#M810638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used gui_upload to upload and gui_download to download and again it works fine in foreground .But while doing it in background it again says the material does not exist.here the material is the value i need to pass to the logic and again generate a xml file.It works fine in foreground.Thanks for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Feb 2008 05:43:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-02T05:43:22Z</dc:date>
    <item>
      <title>xml upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376089#M810635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that i need to upload an xml file from another server which is on lan .This needs to be done in the background. i am getting a parsing error while running it in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhinay chelamcherla on Feb 2, 2008 7:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 04:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376089#M810635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T04:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: xml upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376090#M810636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM &lt;STRONG&gt;"GUI_UPLOAD"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upload the xml file &lt;/P&gt;&lt;P&gt;filename = 'C:\so_new.xml' .&lt;/P&gt;&lt;P&gt;call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;filename = filename&lt;/P&gt;&lt;P&gt;filetype = 'BIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has_field_separator = ' ' &lt;/P&gt;&lt;P&gt;header_length = 0 &lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;filelength = size&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;data_tab = xml_tab&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;others = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 04:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376090#M810636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T04:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: xml upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376091#M810637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHeck this PDF document.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Utilities for downloading and uploading OO  ABAP classes in XML fiormat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e66701fc-0d01-0010-9c9a-f8a36c4e87ba" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e66701fc-0d01-0010-9c9a-f8a36c4e87ba&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 05:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376091#M810637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T05:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: xml upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376092#M810638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used gui_upload to upload and gui_download to download and again it works fine in foreground .But while doing it in background it again says the material does not exist.here the material is the value i need to pass to the logic and again generate a xml file.It works fine in foreground.Thanks for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 05:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-upload-in-background/m-p/3376092#M810638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T05:43:22Z</dc:date>
    </item>
  </channel>
</rss>

