cancel
Showing results for 
Search instead for 
Did you mean: 

- ve value in pricing

Former Member
0 Kudos

Dear All,

We have a below calculation in pricing

Condition Type XXXX, YYYY, ZZZZ

XXXX-YYYY = x

x * 0.1% = ZZZZ

Requirement : if ZZZZ is u2013ve then it should not be consider or ZERO

Can anybody suggest me the confg setting for above scenario

Regards

Sarang

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello,

You have two options for it.

1) As suggested above create a new ABAP routine in VOFM to calculate it, and assign that routine to ZZZZ.

2) Do the following customization:

in pricing procedure:

10 XXXX

20 YYYY

Total (to and from step) = 10 - 20

30 ZZZZ percentage of Total

Make condition records of YYYY with negative values.

make condition records for ZZZZ as 0.1%.

and for ZZZZ settings: Positive/negative as "only positive values"

try and revert

Former Member
0 Kudos

Hi

This is generally a requirement to ensure that the discount offered is not more than the sales price in the sales order. This can be done by defining a condition value routine that would change the value of the net value to zero if the value is found to be negative. This is coupled with an incompletion check for net value so that such lines are marked as incomplete for further actions.

Hope this is useful

Regards

Former Member
0 Kudos

please go to controls of condition type and maintain required setting for + or - ve impact which u want and if u want to limit the value plz go to pricing limits

Former Member
0 Kudos

Along with suggesting setting, for condition type ZZZZ in v/06 you need to maintain Positive/negative as blank - positive and negative

kalyan_mokirala
Contributor
0 Kudos

Hi Sarang,

Have a pricing routine created in VOFM (Formulas----- > condition value)and assign it in the alternate calculation type in pricing procedure for the condition type

Edited by: mokirala tilak on Oct 19, 2011 11:09 AM