<?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: Problem with GUI_UPLOAD FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224852#M1379720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after uploading search for that line feed and replace it by space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2009 12:09:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-08T12:09:50Z</dc:date>
    <item>
      <title>Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224850#M1379718</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 am using gui_upload fm for uploading file from presentation server .When its uploaded into an internal table character # is appended at the end of each line.Usually we encounter this type of issues in AL11 and a line feed character should be used for this.But i am not able to figure out the problem with this FM.Its working fine in 4.6C with ws_upload FM and giving # characters while using in ECC6.0.Also i am not able to open the file in presentation server to see what exactly it contains.Its going to contain Some exchange rates which i am unable to open.&lt;/P&gt;&lt;P&gt;Can anyone suggest me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 11:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224850#M1379718</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-08T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224851#M1379719</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;The problem is coming because GUI_UPLOAD Function module is unicode enables whereas WS_UPLOAD is not unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are some other language special characters in the file which is causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhashini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 12:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224851#M1379719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224852#M1379720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after uploading search for that line feed and replace it by space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 12:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224852#M1379720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224853#M1379721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , probably i should go for that . Serach for # character and replacing it with space.&lt;/P&gt;&lt;P&gt;I am looking for any possiblilty other than this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 12:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224853#M1379721</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-08T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224854#M1379722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;open the excel, before uploading remove the #s &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but if your code itself can do.. then why to do this manual work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 12:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224854#M1379722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GUI_UPLOAD FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224855#M1379723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes boss we can do that one too &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just now i have come across a SAP OSS Note Note 1356033 - GUI_UPLOAD: END_OF_FILE (0x1A) READ AS NEW RECORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to check whether its going to work or not and its valid for my SAP release. Just go thru it and check if you are free.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 12:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-upload-fm/m-p/6224855#M1379723</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-08T12:50:43Z</dc:date>
    </item>
  </channel>
</rss>

