cancel
Showing results for 
Search instead for 
Did you mean: 

prc procedure

Former Member
0 Kudos

Hello, dear colleagues

I have a challenge to set up pricing according to customer requirement. The procedure should calculate price as following:

1) price list price (200 eur)

2) Discount A (5%)

Discount B (10%)

...

3) Promotions (100 eur)

...

System should propose the best price for customer comparing: (Price list price minus applied discount) and (Promotion price).

Exclusion does not work, because it compares condition rates and not values. For discounts I have a percentage (for instance – 10%) but promotions is base price (100 eur).

System calculates: 10% is less than 100 eur, so lets aplay 10% discaunt instead of (200eur - 10% = 180eur "w/ discount") and (100eur "promotion")

Does anybody know how to fulfil such requirement?

Many thanks

______________________

Valters

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Dear Valters,

Exclusion procedure will perfectly work and exclusion takes care of only the final value of the condition type, and not the percentages as you have been told. I am very sure about this because, though the percentage is same for a condition type, based on the values of the other condition types, the condition type under exclusion can have different value, and the procedure takes care of this and always propose the correct value(either lesser or higher as desired)

So, please include the condition type for Price list minus Discounts and the Promotion price under one exclusion procedure and check it.

Please check it , it will work.

Answers (0)