cancel
Showing results for 
Search instead for 
Did you mean: 

Create a new condition type, which reference to another condition type

former_member220801
Participant
0 Kudos

I have a condition type Z002, which is reference to another condition type Z001 (Z001 is always negative, I have set the condition limit from -0.01 to -99,999,999), but with opposite sign.

User need to maintain only condition record for condition type Z001.

e.g. value for Z001 is -100, then value for Z002 is 100.

I have set Z002 reference to condition type Z001, but how to setup so that they always have opposite sign?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Go to pricing procedure in t.code V/08. Against condition type Z002, maintain routine number 164 (Basis * -1)in the column Alternative formula for condition base value. If this routine is not available, you can develop one in t.code VOFM (you can get help from ABAP'er) with required logic and assign here.

Regards,