<?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 header function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611573#M274145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest me the function module name for &lt;/P&gt;&lt;P&gt;displaying header on list or grid report .&lt;/P&gt;&lt;P&gt;only through the function module name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 04:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T04:25:54Z</dc:date>
    <item>
      <title>header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611573#M274145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest me the function module name for &lt;/P&gt;&lt;P&gt;displaying header on list or grid report .&lt;/P&gt;&lt;P&gt;only through the function module name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611573#M274145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T04:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611574#M274146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM top_of_page. "#EC CALLED.&lt;/P&gt;&lt;P&gt;CALL FUNCTION &amp;lt;b&amp;gt;'REUSE_ALV_COMMENTARY_WRITE'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;it_list_commentary = w_standard_header.&lt;/P&gt;&lt;P&gt;ENDFORM. "top_of_page&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611574#M274146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T04:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611575#M274147</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;fm = &amp;gt; REUSE_ALV_COMMENTARY_WRITE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611575#M274147</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-03T04:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611576#M274148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;FM &amp;lt;b&amp;gt;'REUSE_ALV_COMMENTARY_WRITE'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            I_CALLBACK_PROGRAM      = GD_REPID&lt;/P&gt;&lt;P&gt;            I_CALLBACK_TOP_OF_PAGE   = &amp;lt;b&amp;gt;'TOP-OF-PAGE' &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;            I_CALLBACK_USER_COMMAND = 'USER_COMMAND'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           i_grid_title           = outtext&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            IS_LAYOUT               = GD_LAYOUT&lt;/P&gt;&lt;P&gt;            IT_FIELDCAT             = FIELDCATALOG[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_special_groups       = gd_tabgroup&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            IT_EVENTS                = GT_XEVENTS&lt;/P&gt;&lt;P&gt;            I_SAVE                  = 'X'&lt;/P&gt;&lt;P&gt;            IS_VARIANT              = Z_TEMPLATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            T_OUTTAB                = IT_EKKO&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            PROGRAM_ERROR           = 1&lt;/P&gt;&lt;P&gt;            OTHERS                  = 2.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP-OF-PAGE.&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_TOP_OF_PAGE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       I_LOGO             = 'ENJOYSAP_LOGO'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611576#M274148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T04:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611577#M274149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jitendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fn module --&amp;gt; REUSE_ALV_COMMENTARY_WRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer SAP std program BALVHD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Preema&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Award points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611577#M274149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T04:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: header function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611578#M274150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'REUSE_ALV_COMMENTARY_WRITE'  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call this function module and build list header like this  &lt;/P&gt;&lt;P&gt;data: ls_listheader type slis_t_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_listheader-typ = 'H'.&lt;/P&gt;&lt;P&gt;ls_listheader-INFO = 'THIS IS HEADER OF THE REPORT'.&lt;/P&gt;&lt;P&gt;APPEND ls_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_listheader-typ = 'S'.&lt;/P&gt;&lt;P&gt;ls_listheader-INFO = 'ITEM IN HEADER'.&lt;/P&gt;&lt;P&gt;APPEND ls_listheader.&lt;/P&gt;&lt;P&gt;&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       = ls_listheader      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I_LOGO                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_END_OF_LIST_GRID       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ALV_FORM               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT WILL WORK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 04:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-function-module/m-p/1611578#M274150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T04:43:55Z</dc:date>
    </item>
  </channel>
</rss>

