<?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: Allocations engine using properties in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaa-p/527242#M12013</link>
    <description>&lt;P&gt;Property in allocation can be used only to define list of members having some fixed property.&lt;/P&gt;
  &lt;P&gt;Read help:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/56b10a71d21b4f0eb69a4a79a050a563.html" target="test_blank"&gt;https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/56b10a71d21b4f0eb69a4a79a050a563.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;You can perform allocation to the same company using RUNALLOCATION and then move the results to the company defined in property using WHEN/ENDWHEN&lt;/P&gt;
  &lt;P&gt;*REC(EXPRESSION=%VALUE%, COMPANY=COMPANY.TARGETCOMP)&lt;/P&gt;
  &lt;P&gt;*REC(EXPRESSION=0)&lt;/P&gt;
  &lt;P&gt;...&lt;/P&gt;
  &lt;P&gt;where TARGETCOMP is a property containing target company&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 18:38:20 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2017-09-07T18:38:20Z</dc:date>
    <item>
      <title>Allocations engine using properties</title>
      <link>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaq-p/527241</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;
  &lt;P&gt;Env -10.1/bpc allocation engine script.&lt;/P&gt;
  &lt;P&gt;We are trying to implement costcenter allocations in BPC.&lt;/P&gt;
  &lt;P&gt; I had a look at this document on allocations - page 16.&lt;/P&gt;
  &lt;P&gt;&lt;A href="http://wpc.0b0c.edgecastcdn.net/000B0C/Presentations/FIN2016_Dixon_Cairncross_Handsonlabsapbusinessplanning.pdf" target="test_blank"&gt;http://wpc.0b0c.edgecastcdn.net/000B0C/Presentations/FIN2016_Dixon_Cairncross_Handsonlabsapbusinessplanning.pdf&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Dimensions in my model - Account, Company, SourceCC, DestinationCC, Time, Category&lt;/P&gt;
  &lt;P&gt;When we write the allocation logic, we did not map the company dimension, so the engine writes the allocated data to source company code.(as the data comes in)&lt;/P&gt;
  &lt;P&gt;The allocations should be written to the companycode which a property of DestinationCC.&lt;/P&gt;
  &lt;P&gt;Is there a way that we could use a property of a dimension in WHERE&amp;gt;&lt;/P&gt;
  &lt;P&gt;example.&lt;/P&gt;
  &lt;P&gt;*DIM COMPANY WHAT= ; WHERE= (DESTINATIONCC-&amp;gt;COMPANY PROPERTY ); USING=&amp;lt;&amp;lt;&amp;lt;; TOTAL=&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;
  &lt;P&gt;thanks for your time.&lt;/P&gt;
  &lt;P&gt;Ed.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaq-p/527241</guid>
      <dc:creator>sap_user62</dc:creator>
      <dc:date>2017-09-07T18:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Allocations engine using properties</title>
      <link>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaa-p/527242#M12013</link>
      <description>&lt;P&gt;Property in allocation can be used only to define list of members having some fixed property.&lt;/P&gt;
  &lt;P&gt;Read help:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/56b10a71d21b4f0eb69a4a79a050a563.html" target="test_blank"&gt;https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/56b10a71d21b4f0eb69a4a79a050a563.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;You can perform allocation to the same company using RUNALLOCATION and then move the results to the company defined in property using WHEN/ENDWHEN&lt;/P&gt;
  &lt;P&gt;*REC(EXPRESSION=%VALUE%, COMPANY=COMPANY.TARGETCOMP)&lt;/P&gt;
  &lt;P&gt;*REC(EXPRESSION=0)&lt;/P&gt;
  &lt;P&gt;...&lt;/P&gt;
  &lt;P&gt;where TARGETCOMP is a property containing target company&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaa-p/527242#M12013</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-09-07T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allocations engine using properties</title>
      <link>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaa-p/527243#M12014</link>
      <description>&lt;P&gt;P.S. Use separate AUDITTRAIL member for allocation result. Then before WHEN/ENDWHEN you will scope this AUDITTRAIL member!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/allocations-engine-using-properties/qaa-p/527243#M12014</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-09-07T18:44:52Z</dc:date>
    </item>
  </channel>
</rss>

