<?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 while reading data from excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816247#M658644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a restriction for this fm, but check this out - what i found for this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;Many customers need a function that allows them to transfer values from an Excel table to the SAP system. Up to now there&lt;/P&gt;&lt;P&gt;has been no formally released interface for this.&lt;/P&gt;&lt;P&gt;For the Asset Accounting legacy data transfer, a module was written to transfer the Excel data using the clipboard of the&lt;/P&gt;&lt;P&gt;Windows system by OLE (Object Linking and Embedding. This module is called ALSM_EXCEL_TO_INTERNAL_TABLE. The&lt;/P&gt;&lt;P&gt;module was only designed for the requirements of the Asset Accounting legacy data transfer. This leads to some restrictions,&lt;/P&gt;&lt;P&gt;including the following:&lt;/P&gt;&lt;P&gt;1. The module is not released for customers.&lt;/P&gt;&lt;P&gt;2. The module is only available in a SAP_APPL system.&lt;/P&gt;&lt;P&gt;3. The output structure is limited to 9999 rows and columns.&lt;/P&gt;&lt;P&gt;4. The output structure is limited to 50 characters per cell.&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;AS100, OLE, EXCEL&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;This is due to the use of function modules that are not released in customer programs.&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;See the attached Note 109533 for the impact on support from point 1 above.&lt;/P&gt;&lt;P&gt;You see from this that points 2 to 4 are correct.&lt;/P&gt;&lt;P&gt;If you use the module in spite of this and want to get around the restrictions from points 2 to 4, we recommend that you&lt;/P&gt;&lt;P&gt;proceed as follows:&lt;/P&gt;&lt;P&gt;1. Copy the module into your customer namespace.&lt;/P&gt;&lt;P&gt;2. As Associated Type for the table parameter INTERN, use your own structure that has the same components as the&lt;/P&gt;&lt;P&gt;original structure ALSMEX_TABLINE. By using your own component types, you can get around the restrictions on&lt;/P&gt;&lt;P&gt;rows, columns or cell length.&lt;/P&gt;&lt;P&gt;Any inquiries that relate to the module you created yourself or to how to use the module&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE from customer programs will only be dealt with by chargeable Remote Consulting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSS Notes 933420, 129994 and 127666,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://lkptantan.itpub.net/category/2097/4014" target="test_blank"&gt;http://lkptantan.itpub.net/category/2097/4014&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps, please close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 20:25:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T20:25:19Z</dc:date>
    <item>
      <title>Problem while reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816246#M658643</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 using ALSM_EXCEL_TO_INTERNAL_TABLE to read data from excel into internal table.  As there is a limitation on "alsmex_tabline-value" of 50 char, i am able to read only 50 chars of single column value from excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to read the entire text in one column eventhough it is more than 50 chars. Is this possible with any function module other than gui_upload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a way to directly read entire cell content from excel itself. Please let me know if anyone has any solutions.&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;Sonali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 20:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816246#M658643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T20:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816247#M658644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a restriction for this fm, but check this out - what i found for this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;Many customers need a function that allows them to transfer values from an Excel table to the SAP system. Up to now there&lt;/P&gt;&lt;P&gt;has been no formally released interface for this.&lt;/P&gt;&lt;P&gt;For the Asset Accounting legacy data transfer, a module was written to transfer the Excel data using the clipboard of the&lt;/P&gt;&lt;P&gt;Windows system by OLE (Object Linking and Embedding. This module is called ALSM_EXCEL_TO_INTERNAL_TABLE. The&lt;/P&gt;&lt;P&gt;module was only designed for the requirements of the Asset Accounting legacy data transfer. This leads to some restrictions,&lt;/P&gt;&lt;P&gt;including the following:&lt;/P&gt;&lt;P&gt;1. The module is not released for customers.&lt;/P&gt;&lt;P&gt;2. The module is only available in a SAP_APPL system.&lt;/P&gt;&lt;P&gt;3. The output structure is limited to 9999 rows and columns.&lt;/P&gt;&lt;P&gt;4. The output structure is limited to 50 characters per cell.&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;AS100, OLE, EXCEL&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;This is due to the use of function modules that are not released in customer programs.&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;See the attached Note 109533 for the impact on support from point 1 above.&lt;/P&gt;&lt;P&gt;You see from this that points 2 to 4 are correct.&lt;/P&gt;&lt;P&gt;If you use the module in spite of this and want to get around the restrictions from points 2 to 4, we recommend that you&lt;/P&gt;&lt;P&gt;proceed as follows:&lt;/P&gt;&lt;P&gt;1. Copy the module into your customer namespace.&lt;/P&gt;&lt;P&gt;2. As Associated Type for the table parameter INTERN, use your own structure that has the same components as the&lt;/P&gt;&lt;P&gt;original structure ALSMEX_TABLINE. By using your own component types, you can get around the restrictions on&lt;/P&gt;&lt;P&gt;rows, columns or cell length.&lt;/P&gt;&lt;P&gt;Any inquiries that relate to the module you created yourself or to how to use the module&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE from customer programs will only be dealt with by chargeable Remote Consulting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSS Notes 933420, 129994 and 127666,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://lkptantan.itpub.net/category/2097/4014" target="test_blank"&gt;http://lkptantan.itpub.net/category/2097/4014&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps, please close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 20:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816247#M658644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816248#M658645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 20:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-reading-data-from-excel/m-p/2816248#M658645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T20:58:11Z</dc:date>
    </item>
  </channel>
</rss>

