<?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 ABAP Module to process Excel File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946308#M64286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;Does anyone have a sample ABAP module that will read an Excel file? I need to read an Excel file and extract the information in each column as a field that is either fixed length in some columns or variable in some columns and it will be delimited by each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nick F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2005 00:18:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-30T00:18:20Z</dc:date>
    <item>
      <title>ABAP Module to process Excel File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946308#M64286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;Does anyone have a sample ABAP module that will read an Excel file? I need to read an Excel file and extract the information in each column as a field that is either fixed length in some columns or variable in some columns and it will be delimited by each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nick F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 00:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946308#M64286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T00:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Module to process Excel File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946309#M64287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where's the problem in using FM GUI_UPLOAD if you are doing it from your desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 00:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946309#M64287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T00:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Module to process Excel File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946310#M64288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Excel file is saved as a Tab Delimited Text File, you can use FM "GUI_UPLOAD" like syd_oz said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can see the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="718181"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 00:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946310#M64288</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-30T00:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Module to process Excel File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946311#M64289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think this Fm will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ALSM_EXCEL_TO_INTERNAL_TABLE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath Babu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 04:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946311#M64289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T04:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Module to process Excel File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946312#M64290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just search for 'Excel' in forum and you will get &lt;/P&gt;&lt;P&gt;more than you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;surjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 04:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-module-to-process-excel-file/m-p/946312#M64290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T04:57:04Z</dc:date>
    </item>
  </channel>
</rss>

