<?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: SAP MDK Changeset Response in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528132#M4696196</link>
    <description>&lt;P&gt;The OnSuccess of the Change Set doesn't have any data associated with it so I would expect the action result to be empty.  Since the Change Set usually involves more than one OData actions (create/update), if you need to access the action result from one of the actions then you would want to attach a rule to the OnSucess of the individual action.  If you only want to use that data if the overall change set is successful you can just temporarily store the action result and then reference from the change set OnSuccess rule.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 06:02:46 GMT</pubDate>
    <dc:creator>bill_froelich</dc:creator>
    <dc:date>2022-01-05T06:02:46Z</dc:date>
    <item>
      <title>SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaq-p/12528129</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have override the changeset action to POST records in backend online scenario , I am using ActionResults and Success/Failure to capture changeset response but I get actionResult.data as undefined and empty &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2006518-screen-shot-2021-12-17-at-53940-pm.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Backend response.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2006519-screen-shot-2021-12-17-at-50515-pm.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;bill.froelich&lt;/SPAN&gt; &lt;/P&gt;
  &lt;P&gt;Please suggest.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 22:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaq-p/12528129</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2021-12-17T22:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528130#M4696194</link>
      <description>&lt;P&gt;Where are you calling your rule, in the OnSuccess of the ChangeSet or the OnSuccess of the CreateEntity?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528130#M4696194</guid>
      <dc:creator>bill_froelich</dc:creator>
      <dc:date>2022-01-04T20:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528131#M4696195</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;bill.froelich&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Yes on OnSuccess of the ChangeSet.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 02:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528131#M4696195</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2022-01-05T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528132#M4696196</link>
      <description>&lt;P&gt;The OnSuccess of the Change Set doesn't have any data associated with it so I would expect the action result to be empty.  Since the Change Set usually involves more than one OData actions (create/update), if you need to access the action result from one of the actions then you would want to attach a rule to the OnSucess of the individual action.  If you only want to use that data if the overall change set is successful you can just temporarily store the action result and then reference from the change set OnSuccess rule.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 06:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528132#M4696196</guid>
      <dc:creator>bill_froelich</dc:creator>
      <dc:date>2022-01-05T06:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528133#M4696197</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;bill.froelich&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;In ActiopnResult.data of oData Action(create/update) we get only what is posted in pending , not the response.&lt;/P&gt;&lt;P&gt;Any suggestions, see below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008049-microsoftteams-image-12.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 15:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528133#M4696197</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2022-01-06T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528134#M4696198</link>
      <description>&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;I checked with the team and since the change set is not committed you will not see the response.  They suggested a possible workaround is to use the read API and query option to get the committed entity value in the change set OnSuccess action.&lt;/P&gt;&lt;P&gt;--Bill&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 21:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/12528134#M4696198</guid>
      <dc:creator>bill_froelich</dc:creator>
      <dc:date>2022-01-10T21:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP MDK Changeset Response</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/13623203#M4820191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/14699"&gt;@bill_froelich&lt;/a&gt;&amp;nbsp;as per the last response to get the details of the committed records the work around is to make read call with query parameters. Do you mean we will need to pass the key parameters those used for record creation or can use&amp;nbsp;@odata:readLink in the read API? can you please advise?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 05:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-changeset-response/qaa-p/13623203#M4820191</guid>
      <dc:creator>learner1</dc:creator>
      <dc:date>2024-02-29T05:20:40Z</dc:date>
    </item>
  </channel>
</rss>

