<?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 grid header formatting.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481441#M836964</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;write statements will work only in case of list,block list,hierarchical sequential list display only .it will not work for the grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ur requirement u need to go for the OOALV(Object Oriented).&lt;/P&gt;&lt;P&gt;search for BCALV* programs in ur sap system for example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 04:43:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T04:43:33Z</dc:date>
    <item>
      <title>ALV grid header formatting....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481439#M836962</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 want to dispaly the header in the ALV grid output in such a way that 'From address' sholud come at left side of the report header and 'To address' should come at right side of the report header.&lt;/P&gt;&lt;P&gt;As of now both I am using the following code in the event 'HEADING' , both the things are coming at left side of the report header which is not desired. &lt;/P&gt;&lt;P&gt;So help me to display both the 'From address' and 'To address' things at opposite side the report header. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM HEADING.&lt;/P&gt;&lt;P&gt;wl_header-typ  = 'S'.&lt;/P&gt;&lt;P&gt;    wl_header-key = 'From address'.&lt;/P&gt;&lt;P&gt;    wl_header-info = wa_adrc-name1.&lt;/P&gt;&lt;P&gt;    APPEND wl_header TO tl_header.&lt;/P&gt;&lt;P&gt;    CLEAR wl_header.&lt;/P&gt;&lt;P&gt;wl_header-typ  = 'S'.&lt;/P&gt;&lt;P&gt;      wl_header-info = city.&lt;/P&gt;&lt;P&gt;      APPEND wl_header TO tl_header.&lt;/P&gt;&lt;P&gt;      CLEAR wl_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wl_header-typ  = 'S'.&lt;/P&gt;&lt;P&gt;    wl_header-key = 'To address'.&lt;/P&gt;&lt;P&gt;    wl_header-info = wa_adrc-name1.&lt;/P&gt;&lt;P&gt;    APPEND wl_header TO tl_header.&lt;/P&gt;&lt;P&gt;    CLEAR wl_header.&lt;/P&gt;&lt;P&gt;wl_header-typ  = 'S'.&lt;/P&gt;&lt;P&gt;      wl_header-info = city.&lt;/P&gt;&lt;P&gt;      APPEND wl_header TO tl_header.&lt;/P&gt;&lt;P&gt;      CLEAR wl_header.&lt;/P&gt;&lt;P&gt;ENDFORM.&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 04:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481439#M836962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T04:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid header formatting....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481440#M836963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        Try using WRITE statements to write in top of page instead of pass it to the header internal table. (U can give length specifications to write 'to address' in right side).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a suggestion. Hope this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 04:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481440#M836963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T04:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid header formatting....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481441#M836964</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;write statements will work only in case of list,block list,hierarchical sequential list display only .it will not work for the grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ur requirement u need to go for the OOALV(Object Oriented).&lt;/P&gt;&lt;P&gt;search for BCALV* programs in ur sap system for example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 04:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-header-formatting/m-p/3481441#M836964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T04:43:33Z</dc:date>
    </item>
  </channel>
</rss>

