cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Configuration Pricing Condition Dependency

former_member232834
Active Participant
0 Kudos

Dear gurus,

I need some help when it comes to writing a dependency that will cater all of the values within 1 characteristic.

Ex: Characteristic is Z_Color  ,  Z_Width  , Z_Price (SDCOM) (VKOND)

                  Values are Red        Small

                                  Blue        Large

                                 Green       X-Large

                                 Yellow

For Example, I want to write only 1 dependency inside Z_Color that will make all the values under it relevant for SDCOM, VKOND.

In regular scenario we would write something like this for each single value  which takes too much time if were dealing with hundreds of values within a characteristic.  $self.Z_Price='Red', $self.Z_Price='Blue', $self.Z_Price='Small' 1 by 1 we have to enter this dependency which takes a lot of time.

Is there a better logic or dependency to fulfill this?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Muhammad Ali,

Please check the below threads it may helps you.

http://scn.sap.com/thread/3248121

http://scn.sap.com/docs/DOC-25224

http://scn.sap.com/message/13554687

Best Regards,

MH

former_member232834
Active Participant
0 Kudos

To be honest Muhammad none of those links helped me. Is there any document which explains the usages and ways of writing dependency codes? I don't have a problem in doing the VC I just need to find a way to simplify the efforts in writing the dependency if where talking about 100 values inside 1 characteristic. My objective is to assign 1 dependency code at Characteristic level that will be valid for all the Values inside it to be able to hit the Pricing tables.

Former Member
0 Kudos

Dear Ali,

Let me check if I get any other possible solution for you i wil share with you

Best Regards,

MH