<?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 Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299699#M1222283</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 can set colors of columns but you cannot merge columns, so this is impossible to create one row at the end which will be displayed as a standard total line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2009 15:01:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-16T15:01:38Z</dc:date>
    <item>
      <title>ALV Grid Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299697#M1222281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm making a report program that shows data in the form of object oriented ALV Grid. Since the standard &lt;STRONG&gt;Totals&lt;/STRONG&gt; button is not suitable for me (because in order to calculate the average, it includes the zeroes in the columns, and I've been asked not to do that) I've added a new toolbar button which performs that function adding a new row at the end with the total values. But what I want to do now, is to make that row to display in yellow and the numbers in bold letter (just like the way the standard does it). And if it's possible, I'd like to the column separators not to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've being trying to use the layout feature. I added a column to the table shown by the ALV Control, named 'COLOR', and then I created the Layout table adding a row with the value 'COLOR' in the 'INFO_FNAME' field, but I've had no results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 14:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299697#M1222281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T14:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299698#M1222282</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;STEP 1:&lt;/P&gt;&lt;P&gt;LVC_S_LAYO-INFONAME = 'COLOR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 2:&lt;/P&gt;&lt;P&gt;Set color values :&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;ITAB-COLOR = 'C311'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass different color values in LOOP According to condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP3:&lt;/P&gt;&lt;P&gt;   CALL METHOD o_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;      is_layout                     =  LVC_S_LAYO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Alv Color|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/coloring%252ba%252brow%252band%252bcolumn%252bin%252balv%252b(OOPS)]&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;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299698#M1222282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T15:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299699#M1222283</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 can set colors of columns but you cannot merge columns, so this is impossible to create one row at the end which will be displayed as a standard total line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299699#M1222283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299700#M1222284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding colouring you may have a look at my sample report &lt;STRONG&gt;ZUS_SDN_ALV_CELL_STYLE_2&lt;/STRONG&gt; in thread &lt;SPAN __jive_macro_name="thread" id="1072435"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 07:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/5299700#M1222284</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-03-17T07:56:09Z</dc:date>
    </item>
  </channel>
</rss>

