<?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: Get Average using Subtotal Value in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346609#M1639637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sharin! now it's giving the correct figure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bernadette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 04:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-06T04:49:51Z</dc:date>
    <item>
      <title>Get Average using Subtotal Value in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346607#M1639635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have  a question. is it possible to get the average using the value in subtotal field in ALV OO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;Total Value          GL Price Amount         GL Price %&lt;/P&gt;&lt;P&gt;1                           2                                  50&lt;/P&gt;&lt;P&gt;2                           6                                  33.33 &lt;/P&gt;&lt;P&gt;3                           8                                  37.5&lt;/P&gt;&lt;P&gt;subtotal: 6            subtotal: 16                  subtotal: 37.5  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GL Price % Sub total computatiom:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; = 6 / 16 * 100&lt;/P&gt;&lt;P&gt; = 37.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already used ls_fcat-do_sum = 'C'. but it's giving me a wrong figure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 03:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346607#M1639635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T03:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Average using Subtotal Value in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346608#M1639636</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;Try using 'SORT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort the table to indicate on which level average has to be done. This enables 'ls_fcat-do_sum = 'C' to work correctly.&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;Sharin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 04:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346608#M1639636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T04:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Average using Subtotal Value in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346609#M1639637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sharin! now it's giving the correct figure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bernadette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 04:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346609#M1639637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get Average using Subtotal Value in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346610#M1639638</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;Use the below threads to solve your issue.&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="831088"&gt;&lt;/A&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="538122"&gt;&lt;/A&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="992103"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 04:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-average-using-subtotal-value-in-alv/m-p/8346610#M1639638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T04:49:55Z</dc:date>
    </item>
  </channel>
</rss>

