Hi All,
We have a situation where we have product hierarchy and a level above SKU, is Model. As SNP deals with SKU and doesn't understand Model, we have a business scenario where we have 3 products A, B & C where C is the newest product and behaving as successor product in interchangeability group.
Business requirement is A, B are old product and discontinued but still has some inventory. So when demand comes for product A, its should look for product B (which has inventory left) before going to the newest products C.
I have defined the interchangeability group, supersession chain
A---> B (forward)
B---->C (forward)
I was expecting that for Demand of product A will create SNPSubRcpt for Product B and subsequently it will create SNPSubRcpt for product C if stock of product B is less that demand of product A but it didn't happened.
Is this a N:1 case? Do you thing we need to have a BAdI implemented to evaluate the rule?
What I am missing??
Kindly advice.