<?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: Conversion File Error in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616160#M207519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing will be executed after line:&lt;/P&gt;&lt;P&gt;* JS:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I do not understand the logic: What do you want to replace and what do you want to skip.&lt;/P&gt;&lt;P&gt;Please show data examples!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 17:09:23 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2016-03-11T17:09:23Z</dc:date>
    <item>
      <title>Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaq-p/11616159</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;We are using BPC10.1(SP08), BW7.4(SP13) &amp;amp; EPM addin(SP25)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue while loading Master Data for Project Dimension, We need to achieve two conditions:&lt;/P&gt;&lt;P&gt;1) If the BW has .(Period), it should be skip&lt;/P&gt;&lt;P&gt;2) If BW has "/"(Forward Slash),&amp;nbsp;&amp;nbsp; replace Forward Slash with .(&lt;SPAN style="font-size: 13.3333px;"&gt;Period&lt;/SPAN&gt;)&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;My Conversion File below isnt working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 645px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 8px;"&gt;&lt;TD class="xl63" height="15" width="215"&gt;EXTERNAL&lt;/TD&gt;&lt;TD class="xl63" width="215"&gt;INTERNAL&lt;/TD&gt;&lt;TD class="xl63" width="215"&gt;FORMULA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="19"&gt;*&lt;/TD&gt;&lt;TD class="xl65"&gt;js: %external%.replace("/", "."&lt;SPAN class="font6"&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="15"&gt;*.*&lt;/TD&gt;&lt;TD class="xl64"&gt;*SKIP&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My conversion file below works with one record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 645px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="15" width="215"&gt;EXTERNAL&lt;/TD&gt;&lt;TD class="xl65" width="215"&gt;INTERNAL&lt;/TD&gt;&lt;TD class="xl65" width="215"&gt;FORMULA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;ABC/789&lt;/TD&gt;&lt;TD class="xl67"&gt;js: %external%.replace("/", "."&lt;SPAN class="font6"&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="15"&gt;*&lt;/TD&gt;&lt;TD class="xl66"&gt;*SKIP&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula which is working for just one member doesn't work for *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have one More Condition, where I need to Pull if the number contains "Period" as well as "Forward Slash"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaq-p/11616159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616160#M207519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing will be executed after line:&lt;/P&gt;&lt;P&gt;* JS:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I do not understand the logic: What do you want to replace and what do you want to skip.&lt;/P&gt;&lt;P&gt;Please show data examples!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616160#M207519</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-03-11T17:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616161#M207520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I understood...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then first skip, then replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*.*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *SKIP&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; js: %external%.replace("/", "."&lt;SPAN class="font6"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;P.S. Please sample for: "I need to Pull if the number contains "Period""&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616161#M207520</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-03-11T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616162#M207521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadim, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your reply, It helped me in Solving two conditions while loading Master data, and I have one more condition where I need to bring the data which contains both "." (Period) and "/" (Forward Slash) like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;A.B&amp;nbsp;&amp;nbsp; -&amp;gt; *SKIP ( Working)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. &lt;SPAN style="font-size: 13.3333px;"&gt; A/B&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; A.B&amp;nbsp;&amp;nbsp;&amp;nbsp; (Working) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;A.B/C -&amp;gt; A.B.C (Not able to achieve condition)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616162#M207521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T17:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616163#M207522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*.*/*&amp;nbsp;&amp;nbsp;&amp;nbsp; js: %external%.replace("/", "."&lt;SPAN class="font6"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;*.*&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;*SKIP&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;/SPAN&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; js: %external%.replace("/", "."&lt;SPAN class="font6"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;not sure...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font6"&gt;Vadim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616163#M207522</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-03-11T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion File Error</title>
      <link>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616164#M207523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadim, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May thanks, there were only few records with Period&amp;nbsp; and Slash, so I maintained them Manually in the Conversion File...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 15:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/conversion-file-error/qaa-p/11616164#M207523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T15:45:17Z</dc:date>
    </item>
  </channel>
</rss>

