<?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: exclude rows for total summation ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477900#M557958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to old have to close down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 14:58:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-21T14:58:39Z</dc:date>
    <item>
      <title>exclude rows for total summation ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477897#M557955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to exclude rows from the totalization process with cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if not possible to write a footer which can be set to the same alignment as the alv fields on the screen ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 13:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477897#M557955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T13:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: exclude rows for total summation ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477898#M557956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to exclude the total line then in layout use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : wa_layout type LVC_S_LAYO.

wa_layout-NO_TOTLINE = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove the total option for NUMC fields , then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_layout-NUMC_TOTAL = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 13:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477898#M557956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: exclude rows for total summation ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477899#M557957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nop, I want to exlude certain rows that meet certain conditions to be summed into the grandtotal for a certain column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I make subtotals for instance of declared hours I have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;order1  10&lt;/P&gt;&lt;P&gt;order2  20&lt;/P&gt;&lt;P&gt;order3  5&lt;/P&gt;&lt;P&gt;Subtotal 35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I want to add a 2 rows underneath with the scheduled and available hours&lt;/P&gt;&lt;P&gt;scheduled 50&lt;/P&gt;&lt;P&gt;available  15  (sheduled minus subtotal of worked which can be calculated in abap before output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I don't want to subtotal or grandtotal those rows since the value&lt;/P&gt;&lt;P&gt;100 hours makes no point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 13:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477899#M557957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T13:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: exclude rows for total summation ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477900#M557958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to old have to close down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 14:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-rows-for-total-summation/m-p/2477900#M557958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T14:58:39Z</dc:date>
    </item>
  </channel>
</rss>

