<?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: program dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937064#M1151590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you read the dump imstead of posting it here? the issue is right there if you can read that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. The result field of type P is too small for the result. 


2. The result or a intermediate result has more than 31 decimal places. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2008 23:09:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-08T23:09:09Z</dc:date>
    <item>
      <title>program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937063#M1151589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  i have used the below logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_kg LIKE afko-igmng,&lt;/P&gt;&lt;P&gt;g_total_to_store_mseg        LIKE afko-igmng,&lt;/P&gt;&lt;P&gt; menge TYPE zti_recipe_usage-menge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   l_kg = g_total_to_store_mseg * tbl_recipe_mseg-menge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam getting the below error in the dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; An exception occurred that is explained in detail below.                       &lt;/P&gt;&lt;P&gt; The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not &lt;/P&gt;&lt;P&gt;  caught in                                                                     &lt;/P&gt;&lt;P&gt; procedure "GET_KG_TO_STORE_MSEG" "(FORM)", nor was it propagated by a RAISING  &lt;/P&gt;&lt;P&gt;  clause.                                                                       &lt;/P&gt;&lt;P&gt; Since the caller of the procedure could not have anticipated that the          &lt;/P&gt;&lt;P&gt; exception would occur, the current program is terminated.                      &lt;/P&gt;&lt;P&gt; The reason for the exception is:                                               &lt;/P&gt;&lt;P&gt; An overflow was discovered in an ongoing arithmetical operation with           &lt;/P&gt;&lt;P&gt; operands of type P. Possible causes are:                                                                                &lt;/P&gt;&lt;P&gt;1. The result field of type P is too small for the result.                                                                                &lt;/P&gt;&lt;P&gt;2. The result or a intermediate result has more than 31 decimal places.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 23:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937063#M1151589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T23:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937064#M1151590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you read the dump imstead of posting it here? the issue is right there if you can read that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. The result field of type P is too small for the result. 


2. The result or a intermediate result has more than 31 decimal places. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 23:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937064#M1151590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T23:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937065#M1151591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i changes the result to type c 40 ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 23:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937065#M1151591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T23:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937066#M1151592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the type for your variable where you are trying to move the result, and try increasing the length by 2 bytes at a time,so if it is   length 7 type p decimals 2 change that to length 9 type p decimals 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 23:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937066#M1151592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T23:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937067#M1151593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam using the variable type AFKO-igmng type  Q length 13 decimals 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in the program iam getting the result with more than 31 decimal places can i declare it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type f length 50 ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 00:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937067#M1151593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T00:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937068#M1151594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont you try yourself first? try with lenght 15, decimals 3 and see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 00:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/4937068#M1151594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T00:33:04Z</dc:date>
    </item>
  </channel>
</rss>

