cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Pay issue

Former Member
0 Kudos

Hi All,

Getting this error:-

When givein Non standard salary getting the above error---i.e. when giving £14000 pound as monthly salary while running payroll it is showing DUMP.

CASE calcop. "SF: Reihenfolge geändert (Tuning).

WHEN '='. arith1 = arith2.

WHEN '?'. PERFORM vergleich USING arith1 arith2.

WHEN '+'. arith1 = arith1 + arith2.

WHEN '-'. arith1 = arith1 - arith2.

WHEN '*'. arith1 = arith1 * arith2. “ when you multiply these huge amounts and place it in the arith1, its limit (arith1) is exceeding that’s y its giving this error.

WHEN '/'.

IF arith2 = 0.

Please suggest.

Regards

Sonu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Sonu,

Declare arith1 as:

Data arith1(20) type n.

Lokesh

Pls. reward if it helps