<?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: synchronous or asynchronous update? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213226#M766042</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;in synchronous updated the parent table is updated along with the child&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables and then a sy-subrc is returned. 0 fior sucessful and 4 or 8 for not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sucessful. While in asynchronous updatetion after the updation of the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parent table we get a sy-subrc return. The system is not bothered if the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;child tables are updated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 12:24:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T12:24:37Z</dc:date>
    <item>
      <title>synchronous or asynchronous update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213223#M766039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how tables are effected by taking synchronous or asynchronous update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2007 09:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213223#M766039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-23T09:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous or asynchronous update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213224#M766040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.shef.ac.uk/psychology/gurney/notes/l5/subsection3_3_2.html" target="test_blank"&gt;http://www.shef.ac.uk/psychology/gurney/notes/l5/subsection3_3_2.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 04:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213224#M766040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T04:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous or asynchronous update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213225#M766041</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;Synchronous Update &amp;#150; The program wait for the work process to finish the update. Commit Work and Wait. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous updating. In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service. Asynchronous processing therefore usually results in faster execution of your data transfer program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous processing is NOT recommended for processing any larger amount of data. This is because the called transaction receives no completion message from the update module in asynchronous updating. The calling data transfer program, in turn, cannot determine whether a called transaction ended with a successful update of the database or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use asynchronous updating, then you will need to use the update management facility (Transaction SM12) to check whether updates have been terminated abnormally during session processing. Error analysis and recovery is less convenient than with synchronous updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous updating. In this mode, the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasiraman R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 04:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213225#M766041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T04:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous or asynchronous update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213226#M766042</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;in synchronous updated the parent table is updated along with the child&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables and then a sy-subrc is returned. 0 fior sucessful and 4 or 8 for not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sucessful. While in asynchronous updatetion after the updation of the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parent table we get a sy-subrc return. The system is not bothered if the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;child tables are updated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 12:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-or-asynchronous-update/m-p/3213226#M766042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T12:24:37Z</dc:date>
    </item>
  </channel>
</rss>

