<?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 using ALSM_EXCEL_TO_INTERNAL_TABLE function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327303#M1637837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 09:48:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-21T09:48:15Z</dc:date>
    <item>
      <title>Problem using ALSM_EXCEL_TO_INTERNAL_TABLE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327299#M1637833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;                      I am trying to upload excel sheet to upload data into internal table,but the function module is giving out an error saying error in upload_OLE.This is working fine when upload data in my system but doesnt work when trying to upload in other system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know views on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kartheek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 10:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327299#M1637833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using ALSM_EXCEL_TO_INTERNAL_TABLE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327300#M1637834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try to use following FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:    P_FILE LIKE RLGRAP-FILENAME DEFAULT 'C:\test.xls' OBLIGATORY.   

   CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
 CHANGING
    file_name           = P_FILE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 06:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327300#M1637834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-19T06:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using ALSM_EXCEL_TO_INTERNAL_TABLE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327301#M1637835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you may use function module "TEXT_CONVERT_XLS_TO_SAP'". Most simple to use without any complication. won't give any errror.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;P&gt;Ankitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 08:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327301#M1637835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-19T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using ALSM_EXCEL_TO_INTERNAL_TABLE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327302#M1637836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error might be due to type declaration of the input file path. Check for the type and try the FM CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 06:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327302#M1637836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T06:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using ALSM_EXCEL_TO_INTERNAL_TABLE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327303#M1637837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 09:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-alsm-excel-to-internal-table-function-module/m-p/8327303#M1637837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T09:48:15Z</dc:date>
    </item>
  </channel>
</rss>

