<?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: Data loading with 2 keyfigures in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205777#M192079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As others suggested, it is not possible to have IF condition for SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating a package link comprising of packages for P&amp;amp;L items and B/S items as one of the ways to load data in one load process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 17:09:43 GMT</pubDate>
    <dc:creator>gajendra_moond</dc:creator>
    <dc:date>2015-07-20T17:09:43Z</dc:date>
    <item>
      <title>Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaq-p/11205770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having single model which is periodic containing all the planning ( Revenue, Expense and Capex)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need periodic values for&amp;nbsp; (Revenue, Expense) then we will be loading from 0AMOUNT key figure and while loading for Capex and all other balance sheet items we will&amp;nbsp; be loading from 0BALANCE&amp;nbsp; key figure which is cumulative keyfigure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we map 2 key figures in single mapping for signed data like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGNEDDATA = IF (ACCTYPE = EXP/INC)&amp;nbsp; then&amp;nbsp; 0AMOUNT ELSE&amp;nbsp; 0BALANCE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like certain clarification, are we following correct approach by loading&amp;nbsp; 0BALANCE&amp;nbsp; for the balance sheet accounts, or&amp;nbsp; we need to load the periodic values for the balance sheet and then show the report in YTD measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is a problem, the balance sheet items are not getting added up in the YTD measure in the periodic model and I believe this is&amp;nbsp; SAP BPC standard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to put certain clarification on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sap bpc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 06:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaq-p/11205770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-18T06:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205771#M192073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use MVAL keyword to map multiple key figures in a single mapping.&lt;/P&gt;&lt;P&gt;Let's say you have 2 different accounts A and B to which you want to load 0AMOUNT and 0BALANCE respectively then, you may use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNT = *&lt;STRONG&gt;MVAL&lt;/STRONG&gt;(&lt;STRONG&gt;0AMOUNT&lt;/STRONG&gt;|A||&lt;STRONG&gt;0BALANCE&lt;/STRONG&gt;|B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 08:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205771#M192073</guid>
      <dc:creator>Ankur_Jain1m8</dc:creator>
      <dc:date>2015-07-18T08:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205772#M192074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ankur,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to map multiple keyfigure to signed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to load 0AMOUNT for P&amp;amp;L items and 0BALANCE for Balance sheet items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need mapping for SIGNEDDATA and not the account&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 08:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205772#M192074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-18T08:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205773#M192075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can't do IF statement on signeddata, create two transformation files and do separate loads for balance and P&amp;amp;L account, or use start/end routine BADI to do the check for you.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 02:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205773#M192075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-20T02:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205774#M192076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't load YTD data to periodic model. The "measure" in dimension is not an actual dimension. It's just used to show data in the report by applying some MDX formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load YTD data to periodic model, you will need to do some calculation from BW to calculate the periodic data before adding to BPC model. Then inside the model you can show data in YTD by using measure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 05:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205774#M192076</guid>
      <dc:creator>former_member544285</dc:creator>
      <dc:date>2015-07-20T05:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205775#M192077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below links for data loading with 2 keyfigures.&lt;/P&gt;&lt;H1 style="margin: 13px 0 10px; font-size: 2em; color: #333333; background: #ffffff;"&gt;&lt;A __default_attr="53874" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Multiple Key Figures in BPC" href="https://community.sap.com/" modifiedtitle="true" title="Multiple Key Figures in BPC"&gt;&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'inherit','serif';"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-26973"&gt;&lt;SPAN style="color: #3778c7;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://scn.sap.com/docs/DOC-26973" target="test_blank"&gt;http://scn.sap.com/docs/DOC-26973&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3778c7; font-size: 14.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205775#M192077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-20T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205776#M192078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read what the user is asking, your answer is totally irrelevant. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205776#M192078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-20T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205777#M192079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As others suggested, it is not possible to have IF condition for SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating a package link comprising of packages for P&amp;amp;L items and B/S items as one of the ways to load data in one load process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205777#M192079</guid>
      <dc:creator>gajendra_moond</dc:creator>
      <dc:date>2015-07-20T17:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205778#M192080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you read both documents...they are relevant...how you take use of it is depends on you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't comment without proper info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user is asking how to load two key figure, it's in first document and user is asking for both account type P&amp;amp;L and balance sheet (i.e. INC,EXP,AST and LEQ). that is in second document...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he can use both document and take use of it and prepare his solution based on his requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i din't&lt;SPAN style="font-size: 10pt;"&gt; tell use the document, i just &lt;/SPAN&gt;mentioned. document might help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 03:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205778#M192080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T03:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading with 2 keyfigures</title>
      <link>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205779#M192081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like certain clarification, are we following correct approach by loading&amp;nbsp; 0BALANCE&amp;nbsp; for the balance sheet accounts, or&amp;nbsp; we need to load the periodic values by calculating in BI for the balance sheet and then show the report in YTD measure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 10:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/data-loading-with-2-keyfigures/qaa-p/11205779#M192081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-24T10:08:02Z</dc:date>
    </item>
  </channel>
</rss>

