SAP Message QY314 - Overflow during sample determination

Diagnosis
At sample determination, a value is determined for the number ofsamples using a formula. This value exceeds the maximum possible value(+2 billion; exactly 2.147.483.647), which is based on the numeric datatype.
The formula &v1& has the following parameters:
Lot quantity,,,,,,,,P1 = &v2&
Number of containers,,,,P2 = &v3&
Number of primary samples,,P3 = &v4&

Procedure
Check the formula(s) in the sample-drawing procedure. Check that thefollowing conditions are fulfilled:

  • The determined number of primary samples is greater than 0.

  • The number of determined pooled samples is not less than 0.

  • The number of samples does not exceed the maximum possible values.