on 2025 May 14 3:42 PM
Hello SAP gurus 🙂
I have a question about variant configuration in SAP LO-VC. Is it possible to restrict a characteristic to only the values that have been entered in a multivalue characteristic within the same configuration?
Example:
I would like to know how to implement this in SAP LO-VC in this dynamic way. Does anyone have experience with this type of configuration and could share an example or guide on how to achieve it?
Thanks in advance!
Request clarification before answering.
Hi Julian.
Did you flag FurnitureColor as 'restrictable' in CT04 and did you try a constraint with code like 'RESTRICTIONS: <your object>.FurnitureColor = <your object>.Color'?
Not sure if that works and considers all values assigned to Color. Most likely not.
Assuming that you have maintained for both cstics, Color and FurnitureColor, the same list of allowed values with transaction CT04, then you could work with preconditions. One different precondition for each color. You would assign a precondition to the value 'Red' of cstic FurnitureColor that checks if Color = Red. You would add a precondition to the value 'Blue' of cstic FurnitureColor that checks if Color = Blue. Etc.
Not sure if a generic precondition for all colors would work with an ABAP pfunction, because that pfunction would first have to find out for which value the precondition is currently executed. And pfunctions are problematic if you plan to use CPQ or Commerce Cloud later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
8 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.