SAP Knowledge Base Article - Preview

2419210 - Runtime Errors COMPUTE_INT_PLUS_OVERFLOW on the report SAPLSCCA

Symptom

After did a test run of a client copy, you try to chose the output of the Resource Analysis report; or when you run RSSPACECHECK to calculate the client size, you get the following error.

Overflow during the arithmetical operation (type P) inprogram "SAPLSCCA".

The following short dump is generated in ST22 too.

Category ABAP Programming Error
Runtime Errors COMPUTE_INT_PLUS_OVERFLOW
Except. CX_SY_ARITHMETIC_OVERFLOW
ABAP Program SAPLSCCA
Application Component BC-CTS-CCO
Date and Time <TimeStamp>

Short text

Whole number overflow on addition


What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLSCCA" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
......


Error analysis

An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
caught in
procedure "SCCR_CHECK_TABLESPACE_OTHERS" "(FUNCTION)", nor was it propagated by
a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
In the current program "SAPLSCCA",
using '+' or 'ADD' to add the values 2139224523 and 22237805 resulted in a
value greater than 2147483647 or smaller than -2147483648. This
leads to a whole number overflow.

Alternatively, the following short dump can occur:

Category               Installation Errors
Runtime Errors         DBIF_DSQL2_SQL_ERROR
Except.                CX_SY_NATIVE_SQL_ERROR
Date and Time         <TimeStamp>

Short text

SQL error 1455 occurred when executing Native SQL.

What happened?

The error 1455 occurred in the current database connection "DEFAULT".
Error Text of Database: "ORA-01455: converting column overflows integer datatype"
SQL Statement Responsible:"FETCH NEXT "


Read more...

Environment

SAP ABAP Based system

Product

SAP NetWeaver 7.0 ; SAP NetWeaver 7.1 ; SAP NetWeaver 7.2 ; SAP NetWeaver 7.3 ; SAP NetWeaver 7.4 ; SAP NetWeaver 7.5

Keywords

CX_SY_ARITHMETIC_OVERFLOW, COMPUTE_INT_PLUS_OVERFLOW, SAPLSCCA, RSSPACECHECK, client size, calculation, CONVT_OVERFLOW, DBIF_DSQL2_SQL_ERROR, client copy, test run , KBA , BC-CTS-CCO , Client Copy (For ByD issues select BC-TLM-CP) , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.