<?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: Comments save sequence in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799008#M214541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT_CV is not related to the comments saved in previous save &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 08:05:28 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2016-08-23T08:05:28Z</dc:date>
    <item>
      <title>Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaq-p/11798996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Environment: SAP EPM 10.0&amp;nbsp; NW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We submit&amp;nbsp; dimension member information as comment from workbook along with data, which will be used in the custom logic BADI to do further processing on that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We trigger the custom logic BADI in the default logic to process incoming data on the fly as they get submitted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when data and comments get submitted , BADI doesn't see the latest comment when queried for processing from comment table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the comment is not saved by the time default logic is triggered.&amp;nbsp; Is our understanding correct, if so, how to read the in flight comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help and suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Dilkins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 20:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaq-p/11798996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-19T20:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798997#M214530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Looks like the comment is not saved by the time default logic is triggered.&amp;nbsp; Is our understanding correct, if so, how to read the in flight comment."&lt;/P&gt;&lt;P&gt;It's correct and there is no badi to trigger when comment is saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way is to modify BPC code but I don't like this idea &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. And this question was discussed already in this forum...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798997#M214530</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-19T21:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798998#M214531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vadim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Dilkins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 02:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798998#M214531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-23T02:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798999#M214532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remember well comments are saved before the custom logic badi code is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I believe is happening in your case is that you may have more than one entry for the same region, and your select is getting the first one (Oldest comment). Remember that comments are saved with a timestamp, which means it will keep all comments entered for that region. In that case, you need to get last timestamp. Therefore, select from the commentary table and then SORT by TIMESTAMP DESCENDING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 04:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11798999#M214532</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T04:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799000#M214533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If I remember well comments are saved before the custom logic badi code is executed." - after!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 05:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799000#M214533</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T05:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799001#M214534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right... I did not remember well.&lt;/P&gt;&lt;P&gt;But I knew I had achieve this in the past.. Looking at my stuff I found what I did to workaround this. I used a macro to "save twice the data" without the user notice... Andrew, you'll need to save a different value so I recommend using a "dummy" account to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub saveData()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EPM.SetUserOption "HideSubmitWarning", True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EPM.SaveWorksheetData&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Range("L58").Value = Range("L58").Value + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EPM.SetUserOption "HideSubmitWarning", False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EPM.SaveAndRefreshWorksheetData&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 05:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799001#M214534</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799002#M214535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some issues with this approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second save you don't have a scope of original save.&lt;/P&gt;&lt;P&gt;Timestamp has to be compared with current time with some tolerance... (unpredictable!)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 06:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799002#M214535</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799003#M214536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope,&lt;/P&gt;&lt;P&gt;If he saves it using the same region (Entity, Categ, Time...) only replacing account by the dummy account...&lt;/P&gt;&lt;P&gt;About the timestamp I did not get your point. Timestamp will be used only to get the latest version of comment within a data region...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used this approach, I used comments to update dimension members description through excel. So the users would type the description - that would be saved as comment and in the badi I'd update the member description.&lt;/P&gt;&lt;P&gt;If the point here is to use comments to send dimension properties to use in the calculation, there are better and more efficient ways using ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799003#M214536</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799004#M214537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"I used comments to update dimension members description through excel" - for this specific case my comment is not relevant.&lt;/P&gt;&lt;P&gt;But if you want to use comments to change calculation logic - then it's an issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799004#M214537</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T07:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799005#M214538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S. even in case "update dimension members description"&lt;/P&gt;&lt;P&gt;How to determine the list of members to update descriptions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799005#M214538</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T07:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799006#M214539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How come is an issue? Once in ABAP with the info from IT_CV you can select whatever you want...&lt;/P&gt;&lt;P&gt;It's not the best world but it is totally feasible and I have done it before. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799006#M214539</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799007#M214540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Once in ABAP with the info from IT_CV you can select whatever you want..."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799007#M214540</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T08:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799008#M214541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT_CV is not related to the comments saved in previous save &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799008#M214541</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799009#M214542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course not, and don't need to be..&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As I said, "Use a dummy account"..&lt;/P&gt;&lt;P&gt;The dummy account is the trigger having all filters necessary to retrieve the rest of the information. The accounts with the comments are the accounts used in the calculation... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Save the data and comments&lt;/P&gt;&lt;P&gt;&amp;gt; Skip the calculation (badi) if not trigger acc&lt;/P&gt;&lt;P&gt;&amp;gt; Save the trigger (dummy acc)&lt;/P&gt;&lt;P&gt;&amp;gt; Retrieve the data for the accounts needed in the calculation&lt;/P&gt;&lt;P&gt;&amp;gt; Retrieve comments from commentary table&lt;/P&gt;&lt;P&gt;&amp;gt; Calculate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799009#M214542</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T08:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799010#M214543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but incorrect.&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have report with 100 rows of Products with EPMSaveComment for each row.&lt;/P&gt;&lt;P&gt;User changed comments for 5 rows and launched VBA Save procedure.&lt;/P&gt;&lt;P&gt;5 comments will be saved.&lt;/P&gt;&lt;P&gt;Then dummy account for some single row will be incremented and saved.&lt;/P&gt;&lt;P&gt;BADI will not know the 5 Products to be updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799010#M214543</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799011#M214544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but can be easily handled with vba as well... putting the dummy account in the expansion and using local members to identify the changed products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After refresh -&amp;gt; copy values local members&lt;/P&gt;&lt;P&gt;After first save -&amp;gt; check which products are different then before&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; save against dummy to perform calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI "will know the 5 products".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, not ideal but possible. Things get more complicated if the input form has a big expansion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799011#M214544</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799012#M214545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely "not ideal" &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Better then nothing &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But BPC code enhancement to add code after comment save is also bad. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799012#M214545</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-23T09:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Comments save sequence</title>
      <link>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799013#M214546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, ideal would have the comment saved before, or even a way to capture in the custom logic badi, but... sometimes we need to come up with this "bad" ideas... c'est la vie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/comments-save-sequence/qaa-p/11799013#M214546</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2016-08-23T09:20:33Z</dc:date>
    </item>
  </channel>
</rss>

