<?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: How to use HTTP Post method in SAP Gateway Client using JSON format? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14089497#M4912296</link>
    <description>&lt;P&gt;In OData standards, the POST method is used to create, not to update.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 12:54:15 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2025-04-29T12:54:15Z</dc:date>
    <item>
      <title>How to use HTTP Post method in SAP Gateway Client using JSON format?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaq-p/14089476</link>
      <description>&lt;P&gt;I was trying to update a custom table using the HTTP METHOD POST in SAP Gateway Client. Here's the JSON format that I've used. The fields ZBANDNAME, ZESTDATE, ZMEMBERS are key fields while the ZSTATUS is not and I'm trying to update it.&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
 "ZBANDNAME" : "ONE DIRECTION",
 "ZESTDATE" : "2010",
 "ZMEMBERS" : "FOUR",
 "ZSTATUS"  : "DISBANDED"
}&lt;/LI-CODE&gt;&lt;P&gt;Upon trying to update the value of a field ZSTATUS in SAP GW Client, I encountered an error message:&amp;nbsp;"The key value is already in use. Please enter a different one."&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I avoid this issue and proceed with the update?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 12:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaq-p/14089476</guid>
      <dc:creator>bigflatfoot</dc:creator>
      <dc:date>2025-04-29T12:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HTTP Post method in SAP Gateway Client using JSON format?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14089497#M4912296</link>
      <description>&lt;P&gt;In OData standards, the POST method is used to create, not to update.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 12:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14089497#M4912296</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2025-04-29T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HTTP Post method in SAP Gateway Client using JSON format?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090447#M4912407</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/145194"&gt;@Sandra_Rossi&lt;/a&gt; thank you. However, I am experiencing an error 400 code when using the PATCH, or DELETE HTTP Method. Would that be related to authorization issue?</description>
      <pubDate>Wed, 30 Apr 2025 09:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090447#M4912407</guid>
      <dc:creator>bigflatfoot</dc:creator>
      <dc:date>2025-04-30T09:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HTTP Post method in SAP Gateway Client usi...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090483#M4912417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which is the key filed in this?&lt;/P&gt;&lt;P&gt;The error&amp;nbsp;suggests that you're trying to update an existing record. Apart from the key field, can you please modify the values of other properties and try?&lt;/P&gt;&lt;P&gt;PATCH or PUT instead of CREATE you can try, also please ensure the correct Url.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 10:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090483#M4912417</guid>
      <dc:creator>ArunJacob</dc:creator>
      <dc:date>2025-04-30T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HTTP Post method in SAP Gateway Client using JSON format?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090490#M4912420</link>
      <description>You need to change the URL to pass the key (it's like GET). PATCH serviceRoot/entity(key). See how OData works.</description>
      <pubDate>Wed, 30 Apr 2025 11:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-use-http-post-method-in-sap-gateway-client-using-json-format/qaa-p/14090490#M4912420</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2025-04-30T11:02:23Z</dc:date>
    </item>
  </channel>
</rss>

