Hi gurus,
we have a dump while we try to convert a very big spool in pdf, the spool have 29406 pages.
DUMP INFO***************************************************************
Err. run-time COMPUTE_INT_PLUS_OVERFLOW
Eccez. CX_SY_ARITHMETIC_OVERFLOW
Progr. ABAP RSTXCPDF
Application Component BC-SRV-SCR
******************************************************************************
The dump occurred in line 2874 of RSTXCPDF:
ADD LEN TO CNV_CUR_BYTEOFS. "update total byte offset
Variable:
LEN = 16
CNV_CUR_BYTEOFS = 2147483646
the variable CNV_CUR_BYTEOFS is type I (-2,147,483,648 to +2,147,483,647)
Can anyone help me?
Regards
Alessio