<?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: Header with multipal lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165201#M1196216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste your code??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Vishal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2009 08:36:57 GMT</pubDate>
    <dc:creator>vishal_sharda2</dc:creator>
    <dc:date>2009-02-25T08:36:57Z</dc:date>
    <item>
      <title>Header with multipal lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165200#M1196215</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;&lt;/P&gt;&lt;P&gt;I have created one program to download internal table to excel, In that i have added header but it,s single line, I also created header internal table with mulipal lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; e.g                    amount&lt;/P&gt;&lt;P&gt;         -&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------" /&gt;&lt;P&gt;           BASiC      |     DA       |       HRA  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at the time of display ( in excel format ) it shows only first line ( i.e. amount ), i am using gui_download FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please guide me regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 05:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165200#M1196215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T05:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Header with multipal lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165201#M1196216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste your code??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Vishal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 08:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165201#M1196216</guid>
      <dc:creator>vishal_sharda2</dc:creator>
      <dc:date>2009-02-25T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Header with multipal lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165202#M1196217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vishal,&lt;/P&gt;&lt;P&gt;             declare the internal Table without header type,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_itab type standard table of ztable,&lt;/P&gt;&lt;P&gt;        wa_ itab like line of i_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this internal tabel tyr out , it will work.&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;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 08:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165202#M1196217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Header with multipal lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165203#M1196218</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;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First send header details only to excel fiel( i.e, amount and hra, da,pf ), try like this&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename                       = filename&lt;/P&gt;&lt;P&gt;     FILETYPE                        = 'ASC'&lt;/P&gt;&lt;P&gt;     APPEND                          = 'X'&lt;/P&gt;&lt;P&gt;     WRITE_FIELD_SEPARATOR           = '#'&lt;/P&gt;&lt;P&gt;    Tables&lt;/P&gt;&lt;P&gt;      data_tab                       = it_display1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again Call gui_download fm with line item data. When u call try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        filename              = filename&lt;/P&gt;&lt;P&gt;        filetype              = 'ASC'&lt;/P&gt;&lt;P&gt;        append                = 'X'&lt;/P&gt;&lt;P&gt;        write_field_separator = '#'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        data_tab              = it_display2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 08:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-with-multipal-lines/m-p/5165203#M1196218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T08:50:38Z</dc:date>
    </item>
  </channel>
</rss>

