<?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: BAPI / Simulate API alternative  for BAPI: BAPI_PRICES_CONDITIONS  in SAP Public cloud in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14019154#M4903841</link>
    <description>Dear Gahan_Narayan , We helped you to accept the answer, since there were no further updates under the topic. You can unaccept it anytime if the answer provided was not helpful enough and you have further questions. Best regards, Geovana</description>
    <pubDate>Tue, 18 Feb 2025 01:53:09 GMT</pubDate>
    <dc:creator>GeovanaLettnin</dc:creator>
    <dc:date>2025-02-18T01:53:09Z</dc:date>
    <item>
      <title>BAPI / Simulate API alternative  for BAPI: BAPI_PRICES_CONDITIONS  in SAP Public cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaq-p/13988064</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;We have a requirement to mass create and mass change the price condition data for configurable materials by uploading Excel file, we want to run a simulate/test run before committing the the change/create.&lt;/P&gt;&lt;P&gt;In ECC there is a BAPI : 'BAPI_PRICES_CONDITIONS'&amp;nbsp; for create/change and we could commit or rollback the changes once its executed, similarly is there any alternative BAPI or Simulate API for create/change pricing condition before the POST/PUT call in SAP Public cloud.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="SAP S/4HANA Cloud Public Edition" id="08e2a51b-1ce5-4367-8b33-4ae7e8b702e0"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; &lt;LI-PRODUCT title="SAP S/4HANA Cloud Public Edition Supply Chain" id="253c6759-2b52-46f4-be45-e2ab78f2f420"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="API" id="b31da0dd-f79a-4a1e-988c-af0755c2d184"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 13:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaq-p/13988064</guid>
      <dc:creator>Gahan_Narayan1</dc:creator>
      <dc:date>2025-01-16T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / Simulate API alternative  for BAPI: BAPI_PRICES_CONDITIONS  in SAP Public cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14005676#M4901826</link>
      <description>Dear Gahan, I hope you find yourself well! Thank you for joining the community. As soon as possible, a technical expert will contact you to clarify your question. I am adjusting the tags to redirect the issue to the right team. Best Regards, Erick Goulardt SAP Support</description>
      <pubDate>Mon, 03 Feb 2025 15:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14005676#M4901826</guid>
      <dc:creator>erickgoulardt</dc:creator>
      <dc:date>2025-02-03T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / Simulate API alternative for BAPI: BAPI_PRICES...</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14006552#M4901924</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please pay attention that a new feature is released in 2502 - Manage Price Agreements for Sales Contracts, if that is relevant. Here is the link to my video on this feature:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=75boOKx732Q" target="_blank"&gt;https://www.youtube.com/watch?v=75boOKx732Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In SAP S/4HANA Cloud, the concept of BAPIs as used in ECC is generally replaced by OData services and APIs. For your requirement of simulating price condition data changes before actually making the POST or PUT call, you can use the "Price Simulation - Read" service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This service, known as API_PURGDOCPRCGSIMULATION, allows you to simulate the net price for a transaction based on a pricing schema. It doesn't directly change or create records but instead provides a simulation capability that can help you predict the outcome of your intended changes before you actually commit them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how you can approach your requirement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. **Preparation:** Prepare your data in an Excel file as per your business requirements for mass creation or change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. **Simulation:** Use the "Price Simulation - Read" API to simulate the net price changes based on your proposed data. This allows you to test the data before uploading it permanently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. **Execution:** Once you are satisfied with the simulation results, proceed to actually create or change the price conditions using the relevant API for creating or updating pricing records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. **Communication Scenario:** Ensure that you have configured the required communication scenario, specifically SAP_COM_0294, to use these pricing and simulation services.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dequan Xu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 10:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14006552#M4901924</guid>
      <dc:creator>DequanXu</dc:creator>
      <dc:date>2025-02-04T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / Simulate API alternative  for BAPI: BAPI_PRICES_CONDITIONS  in SAP Public cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14019154#M4903841</link>
      <description>Dear Gahan_Narayan , We helped you to accept the answer, since there were no further updates under the topic. You can unaccept it anytime if the answer provided was not helpful enough and you have further questions. Best regards, Geovana</description>
      <pubDate>Tue, 18 Feb 2025 01:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-simulate-api-alternative-for-bapi-bapi-prices-conditions-in-sap-public/qaa-p/14019154#M4903841</guid>
      <dc:creator>GeovanaLettnin</dc:creator>
      <dc:date>2025-02-18T01:53:09Z</dc:date>
    </item>
  </channel>
</rss>

