Skip to Content
0
Former Member
Jul 22, 2008 at 05:56 AM

abap dump

120 Views

Hi

HR program going to dump

error is

Short text
    A calculation field is defined too small.

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 "%_GET_PERNR" "(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 "TIME-AS57" of the program "ZPLS0050".

Program terminated at

         WHEN 'AS57'.
 MOVE P2001-STDAZ TO TIME-AS57

data declaration

AS57(3) TYPE P DECIMALS 2,

Pls advise me