<?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: getting dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894271#M934913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run the report once again and you will get the dump in the application tool bar you have option debugging.&lt;/P&gt;&lt;P&gt;press that button and the cursor will stop there where the dump is coming.&lt;/P&gt;&lt;P&gt;Place the break point top to that statement.&lt;/P&gt;&lt;P&gt;and save.&lt;/P&gt;&lt;P&gt;Then execute the same program again and the execution stops over there where you have set the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And analyse the same why it is givng the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 08:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T08:37:58Z</dc:date>
    <item>
      <title>getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894265#M934907</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;When I am executing the report I am getting the below error , How do i correct that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Overflow for arithmetical operation (type P) in program"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894265#M934907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894266#M934908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Increase the length of the variable(Type P).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894266#M934908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894267#M934909</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;Overflow for arithmetical operation (type P) in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this error U need to increase the the length of the variable of type p.&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;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894267#M934909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894268#M934910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the length of the variable for which UR getting DUMP  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use ... &lt;/P&gt;&lt;P&gt;data : v_data type WERT12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894268#M934910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894269#M934911</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;   The calculated value is overflow its size limit, which means if you declared a variable with length 8 and the calculated value has 12 digits in that then this kind of error should raise. So check your dump analysis where exactly you will get dump and also check the declaration part for that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894269#M934911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894270#M934912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got it ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are doing some mathamatical operation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you are storing result into variable. That variable is not capable to hold that value that's why you are getting dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change data type length to make it capable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give rewards if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894270#M934912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894271#M934913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run the report once again and you will get the dump in the application tool bar you have option debugging.&lt;/P&gt;&lt;P&gt;press that button and the cursor will stop there where the dump is coming.&lt;/P&gt;&lt;P&gt;Place the break point top to that statement.&lt;/P&gt;&lt;P&gt;and save.&lt;/P&gt;&lt;P&gt;Then execute the same program again and the execution stops over there where you have set the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And analyse the same why it is givng the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump/m-p/3894271#M934913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:37:58Z</dc:date>
    </item>
  </channel>
</rss>

