Hi All,
I have below requirement from my client and your help is greatly appreciated. I have checked How to on Inventory Snapshot data model , which is not useful in my requirement, as I have to implement snapshot scenario for financial domain. I am looking for Monthly snapshot where current month data is combined with all previous months data, when I run BW report for Current month than output should be sum of all amounts i.e. current and previous months amount.
For example: SAP Standard datasource structure:
Document No. Document creation date Amount
123 01.13.2013 100$
124 01.14.2013 150$
125 02.15.2013 50$
126 03.16.2013 50$
The cube data after each month snapshot should look as shown below:
Calmonth Amount
01.2013 250$ (Jan 2013)
02.2013 300$ (Sum of Jan and Feb 2013)
03.2013 350$ (Sum of Jan, Feb and Mar 2013).
As data volume is big I cannot do incremental load in DTP filters, i.e. in Jan load 01.2013 data, in Feb load 01.2013 and 02.2013 data, in Mar load 01.2013, 02.2013 and 03.2013 data. I really appreciate all your answers and let me know if you have any questions.
Thanks,
Vaishu