cancel
Showing results for 
Search instead for 
Did you mean: 

Re : Special discount

ramesh_s10
Participant
0 Kudos

Hi Experts,

My criteria as follows:

In all of my products, for the certain products say for Eg. A, B, C, I have to provide discount on product value, if the materials (A, B, and C) exceeds the QTY 500.

regs,

S.Ramesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Goto VOFM and create a routine for pricing with the help of ABAPer such that if the Quantity > 500 then only it will trigger.

Assign that routine to your condition type in Pricing procedure.

try and revert

ramesh_s10
Participant
0 Kudos

Hi,

Wether the above mentioned can enforce to certain materials?

Regs,

S.Ramesh.

Former Member
0 Kudos

There is two options

1. In the routine take the value from a customized table where you can maintain the list of material for special discount.

2. You can hard code the material if the number of material is small

Then assign this routine to that special discount condition type.

Thanks,

Raja

Answers (0)