Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need sample code on SD pricing routne

Former Member
0 Likes
339

Hi all,

Can any one give me sample code for price discounts,based on 2 scales.

I need to write a pricing routine in VOFM->Formulas-->Scalebasis.

By 2 scales,what i mean is something like this:

In sales order upto some quantity(X) - No duscount

From (X) quantity to (Y) quantity- some discount

From (Y) quantity and above - no discount

Thanks & Regards,

Seshagiri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Check here

SPRO --> Sales n' Distribution --> System Modifications --> User Exits --> User Exits For Price Determination

Check the suitable EXIT and there write logic to modify the Discount value with your calcualted value....

1 REPLY 1
Read only

Former Member
0 Likes
311

Check here

SPRO --> Sales n' Distribution --> System Modifications --> User Exits --> User Exits For Price Determination

Check the suitable EXIT and there write logic to modify the Discount value with your calcualted value....