<?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: ALV GRID Do_Sum in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477455#M1060263</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 cfieldname option in fieldcatelog structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldcatalog-fieldname   = 'WRBTR'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME   = 'BSEG'.&lt;/P&gt;&lt;P&gt;   fieldcatalog-seltext_l   = 'TRANSACTION CURRRENCY'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 17.&lt;/P&gt;&lt;P&gt;   fieldcatalog-cfieldname   = 'WAERS'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-do_sum   = 'X'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2008 05:26:20 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-09-18T05:26:20Z</dc:date>
    <item>
      <title>ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477451#M1060259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a zreport where i have used ALV Grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV grid we can display the sum of the columns. Now in a column we are displaying amount in document currency and the document currency can be different for every transaction for a single customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to dispaly the sum for different currencies separately at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do it.&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;Regards&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477451#M1060259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477452#M1060260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps answer is in your subject line &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477452#M1060260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477453#M1060261</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 need to have a field for different currencies then you include that field in your fieldcatalog so that you can include fieldcatalog-do_sum='X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477453#M1060261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477454#M1060262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that but the suppose i have the entries as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AMT       Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000       GHC&lt;/P&gt;&lt;P&gt;2000        USD&lt;/P&gt;&lt;P&gt;12000       GHC&lt;/P&gt;&lt;P&gt;9000        USD&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13000      GHC&lt;/P&gt;&lt;P&gt;11000      USD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can show the sum as mentioned above?&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;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477454#M1060262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477455#M1060263</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 cfieldname option in fieldcatelog structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldcatalog-fieldname   = 'WRBTR'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME   = 'BSEG'.&lt;/P&gt;&lt;P&gt;   fieldcatalog-seltext_l   = 'TRANSACTION CURRRENCY'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 17.&lt;/P&gt;&lt;P&gt;   fieldcatalog-cfieldname   = 'WAERS'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-do_sum   = 'X'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477455#M1060263</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-09-18T05:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477456#M1060264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this program BALVST02_GRID , i am not sure why you are not getting. you are doing some thing wrong in that case...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477456#M1060264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Do_Sum</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477457#M1060265</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;Thank you very much for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pointa are assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-do-sum/m-p/4477457#M1060265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:50:42Z</dc:date>
    </item>
  </channel>
</rss>

