<?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: Issue with GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278029#M1218237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Don't use UPLOAD it is obsolete which is replaced by GUI_UPLOAD.As far as the Dump is considered there can be a minor issue with data format.These are rare issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check to download using :&lt;/P&gt;&lt;P&gt;CLASS:CL_GUI_FRONTEND_SERVICES&lt;/P&gt;&lt;P&gt;METHOD:GUI_UPLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 16:38:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-17T16:38:00Z</dc:date>
    <item>
      <title>Issue with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278026#M1218234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the function module GUI_UPLOAD for uploading a notepad (tab delimitted). My file consists of 3000 records. I have passed the parameters filetype as 'ASC' and separator as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am trying to upload the file it is taking too much time and results in ABAP dump (Time Out).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that there is one record which is causing the problem. I have removed that record and uploaded. This time it got uploaded fine. But when I compare this record with other records, I didn't find any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same file is gettng uploaded when I use the FM 'UPLOAD'. But this is taking much time.&lt;/P&gt;&lt;P&gt;Length of the record in the file is 4809. I guess this is not the issue, because I have uploaded files which is having a record length of 7500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 15:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278026#M1218234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278027#M1218235</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;Is the Record which is not getting uploaded has the single inverted Quote in the record content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste thw error record and any one successful record. That makes easy to understand the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 15:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278027#M1218235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278028#M1218236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response. No my record doesn't have single inverted quote. If this is the case it should fail when we upload this single record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I upload the single record, its getting uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 15:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278028#M1218236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T15:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278029#M1218237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Don't use UPLOAD it is obsolete which is replaced by GUI_UPLOAD.As far as the Dump is considered there can be a minor issue with data format.These are rare issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check to download using :&lt;/P&gt;&lt;P&gt;CLASS:CL_GUI_FRONTEND_SERVICES&lt;/P&gt;&lt;P&gt;METHOD:GUI_UPLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 16:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-gui-upload/m-p/5278029#M1218237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T16:38:00Z</dc:date>
    </item>
  </channel>
</rss>

