cancel
Showing results for 
Search instead for 
Did you mean: 

counting the number of characteristcs selected.

deepu_p2
Active Participant
0 Kudos

Hi i am having a proble.we are implimenting VC.and we have a characteristic colour. And it has around 22 characteristic values. the customer has the option of choosing the any number of colors. depending on the number of colors selected by the customer the BOM changes.

so i need to count the number of characteristic values choosed in the colors characteristic.

and also is there any way to restrick the customer from choosing not more than 6 characteristics.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As i understand from the above, you have two questions here.

1. Regarding counting the number of values for a characteristic: There is no direct table method to extract the number of Values for a particular confiugration. Sap stores the configuration info in instances.

You can discuss with your technical consultant to get the info for a particular instance( particular configuration). Technical consultants can easily develop some customized report to get this info.

2. Restrict the number of values to 6: If you have such a requirement then you have to use pre-conditions (based on the business rules) for each of the value , so that when user select more than 6 then he will get some kind of inconstency or error.

Hope this helps.

Best Regards,

Aravind.