<?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: Multi Action - Dynamically derive period for Data Loc... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872332#M4884742</link>
    <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/196360"&gt;@PS_1978&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I see is that you hard code the forecast periods in Data lock and unlock steps of the multi action. Currently its not possible to set parameters using attributes of a dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2024 11:53:41 GMT</pubDate>
    <dc:creator>N1kh1l</dc:creator>
    <dc:date>2024-09-20T11:53:41Z</dc:date>
    <item>
      <title>Multi Action - Dynamically derive period for Data Lock step</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaq-p/13871377</link>
      <description>&lt;P&gt;Hello Gurus - I have a multi action that is being called in Calendar Event. This multi action would extract the data from S4 and loads into SAC Dimensions and Models. While loading the data into models, I am unlocking all periods and locking them back once the loads are completed. However, this is locking the forecast period which is causing issues with Planning.&lt;/P&gt;&lt;P&gt;Any input on passing forecast period dynamically to "Data Locking Step" in multi action? I have forecast starting and ending months in a dimension with member id WKFCSTDEF and properties StartMonth and EndMonth. Please do remember, this multi action is called from Calendar event as daily job.&lt;/P&gt;&lt;P&gt;Any other alternate approach is also fine with me. I want to unlock forecast period after daily loads.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 17:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaq-p/13871377</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2024-09-19T17:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872332#M4884742</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/196360"&gt;@PS_1978&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I see is that you hard code the forecast periods in Data lock and unlock steps of the multi action. Currently its not possible to set parameters using attributes of a dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 11:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872332#M4884742</guid>
      <dc:creator>N1kh1l</dc:creator>
      <dc:date>2024-09-20T11:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872515#M4884782</link>
      <description>Thanks &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/124370"&gt;@N1kh1l&lt;/a&gt; - This would not workout in my scenario as the forecast period is not constant and it changes every quarter. Thanks, Phani</description>
      <pubDate>Fri, 20 Sep 2024 14:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872515#M4884782</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2024-09-20T14:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872516#M4884783</link>
      <description>Thanks &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/124370"&gt;@N1kh1l&lt;/a&gt; - This would not workout in my scenario as the forecast period is not constant and it changes every quarter.Thanks, Phani</description>
      <pubDate>Fri, 20 Sep 2024 14:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872516#M4884783</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2024-09-20T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872695#M4884814</link>
      <description>&lt;P&gt;You can Create a calculated variable in the model based on your WKFCSTDEF dimension that fetches the StartMonth and EndMonth dynamically. This variable should extract the correct forecast start and end dates for each run of the multi-action.&lt;/P&gt;&lt;P&gt;Use advanced Formula that fetches the StartMonth and EndMonth from your WKFCSTDEF dimension into variables. This advanced formula can then create a time range dynamically, and In the multi-action, create a step to unlock the periods dynamically based on the startMonth and endMonth values from the advanced formula.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 18:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872695#M4884814</guid>
      <dc:creator>Savio_Dmello</dc:creator>
      <dc:date>2024-09-20T18:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872833#M4884839</link>
      <description>&lt;P&gt;I would suggest to check if it's possible to extract data from s/4 into a different version from the one used in planning.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 01:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13872833#M4884839</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2024-09-21T01:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13874402#M4885058</link>
      <description>Thanks &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/62666"&gt;@William_Yu1&lt;/a&gt; - This would do. Regards, Phani</description>
      <pubDate>Mon, 23 Sep 2024 14:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13874402#M4885058</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2024-09-23T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Action - Dynamically derive period for Data Loc...</title>
      <link>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13912447#M4889059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A class="" href="https://community.sap.com/t5/user/viewprofilepage/user-id/124370" target="_self"&gt;&lt;SPAN class=""&gt;N1kh1l&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am thinking to use your suggestion for my scenario, do you think it is possible?&lt;/P&gt;&lt;P&gt;1) I get Actuals from BW in public. Actual version first, then I use the Forecast "Act Start Week" and Actuals End Week" to understand how many weeks of Actuals need to be copied from "public. Actual" to "public.FM_202403" via the data action.&lt;/P&gt;&lt;P&gt;2) Because I want to see both the Actuals and Forecast data in one line, hence both Actuals and Forecast is sharing the same intersection, I do not use the Forecast Layout here&lt;/P&gt;&lt;P&gt;3) I have an input layout that has Restricted measures to accept Qty and Price restricted to AD_INV_INP at Farm "#" which is the only interface available for users to input the data. i want to just lock the Actuals period on this input layout to not allow the users input at AD_INV_INP but later when they run the data action, I want it to open the Actuals and then copy the latest Actual against AD = AD_INV_STOCK or AD_INV_STOCK_VAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zee_siddique_0-1729488524414.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/181429i0F1FF587E88DD16C/image-size/medium?v=v2&amp;amp;px=400" alt="zee_siddique_0-1729488524414.png" title="zee_siddique_0-1729488524414.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 05:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multi-action-dynamically-derive-period-for-data-lock-step/qaa-p/13912447#M4889059</guid>
      <dc:creator>zee_siddique15</dc:creator>
      <dc:date>2024-10-21T05:32:10Z</dc:date>
    </item>
  </channel>
</rss>

