<?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: CHANGESET_PROCESS - Defer Mode in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174632#M4552879</link>
    <description>&lt;P&gt;No. Because it's complicated to implement and if it's not required why would you want to make things more complicated than required?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 18:30:55 GMT</pubDate>
    <dc:creator>Andre_Fischer</dc:creator>
    <dc:date>2020-04-28T18:30:55Z</dc:date>
    <item>
      <title>CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaq-p/12174631</link>
      <description>&lt;P&gt;All the CRUD methods, EXECUTE_ACTION method, CREATE_DEEP_ENTITY method, CREATE_STREAM etc.. can be implemented inside CHANGESET_PROCESS using defer mode. Hence, can we say that it is best approach to always implement CAHNGESET_PROCESS instead of all other methods in DPC_EXT ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 16:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaq-p/12174631</guid>
      <dc:creator>omi1</dc:creator>
      <dc:date>2020-04-28T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174632#M4552879</link>
      <description>&lt;P&gt;No. Because it's complicated to implement and if it's not required why would you want to make things more complicated than required?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 18:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174632#M4552879</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2020-04-28T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174633#M4552880</link>
      <description>&lt;P&gt;Thanks for your comment Andre.&lt;/P&gt;&lt;P&gt;May be because it improves the performance when dealing with multiple payloads at once. Also, it avoids the looping of methods when dealing with multiple entries.. Example: Lets say we are trying to create 5 work order header details at once, In this case the payload is sent via $batch from UI, now we have two options, 1. Implement CREATE_ENTITY followed by CHANGESET_BEGIN and CHANGESET_END (this will loop the CREATE_ENTITY multiple times) 2. Implement CHANGESET_BEGIN, CHANGESET_END, CHANGESET_PROCESS (no looping , All 5 work orders gets created in CHANGESET_PROCESS)  makes sense ?? Open for your comments/suggest&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174633#M4552880</guid>
      <dc:creator>omi1</dc:creator>
      <dc:date>2020-04-29T06:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174634#M4552881</link>
      <description>&lt;P&gt;Are you saying that when we are dealing with single payloads and one line of data we can still go ahead and implement CRUD methods ? Here there is no point in implementing CHANGESET_PROCESS (no batch operations)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174634#M4552881</guid>
      <dc:creator>omi1</dc:creator>
      <dc:date>2020-04-29T06:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174635#M4552882</link>
      <description>&lt;P&gt;Yes, if you have simple operations you should just implement the simple CREATE_ENTITY , ... methods.&lt;/P&gt;&lt;P&gt;I agree that there are definitely advantages when dealing with multiple payloads at once. (That's what we have built it for ;-)). For example if you want to support content id referencing.&lt;/P&gt;&lt;P&gt;But if you have a simple application I would recommend to stick to the basic methods.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 08:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174635#M4552882</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2020-04-29T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGESET_PROCESS - Defer Mode</title>
      <link>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174636#M4552883</link>
      <description>&lt;P&gt;Thank you Andre, that answers my question. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 11:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changeset-process-defer-mode/qaa-p/12174636#M4552883</guid>
      <dc:creator>omi1</dc:creator>
      <dc:date>2020-04-29T11:47:44Z</dc:date>
    </item>
  </channel>
</rss>

