<?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 Difference between Synchronous and Asynchronous processing? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612704#M274615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can any one tell me the difference between Synchronous and Asynchronous processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 05:23:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T05:23:56Z</dc:date>
    <item>
      <title>Difference between Synchronous and Asynchronous processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612704#M274615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can any one tell me the difference between Synchronous and Asynchronous processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612704#M274615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Synchronous and Asynchronous processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612705#M274616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same thread.&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="2326178"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612705#M274616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Synchronous and Asynchronous processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612706#M274617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks for ur reply...&lt;/P&gt;&lt;P&gt;But then what is the purpose of saying in BDC synchronous processing and synchronous update as well as asynchronous &lt;/P&gt;&lt;P&gt;processing and asynchronous update .&lt;/P&gt;&lt;P&gt;So as i asked earlier is that processing and updating r same....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz clarify.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612706#M274617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Synchronous and Asynchronous processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612707#M274618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In batch session interface: - Asynchronous processing means Transfers data for multiple transactions - Synchronous database update means during processing, no transaction is started until the previous transaction has been written to the database.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CALL TRANSACTION: - Synchronous processing means Transfers data for a single transaction. Synchronous and asynchronous database updating both possible The program specifies which kind of updating is desired. Separate LUW for the transaction The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha Deshmukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Plz mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612707#M274618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Synchronous and Asynchronous processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612708#M274619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both are use with CALL TRANSACTION METHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Synchronous process data is updated Record by record&lt;/P&gt;&lt;P&gt;and in Asynchronous process whole data of ceratin transaction is updated in one times means performance degrades..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-synchronous-and-asynchronous-processing/m-p/1612708#M274619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:56:29Z</dc:date>
    </item>
  </channel>
</rss>

