2011 Jul 22 10:43 AM
Hi,
we are getting the following error while trying to display gantt chart in CN41N Tcode.
A calculation field is defined too small.
The current ABAP program "FCNGR000" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
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 "GET_WORKAREA" "(FORM)", 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:
A value generated during processing is too large for the
field "ALL_OBJ-VDAUER" of the program "FCNGR000".
any suggestion.please.
nazi.
Hi,
we are getting the following error while trying to display gantt chart in CN41N Tcode.
A calculation field is defined too small.
The current ABAP program "FCNGR000" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
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 "GET_WORKAREA" "(FORM)", 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:
A value generated during processing is too large for the
field "ALL_OBJ-VDAUER" of the program "FCNGR000".
any suggestion.please.
nazi.
2011 Jul 27 9:03 PM
Should be rather obvious? The domain for VDAUER is Dec 10,1. The dump would suggest that you've getting a value for VDAUER that's more than 10 digits long?
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |