<?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: OOALV-subtotals for multiple fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199530#M1521001</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;Check this links:&lt;/P&gt;&lt;P&gt;&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="1223283"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help-abap.blogspot.com/2009/03/classical-alv-change-subtotal-ii-for.html" target="test_blank"&gt;http://help-abap.blogspot.com/2009/03/classical-alv-change-subtotal-ii-for.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 15:07:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T15:07:27Z</dc:date>
    <item>
      <title>OOALV-subtotals for multiple fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199527#M1520998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using OOALV, in which I have to make subtotals of integer values based on multple fields. how to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199527#M1520998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T12:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV-subtotals for multiple fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199528#M1520999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Create a sort table and pass those field in sort table for the last sorted field put subtot = 'X' and pass this sort table to &lt;/P&gt;&lt;P&gt;Method SET_TABLE_FOR_FIRST_DISPLAY, remember to put do_sum = 'X' for intereger fields in fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199528#M1520999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T12:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV-subtotals for multiple fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199529#M1521000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The approach mentioned will subtotal individual columns...if multiple columns must be inserted into a single subtotal, you can add a row, at the appropriate spot in your internal table, with the value computed....may reuire using/managing some sort control column, which can be hidden.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199529#M1521000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV-subtotals for multiple fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199530#M1521001</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;Check this links:&lt;/P&gt;&lt;P&gt;&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="1223283"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help-abap.blogspot.com/2009/03/classical-alv-change-subtotal-ii-for.html" target="test_blank"&gt;http://help-abap.blogspot.com/2009/03/classical-alv-change-subtotal-ii-for.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-subtotals-for-multiple-fields/m-p/7199530#M1521001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T15:07:27Z</dc:date>
    </item>
  </channel>
</rss>

