<?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: Regarding ALV GRID Headers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163566#M121160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make both the fields&lt;/P&gt;&lt;P&gt;   OUTPUT ONLY&lt;/P&gt;&lt;P&gt;  ( In properties window)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then their BACKGROUND COLOUR&lt;/P&gt;&lt;P&gt;    will be the same as screen back color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, it will look list LIST.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2006 09:41:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-09T09:41:49Z</dc:date>
    <item>
      <title>Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163559#M121153</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 a issue regarding &amp;lt;b&amp;gt;ALV GRID Headers&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Actually using object oriented [&amp;lt;b&amp;gt;OO ABAP&amp;lt;/b&amp;gt;] i am displaying &amp;lt;b&amp;gt;2 ALV Grids&amp;lt;/b&amp;gt; one after other on a single page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to give &amp;lt;b&amp;gt;Company Standard Header&amp;lt;/b&amp;gt; above Both those grids. In Normal Reports we will use &amp;lt;b&amp;gt;TOP-OF-PAGE&amp;lt;/b&amp;gt; to do it, Now i want same thing in &amp;lt;b&amp;gt;OO ABAP&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how can i solve this issue.&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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 08:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163559#M121153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T08:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163560#M121154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Its oo alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Hence, screen painter is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Just place a TEXTBOX (text field)&lt;/P&gt;&lt;P&gt;   (using drag&amp;amp;drop)&lt;/P&gt;&lt;P&gt;  on the top of the alv grid container.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; (use output only property for display only purpose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Assgin value to this textfield in your pbo.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 08:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163560#M121154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163561#M121155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here also u can use TOP OF PAGE EVENT, but the other easiest method is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two methods below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st method: above the container, in the layout, place the text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd method :if u want to use top_of_page event, u can handle&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;CLASS LCL_EVENT_RECEIVER DEFINITION.&lt;/P&gt;&lt;P&gt;  PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;    METHODS HANDLE_TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;    FOR EVENT PRINT_TOP_OF_PAGE OF CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;    METHODS HANDLE_END_OF_LIST&lt;/P&gt;&lt;P&gt;    FOR EVENT PRINT_END_OF_LIST OF CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS.                    "cl_event_receiver DEFINITION&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      CLASS CL_EVENT_RECEIVER IMPLEMENTATION&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;  METHOD HANDLE_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;    perform top_of_page.&lt;/P&gt;&lt;P&gt;  ENDMETHOD .                    "handle_top_of_page&lt;/P&gt;&lt;P&gt;  METHOD HANDLE_END_OF_LIST .&lt;/P&gt;&lt;P&gt;    PERFORM END_OF_LIST.&lt;/P&gt;&lt;P&gt;  ENDMETHOD .                    "handle_end_of_list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS .                    "cl_event_recei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but u need to pass printing parameters of structure LVC_S_PRNT to IS_PRINT of set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: U CAN SEE O/P only in print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO BETTER TO GO FOR THE FIRST METHOD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 08:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163561#M121155</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-09T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163562#M121156</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;since it is OO alv, top_of_page can be done some thing different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this thread , in second page You can see the code given by Miss.Srilatha check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="88185"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 08:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163562#M121156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T08:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163563#M121157</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;I have already created Company Header information using screen painter above 2 ALV Grids. [1st Way].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is i had create header as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Program: Program Name                                                                    Client            PageNo&lt;/P&gt;&lt;P&gt;Date/Time: Date/Time                                               Prog description&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Production Orders&lt;/P&gt;&lt;P&gt;Grid1&lt;/P&gt;&lt;P&gt;Planned Orders&lt;/P&gt;&lt;P&gt;Grid2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i want is i want to make All Header details come under one color above them. Means both lines where i will display header should be in same color so that it will be diffrentiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prevoius replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163563#M121157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163564#M121158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If u want more than 1 line,&lt;/P&gt;&lt;P&gt;   then u will have to use&lt;/P&gt;&lt;P&gt;   more than 1 textboxes/input fields&lt;/P&gt;&lt;P&gt;   at design time.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163564#M121158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163565#M121159</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;I had put more than 1 line, But my requirement is i want to make Both the header lines into one color both lines should come under one color not fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like i had made Header Bold in my posting likewise i want to make both those lines one colored as in normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163565#M121159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163566#M121160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make both the fields&lt;/P&gt;&lt;P&gt;   OUTPUT ONLY&lt;/P&gt;&lt;P&gt;  ( In properties window)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then their BACKGROUND COLOUR&lt;/P&gt;&lt;P&gt;    will be the same as screen back color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, it will look list LIST.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163566#M121160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV GRID Headers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163567#M121161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had done that things already all the fields will be in same color. But what i want is i want to make both the header lines into one color. Means if field is not there in line then also it will have color on those parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Color of both lines should be smae.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 10:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-headers/m-p/1163567#M121161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T10:05:21Z</dc:date>
    </item>
  </channel>
</rss>

