<?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>topic Commit work v/s Update task - Performance impact in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772024#M1463296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update large amount of data into a ztable using INSERT statement.&lt;/P&gt;&lt;P&gt;This task is performance critical. &lt;/P&gt;&lt;P&gt;Which method of table update will have positive impact on the performance -&amp;gt; commit work or call func. in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Apr 2010 07:26:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-06T07:26:40Z</dc:date>
    <item>
      <title>Commit work v/s Update task - Performance impact</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772024#M1463296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update large amount of data into a ztable using INSERT statement.&lt;/P&gt;&lt;P&gt;This task is performance critical. &lt;/P&gt;&lt;P&gt;Which method of table update will have positive impact on the performance -&amp;gt; commit work or call func. in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 07:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772024#M1463296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-06T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work v/s Update task - Performance impact</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772025#M1463297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the update task is for transactional changes of objects (small number), it creates an overhead which is however necesary to insure data consistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you plan to update really a lot of data, then you should work directly with commit works after around 10.000 records.&lt;/P&gt;&lt;P&gt;You must ensure that nobody works in parallel on your updated inconsistent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 13:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772025#M1463297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-06T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work v/s Update task - Performance impact</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772026#M1463298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are updating data based on the outcome of some standard functionality, then use "update task" method. Example is updating the Z table from the Sales order User Exit "MV45AFZZ - USEREXIT_SAVE_DOCUMENT" (Update the ztable only if sales order save is successful) .  Otherwise use Direct update and commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-v-s-update-task-performance-impact/m-p/6772026#M1463298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T12:01:15Z</dc:date>
    </item>
  </channel>
</rss>

