Hi Experts,
I have encountered one problem when I am going to execute MIGO tcode.When I want to GR for the PO then the dump has occured.
Error is that :::
Overflow for arithmetical operation (type P) in program "SAPLJ1IEX"
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_ARITHMETIC_OVERFLOW',
was neither
caught nor passed along using a RAISING clause, in the procedure
"J_1IEX_DEFAULT_EXCISE_DUTY" "(FUNCTION)"
.
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
An overflow has been determined in the current arithmetical operation
containing operands of type P. Possible causes include:
1. The results field of type P is to small and the result does not fit
into it.
places.
2. The result or partial result has more than 31 decimal places.
Please give me solution on that..