<?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: Constant report header in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856525#M1135682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I am not using alv, just simple report. Will this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 12:33:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T12:33:41Z</dc:date>
    <item>
      <title>Constant report header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856523#M1135680</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;I have an internal table filled with report output. I am displaying the data in it from half of the first page till end. I wrote the report header in top-of-page event. It is printing report header in every page, so while scrolling down the report sometimes in a page two headers are seen. Is it possible to display a constant header and when scrolled down the header is constant at the top, only data is scrolled down. After displaying the internal table data I am displaying some other info as well. So the header should start from half of the first page continue till end of the loop iteration and after internal table data printed header should not be displayed. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current report output is as below, which has header in each page, instead when moved to second page, the header should stand at the top and only data should scroll down. After loop iteration, there should not be header displayed again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;page1----&lt;/P&gt;&lt;P&gt;line 1----&lt;/P&gt;&lt;P&gt;line 2----&lt;/P&gt;&lt;P&gt;line 3----&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-header&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;loop at t_out.&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;end of page 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-page 2&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-header&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;end of page 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-page 3&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-header&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;line----&lt;/P&gt;&lt;P&gt;line----&lt;/P&gt;&lt;P&gt;end of page 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-page 4&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;no header&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;line---&lt;/P&gt;&lt;P&gt;line---&lt;/P&gt;&lt;P&gt;end of page 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856523#M1135680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Constant report header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856524#M1135681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;FORM top_of_page.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  SKIP 1 .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      it_list_commentary = &lt;STRONG&gt;gt_list_top_of_page&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORM fill_events.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_EVENTS_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_list_type = 1&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      et_events   = g_events_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;--- allocate form for top-of-page -&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;*&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE g_events_tab WITH KEY name = &lt;STRONG&gt;slis_ev_top_of_page&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                        INTO h_event.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    MOVE g_form_top_of_page TO h_event-form.&lt;/P&gt;&lt;P&gt;    APPEND h_event TO g_events_tab.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856524#M1135681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Constant report header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856525#M1135682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I am not using alv, just simple report. Will this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856525#M1135682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Constant report header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856526#M1135683</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 want header to be printed only once so within LOOP use AT FIRST to print the header.&lt;/P&gt;&lt;P&gt;loop at t_out.&lt;/P&gt;&lt;P&gt;at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;-header&lt;/DEL&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;report output data--&lt;/P&gt;&lt;P&gt;........................&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 13:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856526#M1135683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Constant report header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856527#M1135684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-report-header/m-p/4856527#M1135684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T13:42:24Z</dc:date>
    </item>
  </channel>
</rss>

