<?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: Read Sheet from Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003937#M408252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;I meant to have a heading in the tab delimited file before uploading. Is that possible?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 16:01:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T16:01:12Z</dc:date>
    <item>
      <title>Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003932#M408247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Can I upload an Excel Sheet other than the first sheet into an internal table? Please do guide me as to how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abdullah..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003932#M408247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003933#M408248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM:ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003933#M408248</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-03-12T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003934#M408249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ismail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sense u have three sheets for example in excel and u dont wanna &lt;/P&gt;&lt;P&gt;upload the first sheet...only the second one..jus try the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the second sheet..save it again(jus ctrl s) and close..&lt;/P&gt;&lt;P&gt;try opening it again..it opens as sheet2 which is ready for upload...&lt;/P&gt;&lt;P&gt;in the sense xcel when closed and saved as a second sheet open..however&lt;/P&gt;&lt;P&gt;wud process the contents of second sheet only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u a bit,&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003934#M408249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003935#M408250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use tab delimited file can I have a heading for the users to understand the columns.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003935#M408250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003936#M408251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Abdullah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure,  you can maintain the column headings in the upload file. But, in the program, immediately after the function module execution, you need to delete the first row from the resulting internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;delete itab index 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will delete the row with junk information( the column headings will not be properly uploaded due to the differences in the field size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003936#M408251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read Sheet from Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003937#M408252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;I meant to have a heading in the tab delimited file before uploading. Is that possible?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 16:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-sheet-from-excel/m-p/2003937#M408252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T16:01:12Z</dc:date>
    </item>
  </channel>
</rss>

