<?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: Multiple sheets upload in excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063893#M1354412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2009 04:52:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-03T04:52:27Z</dc:date>
    <item>
      <title>Multiple sheets upload in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063889#M1354408</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; I am trying to upload multiple sheets in excel file to an internal table using the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/Read%20multiple%20sheets%20of%20an%20Excel%20file%20into%20SAP%20through%20ABAP" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/Read%20multiple%20sheets%20of%20an%20Excel%20file%20into%20SAP%20through%20ABAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is taking long time when i give the number of rows as 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if anyine has any better solution than this for uploading more than 10,000 rows&lt;/P&gt;&lt;P&gt;I am working in SRM system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063889#M1354408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets upload in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063890#M1354409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reading data from presentation server is slow, and using OLE (underlying technology) is even more. I think you can't get a better result.&lt;/P&gt;&lt;P&gt;As it seems you have a high volume of data, you may transform the excel into flat file, and upload it as usually (gui_upload). If the users really don't want to change the format of their file, you may create a macro in the excel which transforms automatically the data into a flat file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063890#M1354409</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-02T18:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets upload in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063891#M1354410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For single sheet excels you can also use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    call function 'TEXT_CONVERT_XLS_TO_SAP'
      exporting
        i_tab_raw_data       = wa_raw
        i_filename           = p_filename
      tables
        i_tab_converted_data = i_etab[]
      exceptions
        conversion_failed    = 1
        others               = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063891#M1354410</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-02T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets upload in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063892#M1354411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Sandra , thanks for the reply , I have no idea on macros, for now i had limited the selection to 5000 entries till i get a better solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ a@s , The Function module does not exist in SRM system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063892#M1354411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T18:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets upload in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063893#M1354412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 04:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sheets-upload-in-excel/m-p/6063893#M1354412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T04:52:27Z</dc:date>
    </item>
  </channel>
</rss>

