I need to configure the following scenario in SD:
Example 1
Material Code = 123
Title = Training 1
Delivery Type = Classroom Learning
Language = English
Currency = USD
Price = 1000
LU = 24
Example 2
Material Code = 123
Title = Training 2
Delivery Type = On Demand
Language = French
Currency = EUR
Price = 800
LU = 16
I used variant configuration:
I did the following:
1. Created a configurable material 123 with material type KMAT
2. Created a class1 with variant class 300
3. Created characteristics title, delivery type, language and pricing
4. Assigned values to each characteristic like titleu2026training 1 & 2, delivery typeu2026Classroom & on-demand and languageu2026.. English & French
5. Pricing I attachedu2026.Table SDCOM, Field Name VKOND
6. Dependency is:
$self.LMSPRICING='CLASSROOM LEARNING ENGLISH',
$self.LMSPRICING='ON DEMAND ENGLISH',
$self.LMSPRICING='CLASSROOM LEARNING FRENCH',
$self.LMSPRICING='ON DEMAND FRENCH'.
7. Created configuration profile and CU50
8. Attached characteristics in condition type VK00
But when I create a sales order the BOM is not explodingu2026u2026.anything I missed?