<?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 EXCEL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610277#M1569273</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;Somebody know any FM or CLASS for uplaod excel over 600.000 rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try OLE-logic to select a range, than use method COPY of OLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this try method: CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;CLIPBOARD_IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Dieter Gröhn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we don't resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the FM for upload excel to internal table program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class CL_GUI_FRONTEND_SERVICES / method FILE_COPY and CLIPBOARD_IMPORT don't make what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is um method this class that can use for upload to internal table? or do you know any other FM or class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 13:18:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-12T13:18:13Z</dc:date>
    <item>
      <title>UPLOAD EXCEL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610277#M1569273</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;Somebody know any FM or CLASS for uplaod excel over 600.000 rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try OLE-logic to select a range, than use method COPY of OLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this try method: CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;CLIPBOARD_IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Dieter Gröhn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we don't resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the FM for upload excel to internal table program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class CL_GUI_FRONTEND_SERVICES / method FILE_COPY and CLIPBOARD_IMPORT don't make what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is um method this class that can use for upload to internal table? or do you know any other FM or class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 13:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610277#M1569273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD EXCEL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610278#M1569274</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;Use the Function Module : TEXT_CONVERT_XLS_TO_SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Function will upload the excel sheet data in to an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before that you should take care that the excel sheet must be in 97-2003 format. Other wise it will not read the data from the excel file and the data in the internal table will be zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please do this validation in the at sellection of that parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the excel sheet is not in .XLS type then give a message saying that use the compatible excel sheet that is of type mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 13:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610278#M1569274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD EXCEL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610279#M1569275</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;Try to use this  Function Module       ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 13:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610279#M1569275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD EXCEL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610280#M1569276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks a lot all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel/m-p/7610280#M1569276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T16:21:36Z</dc:date>
    </item>
  </channel>
</rss>

