<?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 Overflow during arithmetic operation rutime error occured while excecuting Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-during-arithmetic-operation-rutime-error-occured-while-excecuting/m-p/12263777#M1987265</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;when i am run the Smartform i getting runtime error as "overflow during an arithmetic operation (type p)". After that i started debugging where run time error shown at this loop " LOOP AT IT_VBAP INTO WA_VBAP FROM 9000015084 TO 9000015092" after that i deleted that loop and created a new loop even though the error was shown in previous loop which i was deleted .Can you please help me to find out this .&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2020 09:37:22 GMT</pubDate>
    <dc:creator>former_member612655</dc:creator>
    <dc:date>2020-10-31T09:37:22Z</dc:date>
    <item>
      <title>Overflow during arithmetic operation rutime error occured while excecuting Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-during-arithmetic-operation-rutime-error-occured-while-excecuting/m-p/12263777#M1987265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;when i am run the Smartform i getting runtime error as "overflow during an arithmetic operation (type p)". After that i started debugging where run time error shown at this loop " LOOP AT IT_VBAP INTO WA_VBAP FROM 9000015084 TO 9000015092" after that i deleted that loop and created a new loop even though the error was shown in previous loop which i was deleted .Can you please help me to find out this .&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 09:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-during-arithmetic-operation-rutime-error-occured-while-excecuting/m-p/12263777#M1987265</guid>
      <dc:creator>former_member612655</dc:creator>
      <dc:date>2020-10-31T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overflow during arithmetic operation rutime error occured while excecuting Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-during-arithmetic-operation-rutime-error-occured-while-excecuting/m-p/12263778#M1987266</link>
      <description>&lt;P&gt;This ABAP code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT IT_VBAP INTO WA_VBAP FROM 9000015084 TO 9000015092.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;means that you loop from line number 9,000,015,084 to line number 9,000,015,092.&lt;/P&gt;&lt;P&gt;It's virtually impossible because an internal table may contain a maximum of 2,148,000,000 lines (approximately), hence the run time error.&lt;/P&gt;&lt;P&gt;Probably you want to use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT IT_VBAP INTO WA_VBAP
    WHERE vbeln BETWEEN '9000015084' AND '9000015092'.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 31 Oct 2020 14:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overflow-during-arithmetic-operation-rutime-error-occured-while-excecuting/m-p/12263778#M1987266</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-10-31T14:24:56Z</dc:date>
    </item>
  </channel>
</rss>

