<?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: Heading Excel Sheet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956252#M945443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which function module you are using....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALSM_EXCEL_INTERNAL_TABLE we have option from which to which row you wan to fetch from file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 08:50:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T08:50:59Z</dc:date>
    <item>
      <title>Heading Excel Sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956251#M945442</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 want to output the some data to excel sheet.&lt;/P&gt;&lt;P&gt;But my requirement is that it should be displayed in such manner that first line should have the Heading i.e Name of the Excel Sheet.&lt;/P&gt;&lt;P&gt;Skip the second Row (empty)&lt;/P&gt;&lt;P&gt;In new Row : Again some data(text)  skip some coloumns Data&lt;/P&gt;&lt;P&gt;in say G column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the internal data ( which i am able to get) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need only the data before the Internal Data output :&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ABC COMPANY LTD              12 Mar 08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BANK NAME                           Ref no: ###&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956251#M945442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Heading Excel Sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956252#M945443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which function module you are using....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALSM_EXCEL_INTERNAL_TABLE we have option from which to which row you wan to fetch from file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 08:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956252#M945443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Heading Excel Sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956253#M945444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way...Create on internal atbel with data type string.&lt;/P&gt;&lt;P&gt;Now first add you first line header.&lt;/P&gt;&lt;P&gt;After that append blank line.&lt;/P&gt;&lt;P&gt;Noe again append second header.&lt;/P&gt;&lt;P&gt;After that append blank line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aftet this loop on your internal table which contain date and pass the data into above internal table and download using GUI_DOWNLOAD FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Piyush Mathur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 08:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956253#M945444</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2008-06-06T08:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Heading Excel Sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956254#M945445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading-excel-sheet/m-p/3956254#M945445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T05:26:39Z</dc:date>
    </item>
  </channel>
</rss>

