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

Overflow Error - Type P

Former Member
0 Likes
570

In the Portal, we're running Enteprise Compensation Management with EHP4. For some Employees, we get an error that reads 'Overflow during the arithmetical operation (type P) in program SAPLZECM. Any idea what causes this error?

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
474

Over floe occurs when the ranges of an given data type is exceeded, just check the value that are getting populated into this variable, if it is getting derived then check the other values as well.

e.g. a = b / c

Check b & c value also.

Read only

Clemenss
Active Contributor
0 Likes
474

Hi tank,

ZECM is a customer function group. The error is caused by dilettantish programming.

Use applicable SAP standard data types and no homegrown field definitions.

Regards,

Clemens

Read only

Former Member
0 Likes
474

LOL, I think this should be added as an ABAP keyword.

dilettantish 
constants: ...
enddilettantish