cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing schema condition type

Former Member
0 Kudos

How to substract two condition types to get another condition value.

ZD01 contion type value-200

ZD02 contion type value-500

ZD03 Condition type value= 500-200

How to map this in the pricing schema

Regards

Umapathy.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to store value of ZD01 and ZD02 inn 2 variant (using column sub to) in pricing procedure. Then, you have to create 1 new routine to determine condition value for ZD03 using T-code: VOFM and assigned it in condition type ZD03 in pricing procedure.

(Subtract is done in new routine using ABAP Coding)

Regards,

Pavin

Former Member
0 Kudos

Hi,

Pl explain me in detail I am not getting

Regards

Umapathy.M

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Sirisha has already suggested the solution for you. You have to do this in pricing procedure. See an example in this link http://www.imagecross.com/07/image-hosting-view-12.php?id=22331.png

Regards,

Pavin

Former Member
0 Kudos

Hi,

In the Pricing Procedure specify all these condition Types in sequence .

Set the Subtotal as D or E or F so that respective values are stored in the Subtotal fields(XWORKD & XWORKE) for the ZD01 & ZD02 condition types .Use Std Routine 012 in your conditon Type ZD03 and your requirement can be met.

Regards,

Sirisha

Former Member
0 Kudos

Thanks,

I have checked it works well.

Regards

UMAPATHY.M

Former Member
0 Kudos

Hi,

you need to maintain condition base value for c-type zd03

Regards

san