Hi Karthik,
The source of this data is 0CO_PC_ACT_02 datasouce going into 0COPC_O01 DSO.
Yes that is because we are using the reference of 0MAT_PLANT object which stores the standard price and other values. It is mapped to the 0CO_PC_ACT_05 datasource. We use the data from 0mat_plant to pick the the plant against the source material.
Even if the source plant is G10, F10 etc the check we are doing is if the material exists in 0MAT_PLANT then the plant for this material is to be checked and if it is g10 ,g11, g20 - it should pick the price for this.
Let us say, your source data has both G10 and F10, should it consider G10's price for both?
- If a source material exists in 0mat_plant and it belongs to just F10, then it should pick the price against F10 from 0mat_plant and calculate stock val.
If it belongs to g10 and F10 both, then g10 must be considered.
How should we handle situations like when source has a material in both G10, G11 and F10 or just - G10 and G11. Which one should be considered for value calculation?
plant g10 gets priority over the other two - G11 and G20.
incase of material in plants G10, G11,F10 - G10 takes precedence.
Thanks for your help on this.