<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193390#M760894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done subtotals of two columns. now i want to add these to values and display beside these columns but in the same row where the subtotal gets displayed. Is it possible in ALV? if yes how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 11:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T11:20:55Z</dc:date>
    <item>
      <title>ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193390#M760894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done subtotals of two columns. now i want to add these to values and display beside these columns but in the same row where the subtotal gets displayed. Is it possible in ALV? if yes how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193390#M760894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193391#M760895</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 create a new field and do the necessary things and populate the sum of these columns to newly added column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Loop at it_final.

it_final-newfield = it_final-firstcolumn + it_final-secondcolumn.

modify it_final.
clear it_final.

endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193391#M760895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193392#M760896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;boss what do u want, ur queston is not clear!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do uwnt to hide the subtotals/totals ??&lt;/P&gt;&lt;P&gt;or u want to hide the fields which u done subtotls???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;???????????????????????????????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193392#M760896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193393#M760897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply. But the question is how to dispaly it? how to pass it to field catalogue for grid display?&lt;/P&gt;&lt;P&gt;that I am not getting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/3193393#M760897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:19:07Z</dc:date>
    </item>
  </channel>
</rss>

