<?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: Script logic problem in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379450#M198219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please answer my last question - how the code is executed?&lt;/P&gt;&lt;P&gt;And what dimensions do you have in the model - not clear from input form...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 15:28:24 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2015-11-19T15:28:24Z</dc:date>
    <item>
      <title>Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaq-p/11379440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please i want to do a logic script who calculate the final stock ,&amp;nbsp; I have the member Stock_ initial at the dimension&amp;nbsp; Rubrique_stock and i have the member Ventes , &lt;/P&gt;&lt;P&gt;the initial stock is&amp;nbsp; the stock of the the last mounth of last year , and for Ventes it's depending of a mount of the current year ,&lt;/P&gt;&lt;P&gt;here is the script i did but it does not work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*XDIM_FILTER ARTICLE_SOCIETE = [ARTICLE_SOCIETE].PROPERTIES("TYPE_ARTICLE") ="ZPFN"&lt;/P&gt;&lt;P&gt;*XDIM_MEMBERSET TYPE_VALEUR = QTE&lt;/P&gt;&lt;P&gt;*WHEN RUBRIQUE_STOCK&lt;/P&gt;&lt;P&gt;*IS Stock_initial&lt;/P&gt;&lt;P&gt;//*REC(EXPRESSION = [RUBRIQUE_STOCK].[Stock_initial] + ([RUBRIQUE_STOCK].[Entrées],[TEMPS].[2015.IMP]) - ([RUBRIQUE_STOCK].[Ventes],[TEMPS].[2015.IMP]) - ([RUBRIQUE_STOCK].[Sorties],[TEMPS].[2015.IMP]), RUBRIQUE_STOCK = Stock)&lt;/P&gt;&lt;P&gt;*REC(EXPRESSION = ([RUBRIQUE_STOCK].[Stock_initial],[TEMPS].[2014.12]) - [RUBRIQUE_STOCK].[Sorties], RUBRIQUE_STOCK = Stock)&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;*COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find attached a screen of the input forms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please what do you suggest ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaq-p/11379440</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379441#M198210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUBRIQUE_STOCK: &lt;STRONG&gt;Stock_initial&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TEMPS: &lt;STRONG&gt;2014.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUBRIQUE_STOCK: Sorties or Ventes???&lt;/P&gt;&lt;P&gt;TEMPS: 2015.IMP or ?? Not clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUBRIQUE_STOCK: &lt;STRONG&gt;Stock&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TEMPS: 2015.02 Not clear??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. And it's a bad idea to provide code with commented lines - just lead to misunderstanding &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1382/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379441#M198210</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379442#M198211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the stock _initial&amp;nbsp; of last year , and i have Sorties not Ventes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate Ventes of every mounth at the current year&lt;/P&gt;&lt;P&gt;for exemple&lt;/P&gt;&lt;P&gt;Stock&amp;nbsp; of article 1 for month 2015.01= Ventes (2015.01)- Stock initial ( 2014.12)&lt;/P&gt;&lt;P&gt;Stock&amp;nbsp; of article 1 for month 2015.02= Ventes (2015.02)- Stock initial ( 2014.12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 12:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379442#M198211</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379443#M198212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*XDIM_FILTER ARTICLE_SOCIETE = [ARTICLE_SOCIETE].PROPERTIES("TYPE_ARTICLE") ="ZPFN"&lt;/P&gt;&lt;P&gt;*XDIM_MEMBERSET TYPE_VALEUR = QTE&lt;/P&gt;&lt;P&gt;*XDIM_MEMBERSET RUBRIQUE_STOCK = Stock_initial,Ventes&lt;/P&gt;&lt;P&gt;*XDIM_MEMBERSET TEMPS = 2014.12,2015.01,2015.02,2015.03,2015.04,2015.05,2015.06,2015.07,2015.08,2015.09,2015.10,2015.11,2015.12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*WHEN TEMPS&lt;/P&gt;&lt;P&gt;*IS 2014.12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*WHEN RUBRIQUE_STOCK&lt;/P&gt;&lt;P&gt;*IS Stock_initial&lt;/P&gt;&lt;P&gt;*FOR %M%=01,02,03,04,05,06,07,08,09,10,11,12&lt;/P&gt;&lt;P&gt;*REC(EXPRESSION=-%VALUE%,RUBRIQUE_STOCK=Stock,TEMPS=2015.%M%)&lt;/P&gt;&lt;P&gt;*NEXT&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*ELSE //months of current year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*WHEN RUBRIQUE_STOCK&lt;/P&gt;&lt;P&gt;*IS Ventes&lt;/P&gt;&lt;P&gt;*REC(EXPRESSION=%VALUE%,RUBRIQUE_STOCK=Stock)&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 12:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379443#M198212</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T12:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379444#M198213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mr Vadim , but it does nit work , i do not understand why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379444#M198213</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379445#M198214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Doesn't work" - what do you mean? No information...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379445#M198214</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379446#M198215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i'm testing at the input form , it does not diplay anything at&amp;nbsp; stock column .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379446#M198215</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379447#M198216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how you execute the code? By DM package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379447#M198216</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379448#M198217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S. Please read: &lt;A __default_attr="101211" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How To: Ask questions about Script Logic issues" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379448#M198217</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T15:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379449#M198218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay , Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379449#M198218</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379450#M198219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please answer my last question - how the code is executed?&lt;/P&gt;&lt;P&gt;And what dimensions do you have in the model - not clear from input form...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379450#M198219</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379451#M198220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put the code in DEFAULT.LGF,&lt;/P&gt;&lt;P&gt;and for dimensions of the model : TYPE_VALEUR , TIME,RUBRIQUE_STOCK, ARTICLE_SOCIETE,COST_CENTER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379451#M198220</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379452#M198221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And i Have two report&amp;nbsp; the first one where i have Stock_initial and the second one is where i have VENTES&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/833884" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/833885" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379452#M198221</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379453#M198222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Default.lgf - is absolutely different story &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1382/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The code I have posted was for DM package!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379453#M198222</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T15:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379454#M198223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah , i'm new into BPC , please what can i do so that work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379454#M198223</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379455#M198224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script in Default.lgf below will work if you enter number of Ventes values in the &lt;STRONG&gt;SINGLE YEAR&lt;/STRONG&gt; and save!&lt;/P&gt;&lt;P&gt;It will not work on changes of Stock_initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//%TEMPS_SET% contain initial scope of sent data for TEMPS dimension - &lt;STRONG&gt;for the same year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*SELECT(%YS%,[YEAR],TEMPS,[ID]=%TEMPS_SET%) //%TEMPS_SET% = ex.: 2015.02,2015.04,2015.05&lt;/P&gt;&lt;P&gt;//%YS% will have years: 2015,2015,2015&lt;/P&gt;&lt;P&gt;*SELECT(&lt;STRONG&gt;%M1%&lt;/STRONG&gt;,[ID],TEMPS,[YEAR]=%YS% AND MONTHNUM=1) //%M1% - will contain January of this year 2015.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*WHEN ARTICLE_SOCIETE.TYPE_ARTICLE&lt;/P&gt;&lt;P&gt;*IS ZPFN&lt;/P&gt;&lt;P&gt;*WHEN TYPE_VALEUR&lt;/P&gt;&lt;P&gt;*IS QTE&lt;/P&gt;&lt;P&gt;*WHEN RUBRIQUE_STOCK&lt;/P&gt;&lt;P&gt;*IS Ventes&lt;/P&gt;&lt;P&gt;*REC(EXPRESSION=%VALUE%-([RUBRIQUE_STOCK].[Stock_initial],[TEMPS].[&lt;STRONG&gt;TMVL(-1,%M1%)&lt;/STRONG&gt;]),RUBRIQUE_STOCK=Stock) //TMVL(-1,%M1%)=2014.12&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;*ENDWHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read also my document about default.lgf: &lt;A __default_attr="55628" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="How-To: Write default.lgf" href="https://community.sap.com/" modifiedtitle="true" title="How-To: Write default.lgf"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379455#M198224</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T16:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379456#M198225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S. If you want to update Stock_Initial - then you will need to run DM package with my previous code. The Default.lgf will generate error if you change data in different years simultaneously!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379456#M198225</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379457#M198226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it puts at the Stock column the same value as Ventes &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/833912" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379457#M198226</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379458#M198227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check other dimension members for &lt;STRONG&gt;Stock_Initial&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE_VALEUR?&lt;/P&gt;&lt;P&gt;ARTICLE_SOCIETE?&lt;/P&gt;&lt;P&gt;COST_CENTER?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my code I assume the same as for Ventes!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use single report instead of 2! Then you will see the difference in members...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is M1, M2 on the report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379458#M198227</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-11-19T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script logic problem</title>
      <link>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379459#M198228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Descrption of Mounts it M1 is 2015.01 ...., all dimensions are the same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/script-logic-problem/qaa-p/11379459#M198228</guid>
      <dc:creator>former_member269849</dc:creator>
      <dc:date>2015-11-19T17:19:26Z</dc:date>
    </item>
  </channel>
</rss>

