Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP DUMP WHEN Executing GANTT CHART IN CN41N TCODE

Former Member
478

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.

1 REPLY 1
Read only

Former Member
0 Likes
424

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?