<?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: Short Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788560#M650353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSID-DMBTR is 13 + 2 decimal places in total (15 + 1 =16). Counter or amount field with decimal point, sign and comma for thousands we use DEC field . A DEC field may have a maximum of 31 places. Since the number of data's are large the addition of all these is more than the field can take. You can convert this into character format and do the addition and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mallick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 11:35:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T11:35:21Z</dc:date>
    <item>
      <title>Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788554#M650347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared a variable as BSID-DMBTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stucked up with this below short dump message,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;An overflow has been determined in the current arithmetical operation   &lt;/P&gt;&lt;P&gt;containing operands of type P. Possible causes include:                 &lt;/P&gt;&lt;P&gt;1.  The results field of type P is to small and the result does not fit &lt;/P&gt;&lt;P&gt;    into it.                                                            &lt;/P&gt;&lt;P&gt;    places.                                                             &lt;/P&gt;&lt;P&gt;2.  The result or partial result has more than 31 decimal places.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent declared any P type variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's this 31 decimal places stands for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help to rectify this issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788554#M650347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788555#M650348</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;BSID-DMBTR is a CURR ( TYPE p) Field with 2 Decimal places)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever there is overflow in Arithmetic Operations you will get this error.&lt;/P&gt;&lt;P&gt;And Type P field will support max of 31 Decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Debug your code to fix this problem and Declare your Variable accordingly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788555#M650348</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-13T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788556#M650349</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;DBMTR is of 13 curr and 2 decimals &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check other fields which you are passing to it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be of more length &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788556#M650349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788557#M650350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;DMBTR is of type currency, it has 2 decimal places.&lt;/P&gt;&lt;P&gt;try putting a break point before the transfer of value to your variable,&lt;/P&gt;&lt;P&gt;it could give you some clues..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788557#M650350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788558#M650351</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 may need to define the result field to be larger, if it is still&lt;/P&gt;&lt;P&gt;possible to do so.&lt;/P&gt;&lt;P&gt;It may be possible to split the current process so that only smaller&lt;/P&gt;&lt;P&gt;values occur.&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788558#M650351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788559#M650352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case move the value first to a char field of type c lenght 50 . so this will accomodate ur big value . then finaly move the big value to ur final field in which u want to fetch it i.e  BSID-DMBTR . so in this case it wont give a dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rohit &lt;/P&gt;&lt;P&gt;Reward if helpful ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788559#M650352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788560#M650353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSID-DMBTR is 13 + 2 decimal places in total (15 + 1 =16). Counter or amount field with decimal point, sign and comma for thousands we use DEC field . A DEC field may have a maximum of 31 places. Since the number of data's are large the addition of all these is more than the field can take. You can convert this into character format and do the addition and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mallick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788560#M650353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788561#M650354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 15:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/2788561#M650354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T15:52:04Z</dc:date>
    </item>
  </channel>
</rss>

