Hi Gurus,
I have the below scenario and would like to know what would be the best approach.
I have a planning model. (model name = Plan)
I have a copy of my planning model with an additional dimension cost center (model name = plan_copy)
I need to copy data from plan model to plan_copy model and populate the cost center dimension by lookup a DSO in BW.
DSO contains master data with the right keys that I need to lookup while copying data.
Please let me know what would be the best approach to do it?
Should I bring the DSO data in BPC somewhere? I can't bring it in a dimension as its one to many relationship data.
Should I bring it in any type of BPC model and write script logic to lookup in the new BPC model?
Can I use a BADI to lookup in the DSO while copying data?