Hi All,
I am getting the following dump when it try to print the invoice from VF03,
Runtime Errors | CONVT_OVERFLOW |
Exception | CX_SY_CONVERSION_OVERFLOW |
Date and Time | 10.09.2013 12:13:58 |
Short text
Overflow when converting from "5.50295e+11"
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLWMTO" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not
caught in
procedure "CURRENCY_AMOUNT_SAP_TO_DISPLAY" "(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:
When attempting to convert the value "5.50295e+11", an overflow occurred.
Plz help me on this.
Regards,
Venkata