cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding problem with statistical condition (Hint 80183)

Former Member
0 Kudos

Dear all,

we have implemented OSS hint 80183 with the variant 2. As long as a price is valid in the calculation scheme (e.g. EK01), the rounding variance in NETP is calculated correctly. If the price is not contained in the scheme, the system uses the condition VPRS (although statistical) for the rounding (see variable NETTOPREIS in formula 019).

if nettopreis is initial.

nettopreis = ykbetr * 100. "in currency YWAERS

endif.

YKBETR contains the value of VPRS, although it is statistical.

If we remove VPRS from the scheme, we get error V1208 'Error in converting exchange rate from __ to EUR'.

How can we prevent that the system calculates the rounding variance with the statistical conditions?

Thanks in advance

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved in exit