<?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: SBO Alert when price change in special price for BP i... in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603497#M178844</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1395713"&gt;@Daniel_&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Can you describe in what way the query result differs from what you imagined? Is it just that it does not take SPP2 into account?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 10:22:10 GMT</pubDate>
    <dc:creator>Johan_Hakkesteegt</dc:creator>
    <dc:date>2024-02-13T10:22:10Z</dc:date>
    <item>
      <title>SBO Alert when price change in special price for BP is above 20%</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaq-p/13602516</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am wondering if there is a way in SAP Businiess One to get an alert if a price change in special price for business parter is above 20%.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 12:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaq-p/13602516</guid>
      <dc:creator>Daniel_</dc:creator>
      <dc:date>2024-02-12T12:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603265#M178840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try this query:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;SELECT h.CardCode, r.ItemCode, p.Price, r.Discount, r.Price AS [Price after Discount]
FROM OSPP h
     INNER JOIN SPP1 r ON h.ItemCode = r.ItemCode AND h.CardCode = r.CardCode
	 INNER JOIN OCRD c ON h.CardCode = c.CardCode
	 INNER JOIN ITM1 p ON r.ItemCode = p.ItemCode AND c.ListNum = p.PriceList
WHERE (r.Discount &amp;gt; 20)&lt;/LI-CODE&gt;&lt;P&gt;If it gives you the result you expected, save it and create an alert (&lt;EM&gt;Administration &amp;gt; Alerts Management &amp;gt; Actions &amp;gt; Create User Alert&lt;/EM&gt;). Then add the query to the alert:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Johan_H_0-1707810021702.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/64435i81B12426236E9A22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Johan_H_0-1707810021702.png" alt="Johan_H_0-1707810021702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 07:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603265#M178840</guid>
      <dc:creator>Johan_Hakkesteegt</dc:creator>
      <dc:date>2024-02-13T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603323#M178843</link>
      <description>Hi Johan, thank you very much for your reply. The query works perfectly, but the result is not what I had imagined. We maintain our purchase prices in the tables SPP1 (with date from to) to see the price history and SPP2 (with quantity scales) if there are any. The report is intended to help us prevent errors in monthly price maintenance. Because we maintain a lot of prices, it can happen, for example, that a comma is set incorrectly.</description>
      <pubDate>Tue, 13 Feb 2024 08:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603323#M178843</guid>
      <dc:creator>Daniel_</dc:creator>
      <dc:date>2024-02-13T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603497#M178844</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1395713"&gt;@Daniel_&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Can you describe in what way the query result differs from what you imagined? Is it just that it does not take SPP2 into account?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 10:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13603497#M178844</guid>
      <dc:creator>Johan_Hakkesteegt</dc:creator>
      <dc:date>2024-02-13T10:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13605079#M178848</link>
      <description>We are not working with List Price. We just enter purchase prices in the special price for business partner. There we never enter e price in the OSPP T1.[Price]. We enter the prices in the SPP1 T3.[Price] [Period Discount Price] and SPP2 T5.[Price] [Quantity Break Price]. What I am looking for is a way to get an alert, when the Period Discount Price or the Quantity Break Price is uptated by a purchaser and the difference of the new price to the old one is higher than 20%.</description>
      <pubDate>Wed, 14 Feb 2024 13:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13605079#M178848</guid>
      <dc:creator>Daniel_</dc:creator>
      <dc:date>2024-02-14T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13605174#M178849</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1395713"&gt;@Daniel_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Do you mean:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the alert should be triggered when the difference between the previously entered special price and the newly entered special price is &amp;gt;= 20%. (only up)&lt;/LI&gt;&lt;LI&gt;the alert should be triggered when the difference between the previously entered special price and the newly entered special price is &amp;gt;= 20% or &amp;lt;= -20%. (up or down)&lt;/LI&gt;&lt;LI&gt;the alert should be triggered when the difference between the normal list price and the newly entered special price is &amp;gt;= 20%. (only up)&lt;/LI&gt;&lt;LI&gt;the alert should be triggered when the difference between the normal list price and the newly entered special price is &amp;gt;= 20% or &amp;lt;= -20%. (up or down)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13605174#M178849</guid>
      <dc:creator>Johan_Hakkesteegt</dc:creator>
      <dc:date>2024-02-14T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606209#M178862</link>
      <description>Hello Johan, thank you for your support. The alert should be triggered when the difference between the previously entered special price and the newly entered special price is &amp;gt;= 20% or &amp;lt;= -20%. (up or down).</description>
      <pubDate>Thu, 15 Feb 2024 08:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606209#M178862</guid>
      <dc:creator>Daniel_</dc:creator>
      <dc:date>2024-02-15T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606329#M178864</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1395713"&gt;@Daniel_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Sorry, I just realized that this is not as easy as it sounds. We can only compare separate rows.&amp;nbsp;Meaning, if the user overwrites a price, there is really no way of knowing. That scenario we can only block with the&amp;nbsp;SBO_SP_TransactionNotification stored procedure (maybe, as this may be complicated).&lt;/P&gt;&lt;P&gt;In SPP1 we can compare separate rows by date, and in SPP2 by amount.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606329#M178864</guid>
      <dc:creator>Johan_Hakkesteegt</dc:creator>
      <dc:date>2024-02-15T10:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: SBO Alert when price change in special price for BP i...</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606362#M178865</link>
      <description>Hello Johan, yes, it really isn't that easy. Thank you in any case for your support.</description>
      <pubDate>Thu, 15 Feb 2024 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sbo-alert-when-price-change-in-special-price-for-bp-is-above-20/qaa-p/13606362#M178865</guid>
      <dc:creator>Daniel_</dc:creator>
      <dc:date>2024-02-15T10:20:26Z</dc:date>
    </item>
  </channel>
</rss>

