<?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 Re: Differences between commit work and commit work &amp; wait in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086063#M433201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt; Commi work means until and unless your reuest complete control doesn't wait but commit worn &amp;amp; wait control should be wait.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 11:34:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T11:34:09Z</dc:date>
    <item>
      <title>Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086058#M433196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a theory question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What differences are there between commit work and commit work &amp;amp; wait?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086058#M433196</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2007-04-03T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086059#M433197</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;&amp;lt;b&amp;gt;COMMIT WORK:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will apply any outstanding database updates and wait until they have actually been put on the database before proceeding to the next statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ordinary commit work will initiate the process to update the databases in a separate task and will press on in your abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK: ( Asynchronous)&lt;/P&gt;&lt;P&gt;Your program does not wait for any acknowledgement. it just start executing the next statment after COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;COMMIT WORK and WAIT&amp;lt;/b&amp;gt;: (Synchronous) &lt;/P&gt;&lt;P&gt;Whereas For &amp;lt;b&amp;gt;COMMIT WORK and WAIT&amp;lt;/b&amp;gt;, the system waits for the acknowledgment, and then moves to the next statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086059#M433197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T11:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086060#M433198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An ordinary commit work will initiate the process to update the databases in a separate task and will press on in your abap.&lt;/P&gt;&lt;P&gt;COMMIT WORK: ( Asynchronous)&lt;/P&gt;&lt;P&gt;Your program does not wait for any acknowledgement. it just start executing the next statment after COMMIT WORK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Wait will make it to halt for acknowledgement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~As find in SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086060#M433198</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-03T11:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086061#M433199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look at the below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086061#M433199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T11:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086062#M433200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This i took from SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK&lt;/P&gt;&lt;P&gt;This is the standard form, which specifies asynchronous processing. Your program does not wait for the requested functions to finish processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK AND WAIT&lt;/P&gt;&lt;P&gt;This form specifies synchronous processing. The commit statement waits for the requested functions to finish processing. Control returns to your program after all high priority (V1) function modules have run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AND WAIT form is convenient for switching old programs to synchronous processing without having to re-write the code. Functionally, using AND WAIT for update-task updates is just the same as dialog-task updates with PERFORM ON COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Britto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086062#M433200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between commit work and commit work &amp; wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086063#M433201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt; Commi work means until and unless your reuest complete control doesn't wait but commit worn &amp;amp; wait control should be wait.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-commit-work-and-commit-work-wait/m-p/2086063#M433201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T11:34:09Z</dc:date>
    </item>
  </channel>
</rss>

