<?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: GUI_UPLOAD issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589624#M1661449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use 'GUI_UPLOAD' for records upto 65,535 rows, but, there are some issues while using xls. If you want to check the reason for the reduced number of rows, then, debug the internal table used in 'GUI_UPLOAD'. Locate the record where the truncation happens. Probably, whenever 'GUI_UPLOAD' comes across special characters in an xls file, it considers the encounter record as a comment till the same special character is repeated. So look out for ',",!, etc. in your excel file and you might get the problem.&lt;/P&gt;&lt;P&gt;Finally, this can be resolved either by using 'GUI_UPLOAD' with a text file or using the new OLE Methods with 'CL_GUI_FRONTEND_SERVICES'.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2012 06:46:06 GMT</pubDate>
    <dc:creator>former_member222709</dc:creator>
    <dc:date>2012-03-26T06:46:06Z</dc:date>
    <item>
      <title>GUI_UPLOAD issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589620#M1661445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to download a big chunk of file into an internal table which has a size of 60000 rows using 'GUI_UPLOAD'. When I check number of rows or internal table size after executing the FM in debug mode, the internal table have only 6699 rows instead of 59900 rows. Is there a constraint on number of rows in GUI_UPLOAD function module. Please share your thoughts or solution to my problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 05:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589620#M1661445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-26T05:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589621#M1661446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can alternatively make a try using the Static method - of the GUI Front End Services&lt;/P&gt;&lt;P&gt;'CL_GUI_FRONTEND_SERVICES =&amp;gt;GUI_UPLOAD'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 06:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589621#M1661446</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-26T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589622#M1661447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this thread completely . &lt;A _jive_internal="true" href="https://answers.sap.com/thread/492737"&gt;http://scn.sap.com/thread/492737&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope will solve your issues while uploading.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589622#M1661447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-26T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589623#M1661448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 06:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589623#M1661448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-26T06:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_UPLOAD issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589624#M1661449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use 'GUI_UPLOAD' for records upto 65,535 rows, but, there are some issues while using xls. If you want to check the reason for the reduced number of rows, then, debug the internal table used in 'GUI_UPLOAD'. Locate the record where the truncation happens. Probably, whenever 'GUI_UPLOAD' comes across special characters in an xls file, it considers the encounter record as a comment till the same special character is repeated. So look out for ',",!, etc. in your excel file and you might get the problem.&lt;/P&gt;&lt;P&gt;Finally, this can be resolved either by using 'GUI_UPLOAD' with a text file or using the new OLE Methods with 'CL_GUI_FRONTEND_SERVICES'.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 06:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-issues/m-p/8589624#M1661449</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-03-26T06:46:06Z</dc:date>
    </item>
  </channel>
</rss>

