<?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: error while calculating total in alv list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182465#M757706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;colsely look at the field names and the values being based to field catalog...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2007 18:19:28 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2007-12-15T18:19:28Z</dc:date>
    <item>
      <title>error while calculating total in alv list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182461#M757702</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;               I have a an ALV list report with some fields like material no, qty,vendor ,price etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am trying to use summassion icon for calculating the total of qty.&lt;/P&gt;&lt;P&gt;it is throwing an information message that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" The field Quantity cannot be totalled because of field overflow"&lt;/P&gt;&lt;P&gt;what shall i do for this. why it is happening like this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 09:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182461#M757702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while calculating total in alv list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182462#M757703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know hw much it is useful to you but i am giving my idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in your list hw many records or there? and ur saying it is showing error as  field overflow  may be the total length (no of chacters)  size is greater than the actual  field length thats why it is showing such kind of error.suppose if your field leng is 13 chacters and after the sum it may increased to 15 chacters thats why it may showing that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to display only 5-10 records in the alv list and try to do sum and check it is giving the same error or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sunil kairam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 10:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182462#M757703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T10:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: error while calculating total in alv list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182463#M757704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think it should not go for dump.Please delete the FM from your program and call again,&lt;/P&gt;&lt;P&gt;This is my may work&lt;/P&gt;&lt;P&gt;As i did it many times and please check the field catlog once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 13:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182463#M757704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: error while calculating total in alv list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182464#M757705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manikandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should have related your quantity field to a unit field. This can be done in fieldcatalog or in dictionary structure if you use one for display. Then you have separate sums for each unit key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sum of all values will be stored in a field with same technical characteristics as the single value field. So you may declare the quantity field longer. Or sort the tzable by quantities and see one or more too big quantities - Some people love it for testing...&lt;/P&gt;&lt;P&gt;You can filter them and everything is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 16:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182464#M757705</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-12-15T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: error while calculating total in alv list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182465#M757706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;colsely look at the field names and the values being based to field catalog...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 18:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-total-in-alv-list/m-p/3182465#M757706</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-15T18:19:28Z</dc:date>
    </item>
  </channel>
</rss>

