<?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 excel upload function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-upload-function/m-p/8115436#M1617907</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;an excel sheet can be uploaded in to a internal table of similar sequence and type using the following FMs&lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XLS_TO_SAP&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you already checked with the FMs UPLOAD and WS_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Aug 2011 20:36:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-11T20:36:49Z</dc:date>
    <item>
      <title>Problem with excel upload function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-upload-function/m-p/8115435#M1617906</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently doing a modification in a program that uses this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  call function 'KCD_EXCEL_OLE_TO_INT_CONVERT'     

       exporting                                   

            filename    = p_file                   

            range_begin = 'A1'                     

            range_end   = 'I9999'                  

       tables                                      

            intern      = t_excel                  

       exceptions                                  

            others      = 1.                       

  if sy-subrc &amp;lt;&amp;gt; 0.                                

    berror = 'X'.                                  

    message i208(00) with 'Error Load Excel File'. 

    stop.                                          

  endif.                                           

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of upload the content of the excel to internal table, its literally copying the content of my clipboard to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone know why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My version of SAP is the 4.0b and I looked for the alsm_excel_to_internal_table function, but my version don't have it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 12:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-upload-function/m-p/8115435#M1617906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-11T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with excel upload function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-upload-function/m-p/8115436#M1617907</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;an excel sheet can be uploaded in to a internal table of similar sequence and type using the following FMs&lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XLS_TO_SAP&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you already checked with the FMs UPLOAD and WS_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 20:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-upload-function/m-p/8115436#M1617907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-11T20:36:49Z</dc:date>
    </item>
  </channel>
</rss>

