cancel
Showing results for 
Search instead for 
Did you mean: 

Calulate condition value by adding / substracting previous calculated conds

Former Member
0 Kudos

Hi gurus,

We need to calculate condition values only by adding / substracting previous calculated conditions, e.g:

ZPR0 --> calculated automatically

ZPR1 --> calculated automatically

CONDITION A = ZPR0 - ZPR1 --> Is it possible to set it somehow via standard? or a new routine development is required?

Thanks,

VL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ZPR0 --> calculated automatically - let us say this is a price condition, and take this to sub total 1

ZPR1 --> calculated automatically - let us say this is a discount condition, and take this to sub total 2

Now CONDITION A (let us say ZPR2) = ZPR0 - ZPR1 So a new routine is required which does the calculation using KZWI1 - KZWI2. Put this routine number in the column titled alternate calculation type in your pricing procedure against the condition type ZPR2.

Answers (0)