<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling in Supply Chain Management Q&amp;A</title>
    <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731983#M13152</link>
    <description>&lt;P&gt;Hi Prasad,&lt;/P&gt;
  &lt;P&gt;One quick question. &lt;/P&gt;
  &lt;P&gt;For the next year say when you are in June 2019 how you want your solution to work.Whether its should consider till Dec 2019 or should it show standard behavior.?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Akhilesh Agarwal&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 03:48:21 GMT</pubDate>
    <dc:creator>former_member367912</dc:creator>
    <dc:date>2018-07-27T03:48:21Z</dc:date>
    <item>
      <title>SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaq-p/731977</link>
      <description>&lt;P&gt;Hello Experts, &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I have a specific forecast requirement in IBP. I want forecast algorithm to populate values for specific periods only. It should not be Rolling forecast. e.g. If my current month is July 18 and I want Forecast values till December 18 only. When I move to August 18, Forecast value should not get generated for January 19. In short, I want forecast till December month only for some specific Product Location combinations. Any idea how to maintain it? &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt; Prasad&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaq-p/731977</guid>
      <dc:creator>prasad_mandre</dc:creator>
      <dc:date>2018-07-11T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731978#M13147</link>
      <description>&lt;P&gt;Hello Prasad,&lt;/P&gt;
  &lt;P&gt;Forecast operator in IBP exhibits rolling behavior by-default. However we can address your requirement with some custom development. &lt;/P&gt;
  &lt;P&gt;1. To distinguish selective location-products, configure custom attribute('CUSTOM1') and add it to LOCATIONPRODUCT master data and include that attribute in all relevant planning levels so that we can use this in KF calculation.&lt;/P&gt;
  &lt;P&gt;2. Using HCI task, populate value '1' in KF1 for this financial year and '0' for next financial year i.e. from Jan 19 on wards. You will run this job yearly once.&lt;/P&gt;
  &lt;P&gt;3. As we cannot restrict rolling behavior of statistical forecast, let it generate forecast for FY19 and store in KF1. Have another KF let say KF2, where in we put calculation as below&lt;/P&gt;
  &lt;P&gt;KF2@MTHPRODLOC = IF ( ''CUSTOM1'' = ''X'' AND KF1@MTHPRODLOC = 0, NULL, KF1@MTHPRODLOC)&lt;/P&gt;
  &lt;P&gt;4. With this design, you may have to consider KF2 as baseline forecast Key figure&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Sai Samrat&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731978#M13147</guid>
      <dc:creator>Saisamrat</dc:creator>
      <dc:date>2018-07-11T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731979#M13148</link>
      <description>&lt;P&gt;Hi Sai Samrat,&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your inputs.&lt;/P&gt;
  &lt;P&gt;I was looking for some standard solution but it seems need to go with custom one as suggested. I will build this and will let you know about outcome.&lt;/P&gt;
  &lt;P&gt;Once again, thanks for your response.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Prasad&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731979#M13148</guid>
      <dc:creator>prasad_mandre</dc:creator>
      <dc:date>2018-07-11T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731980#M13149</link>
      <description>&lt;P&gt;Hello Prasad,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;May I know about the outcome. Were you able to achieve your requirement or faced any challenge ? &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Sai Samrat&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 06:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731980#M13149</guid>
      <dc:creator>Saisamrat</dc:creator>
      <dc:date>2018-07-16T06:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731981#M13150</link>
      <description>&lt;P&gt;Hi Prasad -&lt;/P&gt;
  &lt;P&gt;You may create a normal all editable custom key-figure, say "FCSTMNTH" that takes the input as either 1 or 0. And then update the values for this key-figure manually in the planning view or via data integration. In your case, it will be 1 till Dec'18 and then on 0. Allow the StatFcst to run as how it usually runs (rolling) and then as part of calc logic, multiply the StatFcst with this new custom key-figure so as to have the fcst values only where you need - you will see the StatFcst till Dec'18 because of the multiplication with 1 and then on 0 / NULL based on how you write your calc logic.&lt;/P&gt;
  &lt;P&gt;Just so to not disturb the system generated StatFcst volumes, I suggest to create a new key-figure for your fcst requirements and then write the calc logic for this newly created Fcst key-figure instead of directly operating on standard StatFcst key-figure.&lt;/P&gt;
  &lt;P&gt;Hope it helps,&lt;/P&gt;
  &lt;P&gt;Regards - Guru&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731981#M13150</guid>
      <dc:creator>gurucharanscm</dc:creator>
      <dc:date>2018-07-17T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731982#M13151</link>
      <description>&lt;P&gt;Hello, You can have your time profile valid only till Dec and run Stat forecast for the next months - forecast won't go beyond Dec then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Uthaman&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 21:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731982#M13151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-23T21:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP IBP - DP - How to enable Forecast for specific months only - Not Rolling</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731983#M13152</link>
      <description>&lt;P&gt;Hi Prasad,&lt;/P&gt;
  &lt;P&gt;One quick question. &lt;/P&gt;
  &lt;P&gt;For the next year say when you are in June 2019 how you want your solution to work.Whether its should consider till Dec 2019 or should it show standard behavior.?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Akhilesh Agarwal&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 03:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/sap-ibp-dp-how-to-enable-forecast-for-specific-months-only-not-rolling/qaa-p/731983#M13152</guid>
      <dc:creator>former_member367912</dc:creator>
      <dc:date>2018-07-27T03:48:21Z</dc:date>
    </item>
  </channel>
</rss>

