cancel
Showing results for 
Search instead for 
Did you mean: 

How to maintain pricing procedure

Former Member
0 Kudos

Hello all,

I have the following problem:

I have three discount conditions and they shall be calculated like this:

Condition 1: Gross Value * % (that is working fine)

Condition 2: (Gross Value - Condition 1) * %

Here I figure the problem that the condition itself is specified as AFS Condition with alternative calculation routine 494 and I dont know how to change it in order to have calculated the condition from the Gross Value - Condtion 1. At the moment the condition gets calculated only from the Gross Value

Condition 3: (Gross Value - Condtition 1 - Condition 2) * % (that is also working fine)

Has anyone a clue I this could work? Condition 1 and 3 are header condition and not AFS specific but Condition 2 is AFS specific.

Thanks for you hrelp and answers

Bea

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Anupa,

thanks for your feedback but this solution I have already tried and it did not work out.

The pricing procedure already exists and just need to be adjusted for Condition 2 but Condition 2 is set as AFS Condition with alternative calculation type 494 which calculates for the schedule line the conditin basic value from the Gross Value.

Maybe you have other ideas.

Regards

Beate

Former Member
0 Kudos

Hi Beate,

Try this way.

Set Condition 1, 2 & 3 as negative type conditions, as they is a Discount

Say your step 100 is Gross Values. Then;

Step 100 - Gross Value

Step 110 - Condition 1 - from Step 100 (i.e: Gross Value * % )

Step 120 - Sum of Step 100 to 110 (i.e: Gross Value - Condition 1)

Step 130 - Condition 2 - from Step 120 (i.e:Gross Value - Condition 1) * %

Step 140 - Sum of Step 120 to 130 (Gross Value - Condition 1 - Condition 2)

Step 150 - Condition 3 - from Step 140 (Gross Value - Condition 1 - Condition 2) * %

Then re-test it.

Best regards,

Anupa