<?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: Regarding synchronous update in session method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831010#M1316552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do a lttle search or read [Update Techniques|http://help.sap.com/saphelp_nw04/helpdata/EN/41/7af4cba79e11d1950f0000e82de14a/frameset.htm] at help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2009 06:36:32 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-07-02T06:36:32Z</dc:date>
    <item>
      <title>Regarding synchronous update in session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831009#M1316551</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;&lt;/P&gt;&lt;P&gt;can you explain sap luw concept and what is synchronous update and asynochronous update  in bdc and link with syn update .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alreay i search in sdn i did't get exact answer..............&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;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 06:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831009#M1316551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T06:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding synchronous update in session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831010#M1316552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do a lttle search or read [Update Techniques|http://help.sap.com/saphelp_nw04/helpdata/EN/41/7af4cba79e11d1950f0000e82de14a/frameset.htm] at help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 06:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831010#M1316552</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-02T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding synchronous update in session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831011#M1316553</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 BDC, if you are using synchronous method, it means that before actual database update takes place,&lt;/P&gt;&lt;P&gt;ur bdc will go to next transaction(next record of transaction)&lt;/P&gt;&lt;P&gt;but in synchronous method, until and unless currect transaction is executed(database update takes place)&lt;/P&gt;&lt;P&gt;it will not go to next transaction(next record of transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 12:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831011#M1316553</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2009-07-02T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding synchronous update in session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831012#M1316554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous calls are slower but should be used for transactions that are updating the database because control is not passed back to the program until a successful database commit (or rollback) has been executed.Synchronous calls will set the return code (sy-subrc) if an error is encountered. There are actually two synchrounous update modes: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 'S', Synchronous update mode makes database entries describing the updates to be done and an update task (potentially running on a different computer) reads those database entries, does the update, and then deletes the entries describing the update task. &lt;/P&gt;&lt;P&gt;2. 'L', Local update mode describes the updates to be done in the memory of the current process. No entries are made in and then deleted from the database describing the update task. &lt;/P&gt;&lt;P&gt;synchonous update: is used to no transaction is stored until&lt;/P&gt;&lt;P&gt;the previous transaction has been written into the sap databse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous calls are the default if the UPDATE parameter is not specified. Asynchronous calls do not effect the return code (sy-subrc). &lt;/P&gt;&lt;P&gt;asynchonous: is used to the program is need not wait for the&lt;/P&gt;&lt;P&gt;previous transaction . any kind of transaction is stored&lt;/P&gt;&lt;P&gt;into the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 10:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-synchronous-update-in-session-method/m-p/5831012#M1316554</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2009-07-06T10:07:57Z</dc:date>
    </item>
  </channel>
</rss>

