Dear All,
As a continuation of the below thread I am adding a solution for information to others.
MPN
Requirement:- System should allow to order different brands of a Material based on the selection by purchasing and also the inventory should be able to track each brand separately.
Example: User raise a PR for 1.5 Ton Air Conditioner 2 Nos.
Purchasing Department Orders Brand General 1 No. as it is the best option. Already Brand LG 1 No. is available in stock.
Solution:-
Create Material Type HERB for 1.5 Ton Air Conditioner - 1000011
Create Material Type HERB for 1.5 Ton Air Conditioner GENERAL - 1000012
Create Material Type HERB for 1.5 Ton Air Conditioner LG - 1000013
Create Material Type FFFC for 1.5 Ton Air Conditioner.
In Tcode : PIC01 assign Materials HERB to FFFC
Create PR for Material 1000011
Create RFQ for Material 1000011 by referring the PR.
In Quotation Replace the Material as per Brand (1000012) by accessing from menu -> Item -> More Function -> Replace Material
Create PO by referring the Quotation.
Create GRN.
Now run MMBE for Material 1000011
after executing click on FFF Class
Now system will show the stock of Material 1000012 1 No. and also will display Material 1000013 1 No.
Thanks
Abdul