<?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 Get Full Marks!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760869#M904797</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;&lt;/P&gt;&lt;P&gt;     I am having a quantity field in my table control display....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my reqirement is to get sum of that field in the last row of the table control......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     f1:        f2:      f3:     f4:    f5:&lt;/P&gt;&lt;P&gt;  aaa      abc      003     x   1000 &lt;/P&gt;&lt;P&gt;  bbb      def       004     x   2000&lt;/P&gt;&lt;P&gt;  ccc      ghi       098     x   3000&lt;/P&gt;&lt;P&gt;  ddd        -        321     x   4000&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------" /&gt;&lt;P&gt;                                        10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now iam have been completed coding part of above table control exept that '9000'....&lt;/P&gt;&lt;P&gt;How to get it and where i need to write code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naveen Inuganti on Apr 29, 2008 1:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 07:25:01 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2008-04-29T07:25:01Z</dc:date>
    <item>
      <title>Get Full Marks!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760869#M904797</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;&lt;/P&gt;&lt;P&gt;     I am having a quantity field in my table control display....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my reqirement is to get sum of that field in the last row of the table control......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     f1:        f2:      f3:     f4:    f5:&lt;/P&gt;&lt;P&gt;  aaa      abc      003     x   1000 &lt;/P&gt;&lt;P&gt;  bbb      def       004     x   2000&lt;/P&gt;&lt;P&gt;  ccc      ghi       098     x   3000&lt;/P&gt;&lt;P&gt;  ddd        -        321     x   4000&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------" /&gt;&lt;P&gt;                                        10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now iam have been completed coding part of above table control exept that '9000'....&lt;/P&gt;&lt;P&gt;How to get it and where i need to write code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naveen Inuganti on Apr 29, 2008 1:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 07:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760869#M904797</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-29T07:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Marks!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760870#M904798</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;create one field in screen at above/below of table control. write code in PBO module for do sum and stroe into field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;write this code in PBO module and add wa_total field in screen.don't try to add record in itab. because That method is something tough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_total.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;wa_total = wa_total + itab-f5.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward, if useful.&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760870#M904798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Marks!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760871#M904799</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;Before coming into the screen, you need to loop at internal table. At last sum. This command will sum all the values. Insert this sum as last row of the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From here everytime the screen is refreshed with new values, you need to delete the last row of the internal table, do a sum at last and insert new record at last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;S. Chandra Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 08:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-full-marks/m-p/3760871#M904799</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2008-04-29T08:25:20Z</dc:date>
    </item>
  </channel>
</rss>

