<?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: reading data from excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865160#M928926</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapdev.co.uk/file/file_upexcel.htm" target="test_blank"&gt;http://sapdev.co.uk/file/file_upexcel.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 06:32:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T06:32:18Z</dc:date>
    <item>
      <title>reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865158#M928924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i get data from excel to my internal table for decimal 5 &lt;/P&gt;&lt;P&gt;data type.very very urgent for me.Please do the needful.&lt;/P&gt;&lt;P&gt;my error is field type defining as a decimal 5.refering built in table field type.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865158#M928924</guid>
      <dc:creator>former_member532868</dc:creator>
      <dc:date>2008-05-20T13:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865159#M928925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            filename                      = w_file_name&lt;/P&gt;&lt;P&gt;            i_begin_col                   = 1&lt;/P&gt;&lt;P&gt;            i_begin_row                   = 1&lt;/P&gt;&lt;P&gt;            i_end_col                     = 1&lt;/P&gt;&lt;P&gt;            i_end_row                     = 2000&lt;/P&gt;&lt;P&gt;          tables&lt;/P&gt;&lt;P&gt;            intern                        = i_excel&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            INCONSISTENT_PARAMETERS       = 1&lt;/P&gt;&lt;P&gt;            UPLOAD_OLE                    = 2&lt;/P&gt;&lt;P&gt;            OTHERS                        = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;             MOVE : c_i      TO s_refnr-sign  ,&lt;/P&gt;&lt;P&gt;                    c_eq     TO s_refnr-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear e_excel.&lt;/P&gt;&lt;P&gt;          loop at i_excel into e_excel.&lt;/P&gt;&lt;P&gt;            move  e_excel-VALUE      TO t_refnr-low.&lt;/P&gt;&lt;P&gt;            APPEND t_refnr.&lt;/P&gt;&lt;P&gt;          endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865159#M928925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865160#M928926</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapdev.co.uk/file/file_upexcel.htm" target="test_blank"&gt;http://sapdev.co.uk/file/file_upexcel.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 06:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-excel/m-p/3865160#M928926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

