Hi Experts,
We have a scenario in BW IP based on below image.
Section A is an input ready query. The posting periods are restricted to 0AMOUNT. A1 to A5 are Accounts.
User will enter data for all periods in section A. When the user clicks button "CALCULATE" in IP section B should be populated. The tricky part here is for Account A2 for example is calculated based on the one of the attribute value (eg List Price ) of Customer. A3 is calculated as A2*X where X is an attribute value of Product. Similarly A4 and A5 are calculated based on some assumptions stored in a table for that Prod1 and Cust1. It is expected the records for Accounts A2 to A5 does not exist in the IP cube but should be added after the calculation.
Can anyone please advise how to achieve this in IP. Should I create a FOX formula that loops through each posting period and each customer and product combination and does the calc or call ABAP code from within FOX and get ABAP to do the trick.
In both cases can anyone please suggest the code or direct me to online resource which details this scenario?
Thanks,
DV.