<?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: Overflow for arithmetical operation (type P) in program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100757#M437952</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;Are you doing any other calculation for field MNG02 in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a small program with the field and values you have mentioned and it gave me the result 13.75 and no short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When short dump occurs, it shows at which line it has occured. Is it showing that the shortdump has occurs on the line you are talking about here or it is somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when shortdump occurs, it shows a "debugging" button at the top. Hit that button and it will show you exactly where the short dump has occured. What ever this statement is, check what are the values of different variables here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check all these and you might get the answer. Let me know if you still have problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Apr 2007 04:40:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-01T04:40:57Z</dc:date>
    <item>
      <title>Overflow for arithmetical operation (type P) in program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100756#M437951</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;&lt;/P&gt;&lt;P&gt;I had developed a report for showing total receipt and issues and confirmed issue.&lt;/P&gt;&lt;P&gt;of PQ.&lt;/P&gt;&lt;P&gt;For all the plant is running fine but only for one plant 2050 its going into dump and error is "Overflow for arithmetical operation (type P) in program." and the code line is &lt;/P&gt;&lt;P&gt; T_EKET-MNG02 = T_EKET-MNG02 * ( t_mdbs-umrez / t_mdbs-umren ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MNG02 IS OF TYPE  Data : "Quan", length =13 , decimal = 3.&lt;/P&gt;&lt;P&gt;initially : value in Mng02 is =  10       and ratio is 11/8 = 1.375&lt;/P&gt;&lt;P&gt;              and in the debugging the value is   10*1.375 = 13.75&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but... when i am executing it .. its going into dump and after again checking the MNG02 is showing valude --9765133613.881  and the above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do.... &lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will award the points for every help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 04:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100756#M437951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T04:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Overflow for arithmetical operation (type P) in program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100757#M437952</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;Are you doing any other calculation for field MNG02 in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a small program with the field and values you have mentioned and it gave me the result 13.75 and no short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When short dump occurs, it shows at which line it has occured. Is it showing that the shortdump has occurs on the line you are talking about here or it is somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when shortdump occurs, it shows a "debugging" button at the top. Hit that button and it will show you exactly where the short dump has occured. What ever this statement is, check what are the values of different variables here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check all these and you might get the answer. Let me know if you still have problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 04:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100757#M437952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T04:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Overflow for arithmetical operation (type P) in program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100758#M437953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont know it will solve your issue or not? just decalare T_EKET-MNG02  as a character field (it will calculate the value) and put the tick in fixed point arithmetic in your report attribute...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 04:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-for-arithmetical-operation-type-p-in-program/m-p/2100758#M437953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T04:42:41Z</dc:date>
    </item>
  </channel>
</rss>

