<?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: BPC 10.1 Standard : copy comments from previous month in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506457#M10802</link>
    <description>&lt;P&gt;I prefer not to change standard code of copy comments (may conflict with some future SP). With UJD_TEST_PACKAGE you simply create an answer prompt with required time id's.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 21:12:26 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2017-10-09T21:12:26Z</dc:date>
    <item>
      <title>BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaq-p/506454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Is it possible to customise the COPYCOMMENTS package so that the user only selects the target period and BPC automatically selects the prior period as the source? I have customised the package so that only the category (source and target are the same) and time (source and target are different) need to be selected which is e good start. But ideally I would like the user to only select the target period.&lt;/P&gt;
  &lt;P&gt;I have found this blog &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://blogs.sap.com/2013/01/06/customize-the-standard-sap-bpc-packages/"&gt;https://blogs.sap.com/2013/01/06/customize-the-standard-sap-bpc-packages/&lt;/A&gt; which has helped me but has not been able to provide an answer to my specific question.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Arnold&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 12:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaq-p/506454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-09T12:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506455#M10800</link>
      <description>&lt;P&gt;No, it’s impossible to use any time operators in the dm advanced script. You are not able to generate prev month id. You can try to program some badi based on ujd_test_package and generate prev month id inside badi.&lt;/P&gt;
  &lt;P&gt;P.S. You can also use VBA code to pass parameters to DM package - please read my blog: &lt;A href="https://blogs.sap.com/2017/06/16/simple-vba-function-to-pass-parameters-to-dm-packages/" target="test_blank"&gt;https://blogs.sap.com/2017/06/16/simple-vba-function-to-pass-parameters-to-dm-packages/&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;VBA can calculate previous month &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 13:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506455#M10800</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-10-09T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506456#M10801</link>
      <description>&lt;P&gt;Hey Arnold, &lt;/P&gt;
  &lt;P&gt;Unfortunately the only way is via ABAP. You can either create a custom logic process as described above, or create a custom process type based on BPCCOMS - Delete Comments (It's also used for copy comments). This new process type would refer to a custom class copy of &lt;/P&gt;
  &lt;P&gt;CL_UJD_BPC_CLEAR_COMMENTS, where you'd change the source selection - Simply copy that class and change the method RUN.&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Lucas&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506456#M10801</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2017-10-09T19:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506457#M10802</link>
      <description>&lt;P&gt;I prefer not to change standard code of copy comments (may conflict with some future SP). With UJD_TEST_PACKAGE you simply create an answer prompt with required time id's.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506457#M10802</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-10-09T21:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506458#M10803</link>
      <description>&lt;P&gt;Who mention change standard code? &lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506458#M10803</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2017-10-09T21:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506459#M10804</link>
      <description>&lt;P&gt;You: "custom class &lt;STRONG&gt;copy &lt;/STRONG&gt;of CL_UJD_BPC_CLEAR_COMMENTS"&lt;/P&gt;
  &lt;P&gt;If in the next SP the code of CL_UJD_BPC_CLEAR_COMMENTS will be changed then you will have issues!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506459#M10804</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-10-09T21:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506460#M10805</link>
      <description>&lt;P&gt;Still trying to find where I said to change standard code.... Anyway... Why would you have issues with Z class?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506460#M10805</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2017-10-09T21:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506461#M10806</link>
      <description>&lt;P&gt;Because the class CL_UJD_BPC_CLEAR_COMMENTS can be changed with some SP!&lt;/P&gt;
  &lt;P&gt;And old Z copy will have a different code compared to current CL_UJD_BPC_CLEAR_COMMENTS.&lt;/P&gt;
  &lt;P&gt;To my mind the approach with code based on UJD_TEST_PACKAGE is more safe - only parameters setting.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506461#M10806</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-10-09T21:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506462#M10807</link>
      <description>&lt;P&gt;If the Z solution still works after upgrade it doesn't matter if the standard class changes... Last time this class was changed was over an year ago, for parallel process. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Every upgrade can have impact in a number of things, standard or custom, if you base your solutions entirely based on the possibility of SAP changing something in a class that you don't even directly use you might as well just use standard. Just do what needs to be done and assess the impacts before upgrade.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506462#M10807</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2017-10-09T21:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506463#M10808</link>
      <description>&lt;P&gt;I prefer to use different approach in SAP development: never copy SAP code to Z.&lt;/P&gt;
  &lt;P&gt;For this particular question we don't need to change anything in copy comments code. The process chain is fine, we just need to provide correct parameters. And this can be done with a simple code based on UJD_TEST_PACKAGE.&lt;/P&gt;
  &lt;P&gt;Another alternative is to use VBA code to pass answer prompt to DM package - no ABAP at all!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 22:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506463#M10808</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2017-10-09T22:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: BPC 10.1 Standard : copy comments from previous month</title>
      <link>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506464#M10809</link>
      <description>&lt;P&gt;You said that you never copy standard and then recommended a code based on standard... &lt;/P&gt;
  &lt;P&gt;And following your logic, the alternative based on VBA may not work in case of upgrades in the add-in or in the back end process.. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 22:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/bpc-10-1-standard-copy-comments-from-previous-month/qaa-p/506464#M10809</guid>
      <dc:creator>lucas_costa3</dc:creator>
      <dc:date>2017-10-09T22:37:55Z</dc:date>
    </item>
  </channel>
</rss>

