cancel
Showing results for 
Search instead for 
Did you mean: 

sales price discount problem

Former Member
0 Kudos

Dear Guru

In the sales order item , there're PR00, RB00,

we hope add a new discount type, RB01, once we maintain the RB01, we need the RB00 is inactive,

example:

Item 10:

PR00= 100.00 USD

RB00= -10 USD

Total = 100- 10 = 90 USD,

once we maintain the RB00 = 20 USD, the total price = 100-20 = 80

is it possible in price procedure?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please try based on the following example

Please maintain the following procedure in your test system and

You will get the required result.

T.code:vk11

1. Create Two condition types like K004(Material Discount) and

K007(Customer Discount).

2. Create condition records for both the condition types.

K004(Material Discount)= 20% for example

K007(Customer Discount)= 10% for example

Menu path.

SPRO>=sales and Distribution>=Basic function>=Pricing>=conditon

exclusion>= condition exclusion for groups of condition

3. create a condition exclusion group(0001)

4. Assign the condition types to the condition exclusion group.

Exclusion Group Condition Type

0001 Exclusion group1 K004 Material

0001 Exclusion Group1 K005 Customer/Material

5. Enter the condition exclusion group in the pricing procedure

(for example:RVA001) specify a procedure for determining the

condition types to be excluded.

6. Choose Procedure 'A'= Best condition between condition types.

After completing the above procedure, please create sale order

and line item determines the best condition between the two

condition types.

Regards,

Ramana

Former Member
0 Kudos

It's working now, thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi David,

Yes it is possible with the help of Condition Exclusion Concept.

Regards