on ‎2017 Dec 01 9:14 PM
Hi,
We have the business requirement to create a bias tracking signal report that has a rolling total forecast variance (fcst-actuals) sum over the past 6 periods (including the current period) and the sum of the absolute value of the past 6 periods. Then calculate the absolute sum of the past 6 periods divided by 6 to get a MAD. The final result is the total forecast variance (without absolute) / MAD. We have referenced the link below for this situation however, we believe it will probably require L code script for us to go that route with periodid transformation for calculating the 6 past periods. Please advise if anyone has found a way to calculate this without using L code. Maybe local member if there's example for this situation or if the periodid transformation can work would be possibilities.
https://answers.sap.com/questions/132108/past-6-weeks-average-sap-ibp.html
Thanks,
Melanie
Request clarification before answering.
Hello Sanjeev,
Have you also checked Note 2240170? It has a PDF SAP Integrated Business Planning Advanced Configuration - Rolling Sum of Last Three Periods (Attribute Transformation).pdf attached that explains how to configure a Key Figure with sum from the last three periods (starting from the current period) on a rolling basis. You may just change the SUM by the AVG, in this case.
Best regards,
Matheus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matheus,
Yes, this is the example I'm referring to but I'm wondering if there is possibly an easier way to do this, maybe using local members?
In the example you refer to, we only need monthly so would we only need to do transformations for PERIODID0? Also, it says to configure PERIODID0 +1, PERIODID0 + 2, etc. Is that supposed to be PERIODID0 - 1, PERIODID0 - 2, etc. because we are looking backwards from the current month? In this case, the base planning level is at the MTH-PROD-LOC-CUST level, do we need to make 5 copies of this level in order to do this configuration? It looks like in the example, it copies the base planning level twice.
Thanks,
Melanie
Hi Melanie,
Yes, Local Members should work too by using a simple average function. You can refer to our SAP Help Portal EPM Report Editor explaining how to create Local Members.
Regarding the usage of PERIODIDn, it really depends on the configuration of your Time Profile. For example, if you have Day, Weeks, Tech Weeks, Month and Year, this is how the PERIODIDn are defined:
You may also refer to the Model Configuration Guide - PERIODID and PERIODID(n) Attributes in Time Profile Levels.
For the PERIODID0 +1 and +2, you should follow the instructions of the Note. In case it calculates in future periods, you may try using PERIODIDn -1 and -2. And as you need 5 backwards periods, you should indeed configure 5 Planning Levels at the MTH-PROD-LOC-CUST.
Best regards,
Matheus
Thank you Matheus! I was able to get the bias tracking signal to work with PERIODID transformation with just a few differences from the pdf including the buckets, periodidn, planning levels, and some of the stored values.
Thanks,
Melanie
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.