cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum condition value

former_member230869
Participant
0 Kudos
194

Hello,

I have a problem with a condtion record (charge).

I want to limit the condition value with a fixed value (e.g. 100 EUR)

The condition type is quantity related, the record is 10 EUR/1 pce.

I want the system only to calculate max. 100 EUR, even if the quantity is 11 pcs or higher.

I tried with the "upper limit" in VK12, additional data, but no success.

Any ideas?

chris

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member230869
Participant
0 Kudos

Hi,

thanks for answer.

Does condition exclusion work with an item condition and group condition as well?

Example:

Item condition ZX01: 10 EUR/1 piece

Group condition ZX02: 100 EUR

Can I create a exclusion which will check the sum all all items with ZX01 and then replaces by ZX02 in case that the sum of ZX01 is higher than 100 EUR?

VeselinaPeykova
Active Contributor
0 Kudos

One possible option is making use of condition exclusion with two conditions - one fixed value, the other - quantity based.

Another way is calculating the value in a vofm routine.

I prefer the first one as it is easier for the business to understand and interpret the pricing result.

There are probably a few other ways to achieve the same result, but these two were the first that I thought of.