<?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: List report with multiple column headers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249205#M1014253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/cagtflv.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/cagtflv.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saplab.blogspot.com/2007/10/learn-all-functions-in-alv-grid-or-alv.html" target="test_blank"&gt;http://saplab.blogspot.com/2007/10/learn-all-functions-in-alv-grid-or-alv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 05:06:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T05:06:23Z</dc:date>
    <item>
      <title>List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249200#M1014248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a list report which has both detail &amp;amp; summary information. Detail list has column header which is differ to the column header of summary.  I have to display summary report just after the details report (Not in the new page always).&lt;/P&gt;&lt;P&gt;Details and summary both may be continue to the several pages. w&lt;/P&gt;&lt;P&gt;When it scrolls down, I need to show each column header on the top of the each list until finished the each list.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;(On top of the detail list needs to be show detail column header and after scroll down to the summary report needs to be hide details column header and show only summary column header on the top. Same effect should be happen when scroll up also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done easily when the detail and summary list display in different pages (Using TOP-OF-PAGE). But in my issue I need to show the summary list just after the detail list. Appreciate very much if you could give a solution with a sample code.&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;Pra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 04:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249200#M1014248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T04:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249201#M1014249</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;USe TOP-OF-PAGE DURING LINE-SELECTION event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249201#M1014249</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-29T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249202#M1014250</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;You can use event &lt;STRONG&gt;TOP-OF-PAGE DURING LINE-SELECTION&lt;/STRONG&gt;  for the detail list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/example-code-for-drill-down-report.htm" target="test_blank"&gt;http://www.sap-img.com/abap/example-code-for-drill-down-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249202#M1014250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249203#M1014251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;define your detail col header in TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for detail syntax and explanetion check,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dba2eb35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dba2eb35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249203#M1014251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249204#M1014252</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;While Creating the Report Goto SE38 &lt;DEL&gt;-&amp;gt; GOTO&lt;/DEL&gt;&amp;gt;Text Element ---&amp;gt; List Heading  ---&amp;gt; Column Heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply different column for both list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249204#M1014252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249205#M1014253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/cagtflv.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/cagtflv.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saplab.blogspot.com/2007/10/learn-all-functions-in-alv-grid-or-alv.html" target="test_blank"&gt;http://saplab.blogspot.com/2007/10/learn-all-functions-in-alv-grid-or-alv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249205#M1014253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249206#M1014254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TOP OF PAGE DURING LINE SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this event, you can set the headings accordingly,&lt;/P&gt;&lt;P&gt;e.g.: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP OF PAGE DURING LINE SELECTION.&lt;/P&gt;&lt;P&gt;if sy-lsind eq 1.&lt;/P&gt;&lt;P&gt;WRITE: 'PAGE1'.&lt;/P&gt;&lt;P&gt;ELSEIF SY-LSIND EQ 2.&lt;/P&gt;&lt;P&gt;WRITE: 'PAGE 2'.&lt;/P&gt;&lt;P&gt;ELSEIF SY-LSIND EQ 3.&lt;/P&gt;&lt;P&gt;WRITE 'PAGE 3'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249206#M1014254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249207#M1014255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a drill down or an interactive report. &lt;/P&gt;&lt;P&gt;Details and summary information should be shown in the same list with two different column headers. Summary information should be started just after the detail information (Summary information may be in the same page)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column header of detail information should be hidden and column header of summary info should be shown on the top when &lt;STRONG&gt;scroll down&lt;/STRONG&gt; to the summary information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column header of detail info should be shown on top and column header of summary info should be hidden when &lt;STRONG&gt;scroll up&lt;/STRONG&gt; to the detail information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249207#M1014255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: List report with multiple column headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249208#M1014256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give anything in the &lt;STRONG&gt;TOP-OF-PAGE&lt;/STRONG&gt; event it will be shown at the top of the list and will remain if you scroll your list upwards. This event is restricted to the Basic List itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want the headings to appear on the secondary list also, you use the event &lt;STRONG&gt;TOP-OF-PAGE DURING LINE SELECTION&lt;/STRONG&gt;. This is same as TOP-OF-PAGE&amp;gt; But is displayed on the Detail Lists only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another option also like if you want some headings on &lt;STRONG&gt;First Detail List&lt;/STRONG&gt; give the &lt;STRONG&gt;sy-lsind as 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want some other headings on &lt;STRONG&gt;Second Detail List&lt;/STRONG&gt; give the &lt;STRONG&gt;sy-lsind as 2.&lt;/STRONG&gt; and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-report-with-multiple-column-headers/m-p/4249208#M1014256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:48:00Z</dc:date>
    </item>
  </channel>
</rss>

