<?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 ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3297619#M789195</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 am having two fields in report namely as Quantity and Quantity1 holding quantity values from different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the subtotoals of these two quantity fields.&lt;/P&gt;&lt;P&gt;Now these subtotal value I have to subtract &lt;/P&gt;&lt;P&gt;Quantity - Quantity1 and I have to put the result in another column as Delta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this logic but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; v_quantity = gr_agg-&amp;gt;add_aggregation( 'QUANTITY' ).&lt;/P&gt;&lt;P&gt; v_quantity1 = gr_agg-&amp;gt;add_aggregation( 'QUANTITY1' ).&lt;/P&gt;&lt;P&gt; v_date = v_quantity - v_quantity1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this same as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Jay......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 11:03:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T11:03:44Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3297619#M789195</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 am having two fields in report namely as Quantity and Quantity1 holding quantity values from different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the subtotoals of these two quantity fields.&lt;/P&gt;&lt;P&gt;Now these subtotal value I have to subtract &lt;/P&gt;&lt;P&gt;Quantity - Quantity1 and I have to put the result in another column as Delta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this logic but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; v_quantity = gr_agg-&amp;gt;add_aggregation( 'QUANTITY' ).&lt;/P&gt;&lt;P&gt; v_quantity1 = gr_agg-&amp;gt;add_aggregation( 'QUANTITY1' ).&lt;/P&gt;&lt;P&gt; v_date = v_quantity - v_quantity1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this same as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Jay......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 11:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3297619#M789195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T11:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3297620#M789196</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 do one thing first you add one more column to your internal table of type quanity and modify this column with values quantity - quanity1, then get the subtotals for all the three columns..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 11:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3297620#M789196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T11:08:38Z</dc:date>
    </item>
  </channel>
</rss>

