<?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 Is Session Method has Asyn. processing while database update is Sync ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831191#M921241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP-ABAP Experts .&lt;/P&gt;&lt;P&gt;Friends , How it is possible that 'Session Method has Asynchronous processing while database update is&lt;/P&gt;&lt;P&gt;Synchronous ' , May u plz eloborate it .&lt;/P&gt;&lt;P&gt;I am thinking if processing is Asynchronous then database update should be Asynchronous .&lt;/P&gt;&lt;P&gt;How it is Synchronous ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards : Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 05:52:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T05:52:36Z</dc:date>
    <item>
      <title>Is Session Method has Asyn. processing while database update is Sync ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831191#M921241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP-ABAP Experts .&lt;/P&gt;&lt;P&gt;Friends , How it is possible that 'Session Method has Asynchronous processing while database update is&lt;/P&gt;&lt;P&gt;Synchronous ' , May u plz eloborate it .&lt;/P&gt;&lt;P&gt;I am thinking if processing is Asynchronous then database update should be Asynchronous .&lt;/P&gt;&lt;P&gt;How it is Synchronous ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards : Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831191#M921241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is Session Method has Asyn. processing while database update is Sync ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831192#M921242</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;Both will be processed with Seperate LUW.&lt;/P&gt;&lt;P&gt;Look after for SAP LUW &amp;amp; Database LUW.&lt;/P&gt;&lt;P&gt;Check the following links..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4bfa79e11d1950f0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4bfa79e11d1950f0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ea/2f053d39177608e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ea/2f053d39177608e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure it will help you..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 07:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831192#M921242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is Session Method has Asyn. processing while database update is Sync ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831193#M921243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajnish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sessions method, we've Asynchrounous Processing and Synchronous Updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know about Asynchronous and Synchronous, what does it mean that Asynchronous means that after transferring the data in the screen, the system doesn't wait for result from first rather it directly commits to next screen, whereas in Synchronous, the system doesn't go for next screen unless it is successful of previous screen. So, i can say Error analysis and Analysation is well and good in case of Synchronous than Asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your point, Sessions method is 2 step dialog process. Here by the first step, data transfers to sessions, then it'll commit to database after user operates the session i.e. nothing but Synchronous Updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; where Call transaction is single step dialog process, here data directly commits data to database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u finds it helpful, reward me plz.&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;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 14:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831193#M921243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is Session Method has Asyn. processing while database update is Sync ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831194#M921244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajneesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Confusion rgarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Call transaction is &lt;STRONG&gt;sync&lt;/STRONG&gt; in processing and &lt;STRONG&gt;sync/asyn&lt;/STRONG&gt; update&lt;/P&gt;&lt;P&gt;2.Session is &lt;STRONG&gt;async&lt;/STRONG&gt; in processing and &lt;STRONG&gt;sync&lt;/STRONG&gt; in update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Explain about this clearly,Session processes records completely and finally updated them into DB.Encountered errors are skipped and only valid errors are updated into DB.(If this has sync processing,then all records cannot be handled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same way call transaction processes record by record and passes each record on to the screen and if it is valid it will be uploaded into DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravee...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 20:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831194#M921244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is Session Method has Asyn. processing while database update is Sync ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831195#M921245</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 trans, u need to specify whether sync or asynch.&lt;/P&gt;&lt;P&gt;Meaning - in sync next record transaction will be done after successful updation in the database for the previous record.&lt;/P&gt;&lt;P&gt;Asyn - it will return to next transaction,whether updation is completed or not for the previous record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In session method , processing is asynchronous as session is made first, then on executing this session updates the database.&lt;/P&gt;&lt;P&gt;Updation is synchr, coz first updation of first record occurs,then for another,not before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 05:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-session-method-has-asyn-processing-while-database-update-is-sync/m-p/3831195#M921245</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-05-13T05:50:41Z</dc:date>
    </item>
  </channel>
</rss>

