cancel
Showing results for 
Search instead for 
Did you mean: 

Display volume discounts

Former Member
0 Kudos

I need to be able to display either the standard volume discounts that are available to a BP in a Sales Document. I know that when I have a BP with special prices I can click on the Last Prices and then get to the volume discounts (have to navigate my way through) Is there any way of accomplishing the same maneuver for regular volume discounts?

Would be great if I could get a query that would list all of the available discounts as I enter the Item Code.

thx,

Richard.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you or the reply Gordon,

Sounds good to have a fms but I would like to be able to see the various prices associated to the different discounts.

How can I accomplish that?

thx,

Richard

Edited by: Richard Pagé on Oct 19, 2009 6:59 PM

Former Member
0 Kudos

When the number of prices is more than one, it will pop up a list by this FMS.

Answers (1)

Answers (1)

Former Member
0 Kudos

Richard,

This FMS would be a tough one. Try this one to start:

SELECT T0.Price FROM SPP2 T0 WHERE T0.CardCode = $[$4.0.0\] AND T0.ItemCode = $[$-38.1.0\] AND T0.Amount > $[-$38.11.number\]

Thanks,

Gordon