<?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: Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209219#M765082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi Hector,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Just for Information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I was facing the same issue and Note 751626 helped me resolve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dhaneshwari&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 10:41:58 GMT</pubDate>
    <dc:creator>dhaneshwari_pareek</dc:creator>
    <dc:date>2014-12-11T10:41:58Z</dc:date>
    <item>
      <title>Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209215#M765078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts:&lt;/P&gt;&lt;P&gt;    When I execute a program which was developed by ours ABAPer, the runtime error will happen.&lt;/P&gt;&lt;P&gt;The detail error information as follows (error happens in program "LSTXBCTB3" at 010730):&lt;/P&gt;&lt;P&gt;Runtime Errors         COMPUTE_INT_MINUS_OVERFLOW&lt;/P&gt;&lt;P&gt;Exception              CX_SY_ARITHMETIC_OVERFLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;010640       endloop.&lt;/P&gt;&lt;P&gt;010650       if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;010660         append l_otfline to l_lastinfo.&lt;/P&gt;&lt;P&gt;010670       endif.&lt;/P&gt;&lt;P&gt;010680   * get corrected value for l_blockpos: should be the position&lt;/P&gt;&lt;P&gt;010690   * set by the command of 'positioning' (last in the block).&lt;/P&gt;&lt;P&gt;010700&lt;/P&gt;&lt;P&gt;010710   * look for 'last' ST command&lt;/P&gt;&lt;P&gt;010720       l_index = l_blockend.&lt;/P&gt;&lt;P&gt;010730       while l_flag eq c_true.&lt;/P&gt;&lt;P&gt;     &amp;gt;         l_index = l_index - 1.&lt;/P&gt;&lt;P&gt;010750         read table p_cell_otf into l_otfline index l_index.&lt;/P&gt;&lt;P&gt;010760         if l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_codepage    and&lt;/P&gt;&lt;P&gt;010770            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_call_font   and&lt;/P&gt;&lt;P&gt;010780            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_space_width and&lt;/P&gt;&lt;P&gt;010790            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_uline       and&lt;/P&gt;&lt;P&gt;010800            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_color_text  and&lt;/P&gt;&lt;P&gt;010810            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_move_to     and&lt;/P&gt;&lt;P&gt;010820            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_md_after_par.&lt;/P&gt;&lt;P&gt;010830&lt;/P&gt;&lt;P&gt;010840            l_flag = c_false.&lt;/P&gt;&lt;P&gt;010850          endif.&lt;/P&gt;&lt;P&gt;010860       endwhile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who can help me to solve the problem? Thanks a million!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guo Qing Wu on Dec 17, 2007 8:49 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guo Qing Wu on Dec 17, 2007 8:54 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guo Qing Wu on Dec 17, 2007 8:55 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guo Qing Wu on Dec 17, 2007 8:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209215#M765078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209216#M765079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guo Qing Wu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it looks like an endless while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition to set l_flag to c_false should end the WHILE LOOP. But the condition is not fulfilled. Seriously: if l_otfline-tdprintcom pc_id_codepage does not look like valid condition syntax. Also, the statement read table p_cell_otf into l_otfline index l_index should cause a dump as soon as l_index is set to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further analysis, we need full source code and more information from the dump (e.g. selected fields values).&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 08:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209216#M765079</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-12-17T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209217#M765080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_ARITHMETIC_OVERFLOW',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt; "TAB_SPLIT_CELL" "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;In the current program "SAPLSTXBC ", subtracting the number 1 from&lt;/P&gt;&lt;P&gt;the number "-2147483648" (using the operation - or 'SUBTRACT') resulted&lt;/P&gt;&lt;P&gt;in a value either greater than 2147483647 or smaller than&lt;/P&gt;&lt;P&gt;-2147483648. This results in a whole number overflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure&lt;/P&gt;&lt;P&gt; "TAB_SPLIT_CELL"&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:&lt;/P&gt;&lt;P&gt;You may be able to split the process into separate components, so that&lt;/P&gt;&lt;P&gt;the values generated are smaller.&lt;/P&gt;&lt;P&gt;If the error occurred in one of your own programs or in an SAP program&lt;/P&gt;&lt;P&gt;that you modified, try to correct it yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the&lt;/P&gt;&lt;P&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;   To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;   and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;   part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Release.............. "620"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application server....... "yihai-appl1"&lt;/P&gt;&lt;P&gt;Network address.......... "10.10.10.161"&lt;/P&gt;&lt;P&gt;Operating system......... "Windows NT"&lt;/P&gt;&lt;P&gt;Release.................. "5.2"&lt;/P&gt;&lt;P&gt;Hardware type............ "4x Intel 80686"&lt;/P&gt;&lt;P&gt;Character length......... 8 Bits&lt;/P&gt;&lt;P&gt;Pointer length........... 32 Bits&lt;/P&gt;&lt;P&gt;Work process number...... 4&lt;/P&gt;&lt;P&gt;Short dump setting....... "full"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database server.......... "DB-YIHAI"&lt;/P&gt;&lt;P&gt;Database type............ "MSSQL"&lt;/P&gt;&lt;P&gt;Database name............ "PRD"&lt;/P&gt;&lt;P&gt;Database owner........... "prd"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character set............ "Chinese_CHN.936"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP kernel............... "620"&lt;/P&gt;&lt;P&gt;Created on............... "Dec 19 2004 22:59:44"&lt;/P&gt;&lt;P&gt;Created in............... "NT 5.0 2195 Service Pack 2 x86 MS VC++ 12.00"&lt;/P&gt;&lt;P&gt;Database version......... "SQL_Server_7.00 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patch level.............. "1773"&lt;/P&gt;&lt;P&gt;Patch text............... " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supported environment....&lt;/P&gt;&lt;P&gt;Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"&lt;/P&gt;&lt;P&gt;SAP database version..... "620"&lt;/P&gt;&lt;P&gt;Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client.............. 888&lt;/P&gt;&lt;P&gt;User................ "ZHANGLUWEI"&lt;/P&gt;&lt;P&gt;Language key........ 1&lt;/P&gt;&lt;P&gt;Transaction......... "ZSD136 "&lt;/P&gt;&lt;P&gt;Program............. "SAPLSTXBC "&lt;/P&gt;&lt;P&gt;Screen.............. "ZDIA_SD_KERRY_DO 0601"&lt;/P&gt;&lt;P&gt;Screen line......... 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPLSTXBC " in "TAB_SPLIT_CELL".&lt;/P&gt;&lt;P&gt;The main program was "ZDIA_SD_KERRY_DO ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 1074 of the source code of the (Include)&lt;/P&gt;&lt;P&gt; program "LSTXBCTB3 "&lt;/P&gt;&lt;P&gt;of the source code of program "LSTXBCTB3 " (when calling the editor 10740).&lt;/P&gt;&lt;P&gt;Processing was terminated because the exception "CX_SY_ARITHMETIC_OVERFLOW"&lt;/P&gt;&lt;P&gt; occurred in the&lt;/P&gt;&lt;P&gt;procedure "TAB_SPLIT_CELL" "(FORM)" but was not handled locally, not declared&lt;/P&gt;&lt;P&gt; in the&lt;/P&gt;&lt;P&gt;RAISING clause of the procedure.&lt;/P&gt;&lt;P&gt;The procedure is in the program "SAPLSTXBC ". Its source code starts in line&lt;/P&gt;&lt;P&gt; 897&lt;/P&gt;&lt;P&gt;of the (Include) program "LSTXBCTB3 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;010440             append l_otfline to l_lastinfo.&lt;/P&gt;&lt;P&gt;010450             exit.&lt;/P&gt;&lt;P&gt;010460           endif.&lt;/P&gt;&lt;P&gt;010470           if l_otfline-tdprintcom = pc_id_call_font.&lt;/P&gt;&lt;P&gt;010480             exit.&lt;/P&gt;&lt;P&gt;010490           endif.&lt;/P&gt;&lt;P&gt;010500         endloop.&lt;/P&gt;&lt;P&gt;010510       endif.&lt;/P&gt;&lt;P&gt;010520   *   find last UL command&lt;/P&gt;&lt;P&gt;010530       loop at p_cell_otf into  l_otfline&lt;/P&gt;&lt;P&gt;010540                          to    l_blockend&lt;/P&gt;&lt;P&gt;010550                          where tdprintcom = pc_id_uline.&lt;/P&gt;&lt;P&gt;010560       endloop.&lt;/P&gt;&lt;P&gt;010570       if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;010580         append l_otfline to l_lastinfo.&lt;/P&gt;&lt;P&gt;010590       endif.&lt;/P&gt;&lt;P&gt;010600   *   find last CT command&lt;/P&gt;&lt;P&gt;010610       loop at p_cell_otf into  l_otfline&lt;/P&gt;&lt;P&gt;010620                          to    l_blockend&lt;/P&gt;&lt;P&gt;010630                          where tdprintcom = pc_id_color_text.&lt;/P&gt;&lt;P&gt;010640       endloop.&lt;/P&gt;&lt;P&gt;010650       if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;010660         append l_otfline to l_lastinfo.&lt;/P&gt;&lt;P&gt;010670       endif.&lt;/P&gt;&lt;P&gt;010680   * get corrected value for l_blockpos: should be the position&lt;/P&gt;&lt;P&gt;010690   * set by the command of 'positioning' (last in the block).&lt;/P&gt;&lt;P&gt;010700&lt;/P&gt;&lt;P&gt;010710   * look for 'last' ST command&lt;/P&gt;&lt;P&gt;010720       l_index = l_blockend.&lt;/P&gt;&lt;P&gt;010730       while l_flag eq c_true.&lt;/P&gt;&lt;P&gt;     &amp;gt;         l_index = l_index - 1.&lt;/P&gt;&lt;P&gt;010750         read table p_cell_otf into l_otfline index l_index.&lt;/P&gt;&lt;P&gt;010760         if l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_codepage    and&lt;/P&gt;&lt;P&gt;010770            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_call_font   and&lt;/P&gt;&lt;P&gt;010780            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_space_width and&lt;/P&gt;&lt;P&gt;010790            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_uline       and&lt;/P&gt;&lt;P&gt;010800            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_color_text  and&lt;/P&gt;&lt;P&gt;010810            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_move_to     and&lt;/P&gt;&lt;P&gt;010820            l_otfline-tdprintcom &amp;lt;&amp;gt; pc_id_md_after_par.&lt;/P&gt;&lt;P&gt;010830&lt;/P&gt;&lt;P&gt;010840            l_flag = c_false.&lt;/P&gt;&lt;P&gt;010850          endif.&lt;/P&gt;&lt;P&gt;010860       endwhile.&lt;/P&gt;&lt;P&gt;010870&lt;/P&gt;&lt;P&gt;010880       if l_otfline-tdprintcom = pc_id_string.&lt;/P&gt;&lt;P&gt;010890   *   find last MT or MB command&lt;/P&gt;&lt;P&gt;010900         loop at p_cell_otf into l_otfline&lt;/P&gt;&lt;P&gt;010910                            to l_index&lt;/P&gt;&lt;P&gt;010920                            where tdprintcom = pc_id_move_to or&lt;/P&gt;&lt;P&gt;010930                                  tdprintcom = pc_id_md_after_par.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of system fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY field contents..................... SY field contents.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC 4                             SY-INDEX -2147483641&lt;/P&gt;&lt;P&gt;SY-TABIX 0                             SY-DBCNT 0&lt;/P&gt;&lt;P&gt;SY-FDPOS 3                             SY-LSIND 0&lt;/P&gt;&lt;P&gt;SY-PAGNO 0                             SY-LINNO 1&lt;/P&gt;&lt;P&gt;SY-COLNO 1                             SY-PFKEY MAIN2000&lt;/P&gt;&lt;P&gt;SY-UCOMM PREV                          SY-TITLE KerryÒÔ¶Ô·½Îª×¼·½°¸ÊµÏÖ&lt;/P&gt;&lt;P&gt;SY-MSGTY                               SY-MSGID&lt;/P&gt;&lt;P&gt;SY-MSGNO 000                           SY-MSGV1&lt;/P&gt;&lt;P&gt;SY-MSGV2                               SY-MSGV3&lt;/P&gt;&lt;P&gt;SY-MSGV4&lt;/P&gt;&lt;P&gt;Active calls / events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No.... Type........ Name..........................&lt;/P&gt;&lt;P&gt;       Program&lt;/P&gt;&lt;P&gt;       Include                                  Line&lt;/P&gt;&lt;P&gt;       Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    17 FORM         TAB_SPLIT_CELL&lt;/P&gt;&lt;P&gt;       SAPLSTXBC&lt;/P&gt;&lt;P&gt;       LSTXBCTB3                                 1074&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    16 FORM         TAB_SPLIT_LINE_OTF&lt;/P&gt;&lt;P&gt;       SAPLSTXBC&lt;/P&gt;&lt;P&gt;       LSTXBCTB3                                  681&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    15 FORM         TAB_END_ROW&lt;/P&gt;&lt;P&gt;       SAPLSTXBC&lt;/P&gt;&lt;P&gt;       LSTXBCTB2                                  510&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    14 FORM         TAB_ROW_END&lt;/P&gt;&lt;P&gt;       SAPLSTXBC&lt;/P&gt;&lt;P&gt;       LSTXBCTB2                                  109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    13 FUNCTION     SSFCOMP_TABLE_ROW_END&lt;/P&gt;&lt;P&gt;       SAPLSTXBC&lt;/P&gt;&lt;P&gt;       LSTXBCU44                                    9&lt;/P&gt;&lt;P&gt; 12 FORM         %EV2&lt;/P&gt;&lt;P&gt;    /1BCDWB/SAPLSF00000039&lt;/P&gt;&lt;P&gt;    /1BCDWB/LSF00000039F01                    1133&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 11 FORM         %WI3_BODY&lt;/P&gt;&lt;P&gt;    /1BCDWB/SAPLSF00000039&lt;/P&gt;&lt;P&gt;    /1BCDWB/LSF00000039F01                     688&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 10 FORM         %WI3&lt;/P&gt;&lt;P&gt;    /1BCDWB/SAPLSF00000039&lt;/P&gt;&lt;P&gt;    /1BCDWB/LSF00000039F01                     645&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  9 FORM         CALLBACK&lt;/P&gt;&lt;P&gt;    SAPLSTXBC&lt;/P&gt;&lt;P&gt;    LSTXBCFDC                                  258&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  8 FORM         PROCESS_PAGES&lt;/P&gt;&lt;P&gt;    SAPLSTXBC&lt;/P&gt;&lt;P&gt;    LSTXBCFDC                                  220&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  7 FUNCTION     SSFCOMP_PROCESS_DOCUMENT&lt;/P&gt;&lt;P&gt;    SAPLSTXBC&lt;/P&gt;&lt;P&gt;    LSTXBCU03                                  106&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  6 FUNCTION     /1BCDWB/SF00000039&lt;/P&gt;&lt;P&gt;    /1BCDWB/SAPLSF00000039&lt;/P&gt;&lt;P&gt;    /1BCDWB/LSF00000039U01                     375&lt;/P&gt;&lt;P&gt;  5 FORM         SMART_PRINT&lt;/P&gt;&lt;P&gt;    ZDIA_SD_KERRY_DO&lt;/P&gt;&lt;P&gt;    ZINC_SD_KERRY_DO_0601                      168&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  4 MODULE (PAI) TC_0601_USER_COMMAND&lt;/P&gt;&lt;P&gt;    ZDIA_SD_KERRY_DO&lt;/P&gt;&lt;P&gt;    ZINC_SD_KERRY_DO_0601                       87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  3 FORM         LOAD_DO_NO61&lt;/P&gt;&lt;P&gt;    ZDIA_SD_KERRY_DO&lt;/P&gt;&lt;P&gt;    ZINC_SD_KERRY_DO_0601                       51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2 MODULE (PAI) PAI_2000&lt;/P&gt;&lt;P&gt;    ZDIA_SD_KERRY_DO&lt;/P&gt;&lt;P&gt;    ZINC_SD_KERRY_DO_MAIN                      533&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1 EVENT        END-OF-SELECTION&lt;/P&gt;&lt;P&gt;    ZDIA_SD_KERRY_DO&lt;/P&gt;&lt;P&gt;    ZINC_SD_KERRY_DO_MAIN                       34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sen variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 17 FORM         TAB_SPLIT_CELL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it enough? Thanks a lot for your great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 08:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209217#M765080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T08:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209218#M765081</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;I have the same case, I searched the site Sap any notes relevant to correct this dump, but there is no note regarding this case, someone of you has had any similar case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Héctor Juárez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 17:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209218#M765081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-30T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: COMPUTE_INT_MINUS_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209219#M765082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi Hector,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Just for Information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I was facing the same issue and Note 751626 helped me resolve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dhaneshwari&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-compute-int-minus-overflow/m-p/3209219#M765082</guid>
      <dc:creator>dhaneshwari_pareek</dc:creator>
      <dc:date>2014-12-11T10:41:58Z</dc:date>
    </item>
  </channel>
</rss>

