Skip to Content
0
Former Member
Jun 10, 2009 at 06:32 AM

Payroll simulation short dump

76 Views

While running simulation payroll I am getting Abap dump.

I pasted the complete dump which is shown to me

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 "FUINS88" "(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 "S80-CONMT" of the program "HINCALC0".

How to correct the error

It may be possible to divide the current process into

smaller units, so that only smaller values occur.

Otherwise, as a long-term solution, define the field "S80-CONMT"

larger.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"BCD_FIELD_OVERFLOW" "CX_SY_CONVERSION_OVERFLOW"

"HINCALC0" or "PCSECIN1"

"FUINS88"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".