cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency for common Character and values used in Diff. Classes.

Former Member
0 Kudos

Dear PP Gurus

This is related to issues with Product configuration.

I have created total Four class and class name is as follows.

01. ABC1

02. ABC2

03. ABC3

04. ABC4

In the above product (Class) many parts are common, hence I have taken

Character and its value also taken common in the above class.

Example:ABC00 is character, used in class ABC1, ABC2, ABC3, and ABC4

In this case how to write a pre condition type dependency, suitable to different class (ABC1, ABC2, ABC3 and ABC4)

I tried character with ABC00 with pre condition dependency as,

ABC10 = ABC11' OR ABC20= ABC21 OR ABC30 = ABC31

My aim is to show ABC00 only when the above pre condition is met, but SAP system is not respond as the way I required.

Kindly help to write a pre condition dependency suitable to different class for character ABC00

This is very urgent,

Kindly help me to sort out this issue at the earliest.

Regards

Chandru

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Where u have set the condition . I hope u ahve defined ABC10,ABC11.. are different variants of character ABC00.

How u select the Variants for a material ie .sale order...

please explain sothat help in further

Regards

Pradeep

Former Member
0 Kudos

Hi,

ABC 10 - Character ABC 11 - Char. Value of Class ABC1

ABC 20 - Character ABC 21 - Char. value of Classs ABC2

ABC 00 character and its value is common to 4 classes and

Now i have to write the common dependency for four classes.

My aim is that whenever i select any one character of above class , ABC 00 should appear.

I have to set the condition at ABC 00. this should appear when ABC 10 = ABC 11 or ABC 20 = ABC 21 OR ABC 30 = ABC 31.

Kindly guide me to proceed further.

Thanking you

Regards

Chandru

Former Member
0 Kudos

Hi,

Please try with below syntax ,

ABC00 IN ( 'ABC10' = 'ABC11' , ' ABC20' = 'ABC21' , ' ABC30' = 'ABC31' )

I am not sure it will solve ur problem,

Regards

Pradeep

Former Member
0 Kudos

Hi,

Thanks for your effort.

I tried with this, but not working.

Can u give some more suggestions.

Regards

Chandru