<?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 and asynchronous updates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423758#M541258</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;synchrronous update means do all or nothing. when a call transaction is used in bdc then updation is done at once. i.e. all updates to database are done or roll backed and we have to do it from scratch.&lt;/P&gt;&lt;P&gt;ex: call transaction method in bdc is done in synchronous manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asychronous update means step by step updation. if any thing goes wrong then we can start from that point only. not from first.&lt;/P&gt;&lt;P&gt;ex: idocs transfers data in asynchronous manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 04:56:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T04:56:03Z</dc:date>
    <item>
      <title>synchronous and asynchronous updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423755#M541255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi evry1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we say that asynchronous updates and synchronous updates are possible in any method like call transaction what do we mean by this statement ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423755#M541255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous and asynchronous updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423756#M541256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these threads&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3358008"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3601064"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423756#M541256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous and asynchronous updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423757#M541257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Synchronous Update : This means say if u have 10 records to update and the processing is going on in a loop the Synchronous update will wait till each update is actually done in the data base and then it will move on the next record's updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous : In This mode, the updates are lined one after the other and the system doesn't wait for the updates to actually happen. These updates are then triggered by an internally scheduled job which then actually updates the data in the databse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points for useful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423757#M541257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous and asynchronous updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423758#M541258</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;synchrronous update means do all or nothing. when a call transaction is used in bdc then updation is done at once. i.e. all updates to database are done or roll backed and we have to do it from scratch.&lt;/P&gt;&lt;P&gt;ex: call transaction method in bdc is done in synchronous manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asychronous update means step by step updation. if any thing goes wrong then we can start from that point only. not from first.&lt;/P&gt;&lt;P&gt;ex: idocs transfers data in asynchronous manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423758#M541258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: synchronous and asynchronous updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423759#M541259</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 call transaction there are 2 ways in which you could update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous Update &amp;#150; The program does not wait for the work process to finish the update. Commit Work.&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;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-updates/m-p/2423759#M541259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:56:19Z</dc:date>
    </item>
  </channel>
</rss>

