<?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 BPC Conversion file - using JS code in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356037#M2425</link>
    <description>&lt;P&gt;Easy, just search forum. This question was answered many times.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 13:25:40 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2016-11-09T13:25:40Z</dc:date>
    <item>
      <title>SAP BPC Conversion file - using JS code</title>
      <link>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaq-p/356036</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help us with the following scenario.&lt;/P&gt;&lt;P&gt;When we tried to load the transaction data from BW object to BPC, we have one field 'FISCALPER' that we need to convert to BPC format. Conversion logic for the same is as follows:&lt;/P&gt;&lt;P&gt; 2006001 --&amp;gt; 2006.07&lt;/P&gt;&lt;P&gt; 2006002 --&amp;gt; 2006.08&lt;/P&gt;&lt;P&gt; 2006003 ---&amp;gt; 2006.09&lt;/P&gt;&lt;P&gt; 2006004 --&amp;gt; 2006.10 &lt;/P&gt;&lt;P&gt; 2006005 --&amp;gt; 2006.11 &lt;/P&gt;&lt;P&gt; 2006006 --&amp;gt; 2006.12 &lt;/P&gt;&lt;P&gt; 2006007 ---&amp;gt; 2007.01&lt;/P&gt;&lt;P&gt; 2006008 --&amp;gt; 2007.02&lt;/P&gt;&lt;P&gt; Is it possible to achieve the same using conversion file Java script.?&lt;/P&gt;&lt;P&gt; If so, please guide us.&lt;/P&gt;&lt;P&gt;Thanks and Regards, &lt;/P&gt;&lt;P&gt; Sreeja V&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaq-p/356036</guid>
      <dc:creator>vsreeja</dc:creator>
      <dc:date>2016-11-09T13:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BPC Conversion file - using JS code</title>
      <link>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356037#M2425</link>
      <description>&lt;P&gt;Easy, just search forum. This question was answered many times.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356037#M2425</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-11-09T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BPC Conversion file - using JS code</title>
      <link>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356038#M2426</link>
      <description>&lt;P&gt;Incrementing the year using conversion file is not found in any forum. It wont be 2006 all the time.. This number may change and we cannot hard code the same as well.&lt;/P&gt;&lt;P&gt; ????007 ---&amp;gt; (???? year + 1).01&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sreeja V&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356038#M2426</guid>
      <dc:creator>vsreeja</dc:creator>
      <dc:date>2016-11-09T14:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BPC Conversion file - using JS code</title>
      <link>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356039#M2427</link>
      <description>&lt;P&gt;Easy:&lt;/P&gt;&lt;P&gt;js:(((parseInt(%external%.toString().slice(0,4))*12+parseInt(%external%.toString().slice(-2))+5)/12)^0).toString()&lt;BR /&gt;+"."+("0"+((parseInt(%external%.toString().slice(0,4))*12+parseInt(%external%.toString().slice(-2))+5)%12+1).toString()).slice(-2)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 15:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/sap-bpc-conversion-file-using-js-code/qaa-p/356039#M2427</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-11-09T15:12:04Z</dc:date>
    </item>
  </channel>
</rss>

