<?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: Posting a rounding difference in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaa-p/13861283#M4882893</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/886034"&gt;@marinakisel&lt;/a&gt;, the issue was that instead of looking at the account values as a YTD number and then calculate, it calculates each month and then sums up the results of the calculation. The Data Action seems to be working now. Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2024 16:43:30 GMT</pubDate>
    <dc:creator>Thandeka</dc:creator>
    <dc:date>2024-09-10T16:43:30Z</dc:date>
    <item>
      <title>Posting a rounding difference</title>
      <link>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaq-p/13858884</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;I have a calculation that is not working and hoping you can help. I have a data action that looks at the Trial balance (has income statement and balance sheet data). I need to round the amounts/values to the nearest thousand. And then post the rounding difference [(Amounts/1000) - Round((Amounts/1000),0), to 3 accounts.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the income statement rounding difference, it should be posted to IS_ROUND&lt;/LI&gt;&lt;LI&gt;For the Balance sheet rounding difference, it should be posted to either BS_ROUND_DR or BS_ROUND_CR, depending on whether the rounding difference is positive or negative.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The issue is that the rounding difference I see when I run the data action, I get a higher number than expected. Please advise, thanks in advance.&lt;/P&gt;&lt;P&gt;My Data action:&lt;BR /&gt;MEMBERSET [d/CBS_PROFIT_CENTER] = (BASEMEMBER([d/CBS_PROFIT_CENTER].[h/TOTAL], %profit_center%))&lt;BR /&gt;IF [d/Measures] = "IS_Rounding" AND [d/CBS_ACCOUNTS] = "ROUNDING_IS" AND [d/CBS_Account_Cognos].[p/BIS_Company_Code] = "46212" THEN&lt;BR /&gt;DATA([d/CBS_ACCOUNTS] = "ROUNDING_IS", [d/Measures] = "Rounding_Measure", [d/CBS_Account_Cognos] = "IS-ROUNDING46212M-PL20300") = RESULTLOOKUP([d/CBS_ACCOUNTS] = "ROUNDING_IS", [d/Measures] = "IS_Rounding")&lt;BR /&gt;ENDIF&lt;BR /&gt;IF RESULTLOOKUP([d/Measures] = "IS_Rounding", [d/CBS_ACCOUNTS] = "ROUNDING_BS") &amp;lt; 0 THEN&lt;BR /&gt;IF [d/CBS_Account_Cognos].[p/BIS_Company_Code] = "46212" THEN&lt;BR /&gt;DATA([d/CBS_ACCOUNTS] = "ROUNDING_BS", [d/Measures] = "Rounding_Measure", [d/CBS_Account_Cognos] = "BS-ROUNDING46212M-BS20400") = RESULTLOOKUP([d/CBS_ACCOUNTS] = "ROUNDING_IS", [d/Measures] = "IS_Rounding")&lt;BR /&gt;ELSE&lt;BR /&gt;DATA([d/CBS_ACCOUNTS] = "ROUNDING_BS", [d/Measures] = "Rounding_Measure", [d/CBS_Account_Cognos] = "BS-ROUNDING46212M-BS10420") = RESULTLOOKUP([d/CBS_ACCOUNTS] = "ROUNDING_IS", [d/Measures] = "IS_Rounding")&lt;BR /&gt;ENDIF&lt;BR /&gt;ENDIF&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 23:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaq-p/13858884</guid>
      <dc:creator>Thandeka</dc:creator>
      <dc:date>2024-09-08T23:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Posting a rounding difference</title>
      <link>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaa-p/13860112#M4882718</link>
      <description>Hi Thandeka, Just to clarify the requirements: If the rounding difference is negative it should go to BS-ROUNDING46212M-BS20400 and if the rounding difference is positive it should go to BS-ROUNDING46212M-BS10420? From the code you've sent, the data action is checking property p/BIS_Company_Code (not the sign +/- of the value) to define what the destination CBS_Account_Cognos should be. If that doesn't solve the problem, please specify what are the "IS_Rounding" and "Rounding_Measure".</description>
      <pubDate>Tue, 10 Sep 2024 00:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaa-p/13860112#M4882718</guid>
      <dc:creator>marinakisel</dc:creator>
      <dc:date>2024-09-10T00:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Posting a rounding difference</title>
      <link>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaa-p/13861283#M4882893</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/886034"&gt;@marinakisel&lt;/a&gt;, the issue was that instead of looking at the account values as a YTD number and then calculate, it calculates each month and then sums up the results of the calculation. The Data Action seems to be working now. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 16:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/posting-a-rounding-difference/qaa-p/13861283#M4882893</guid>
      <dc:creator>Thandeka</dc:creator>
      <dc:date>2024-09-10T16:43:30Z</dc:date>
    </item>
  </channel>
</rss>

