Symptom
Within SAP ERP 6.0 configured for Business Process Monitoring via SAP Solution Manager 7.1, it has been identified that BPM_DATA_COLLECTION jobs within the system are failing and shortdumps with the following details are occurring within transaction ST22:
Category ABAP Programming Error
Runtime Errors COMPUTE_INT_PLUS_OVERFLOW
Except. CX_SY_ARITHMETIC_OVERFLOW
ABAP Program /SSA/EIM
Application Component SV-SMG-SDD
Short Text
Integer overflow while adding (type I)
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW' and was not caught
in procedure
"SWFMON_CHECK_STATUS" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
The reason for the exception is:
In the running program "/SSA/EIM", the addition (operation '+' or 'ADD') of
the values 2147483097 and 18095 produced a value larger than 2147483647 or
smaller than -2147483648, which led to an integer overflow.
Information on where terminated
The termination occurred in ABAP program "/SSA/EIM", in "SWFMON_CHECK_STATUS".
The main program
was "/SSA/EXS".
In the source code, the termination point is in line 34053 of (Include)
program "/SSA/EIM".
Program "/SSA/EIM" was started as a background job.
Job name....... BPM_DATA_COLLECTION_1_100
Job initiator.. SMTMPSM
Job number...... 21024405
The termination is due to exception "CX_SY_ARITHMETIC_OVERFLOW" occurring in
procedure "SWFMON_CHECK_STATUS" "(FORM)".
This exception was not handled locally or declared in the RAISING
clause in the procedure's signature however.
The procedure is in program "/SSA/EIM ". The
source code begins in line 33888 of
(include) program "/SSA/EIM ".
Read more...
Environment
- SAP Solution Manager 7.1
- SAP ERP 6.0 with ST-A/PI 01S
Product
Keywords
SOLMAN, BPMON, BPO, BPA, BPIMP, /SSA/EIM, ALTER1 = ALTER1 + EV_DIFF1, Line 34053. , KBA , SV-SMG-MON-BPM-ANA , Analytics , SV-SMG-MON-BPM , Business Process Operations , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP ONE Support launchpad (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.