<?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: why BDC session method allows synchronous update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376903#M1993964</link>
    <description>&lt;P&gt;Because you may wish to do synchronous update. It corresponds to the synchronous update of COMMIT WORK AND WAIT - it means that COMMIT WORK will be executed as COMMIT WORK AND WAIT. Or maybe your question is why using COMMIT WORK AND WAIT?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 15:32:01 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-04-01T15:32:01Z</dc:date>
    <item>
      <title>why BDC session method allows synchronous update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376902#M1993963</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;
  &lt;P&gt;i have an query about BDC ,&lt;/P&gt;
  &lt;P&gt;why BDC session method allows synchronous update&lt;/P&gt;
  &lt;P&gt;please share information.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Vikash&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376902#M1993963</guid>
      <dc:creator>vikash_pathak</dc:creator>
      <dc:date>2021-04-01T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: why BDC session method allows synchronous update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376903#M1993964</link>
      <description>&lt;P&gt;Because you may wish to do synchronous update. It corresponds to the synchronous update of COMMIT WORK AND WAIT - it means that COMMIT WORK will be executed as COMMIT WORK AND WAIT. Or maybe your question is why using COMMIT WORK AND WAIT?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376903#M1993964</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-04-01T15:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: why BDC session method allows synchronous update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376904#M1993965</link>
      <description>&lt;P&gt;Good luck with the interview.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 16:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376904#M1993965</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-04-01T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: why BDC session method allows synchronous update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376905#M1993966</link>
      <description>&lt;P&gt;Hi Vikash&lt;/P&gt;&lt;P&gt;My understanding is: it gives you the possibility to control how the update function modules in the update task will be run. &lt;/P&gt;&lt;P&gt; Instead of "no chance to control this", isn't good for us that "have the chance to control it"?&lt;/P&gt;&lt;P&gt;It is similar with BAPI, you can use BAPI_TRANSACTION_COMMIT parameter WAIT to control it.&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;step1:you call transaction A in batch input mode, transaction A updates DB table X with update module. &lt;/P&gt;&lt;P&gt;step2:you have a subsequent coding to read  the data(created by step1 ) of table X&lt;/P&gt;&lt;P&gt;Then you have to use synchronous update(COMMIT AND WAIT).&lt;/P&gt;&lt;P&gt;To understand Update Techniques in ABAP:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/saphelp_nw70/7.0.31/en-us/41/7af4cba79e11d1950f0000e82de14a/frameset.htm" target="test_blank"&gt;https://help.sap.com/doc/saphelp_nw70/7.0.31/en-us/41/7af4cba79e11d1950f0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Asynchronous updating is useful when the response time from the transaction is critical, and the database updates themselves are so complex that they justify the extra system load of logging them in VBLOG. If you are running a transaction in a background work process, asynchronous update offers no advantages.&lt;/P&gt;&lt;P&gt;Synchronous updating: Use this type of update whenever the changed data is required immediately. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 06:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376905#M1993966</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-04-02T06:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: why BDC session method allows synchronous update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376906#M1993967</link>
      <description>&lt;P&gt;Or why call two transaction in sequence in a BDC using result of first transaction or a common locked object in the second one. How did the interview go?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 12:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-bdc-session-method-allows-synchronous-update/m-p/12376906#M1993967</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-04-02T12:41:44Z</dc:date>
    </item>
  </channel>
</rss>

