<?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: ALV Header Right Align in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597905#M268490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alignment in ALV header is only possible if you are using ALV LIST, in that case you can use the write statement in the event TOP_OF_PAGE; but if you are using ALV GRID, then this is not posibble since ALV GRID's header has fixed positions according to the text tipe (H, S) or the logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 07:09:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T07:09:27Z</dc:date>
    <item>
      <title>ALV Header Right Align</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597904#M268489</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 am displaying header for alv grid as follows&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Prog: zvire9502                    Date: 22/09/2006&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;i need the date shuld be right aligned,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me out pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 06:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597904#M268489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Header Right Align</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597905#M268490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alignment in ALV header is only possible if you are using ALV LIST, in that case you can use the write statement in the event TOP_OF_PAGE; but if you are using ALV GRID, then this is not posibble since ALV GRID's header has fixed positions according to the text tipe (H, S) or the logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 07:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597905#M268490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Header Right Align</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597906#M268491</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 this link below, hope this helps you.&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       = IT_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;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/abap/an-interactive-alv-report.htm" target="test_blank"&gt;http://sap-img.com/abap/an-interactive-alv-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhavi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 21:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597906#M268491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T21:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Header Right Align</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597907#M268492</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;One alternative is to Include the program name and date in a single variable of type string and include spaces in between. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 04:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597907#M268492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T04:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Header Right Align</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597908#M268493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the parameter&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_HTML_TOP_OF_PAGE&amp;lt;/b&amp;gt; of the function module &amp;lt;b&amp;gt;REUSE_ALV_GRID_DISPLAY&amp;lt;/b&amp;gt; where in you can actually code in hyper text provided you know HTML tags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 04:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-header-right-align/m-p/1597908#M268493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T04:55:03Z</dc:date>
    </item>
  </channel>
</rss>

