<?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: BDC Session Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532288#M243140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;That means when u create a session through session method and start processing this session method &lt;/P&gt;&lt;P&gt;first of all the record what ever u r having in the flat file get validates this is asynchronous processing&lt;/P&gt;&lt;P&gt;in detail means after processing the first record the cursor will not go to the data base rather than going there it will again process the second record for validation like this it will not complete the total process with the first record but control leads to second record processing this is called as asynchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the total session processed the session will take the correct records and update the datebase record by record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2006 20:43:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-09T20:43:54Z</dc:date>
    <item>
      <title>BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532284#M243136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        What does thie sentence means "Session method process the date Asynchronously and updates the Database&lt;/P&gt;&lt;P&gt;Synchronously" ?I want the exact essence of Synchronous and  Asynchronous in the above sentence?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532284#M243136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532285#M243137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gopi ,&lt;/P&gt;&lt;P&gt;"Session method process the data Asynchronously and updates the Database Synchronously means it process all records at a time and updates the data base record by record.&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, 09 Aug 2006 20:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532285#M243137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532286#M243138</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 a synchronous updation, the sequence of update is maintained and unless the first record is updated no other records are updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532286#M243138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532287#M243139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this link. It clearly explains Synchronous and Asynchronous update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46b/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46b/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532287#M243139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532288#M243140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;That means when u create a session through session method and start processing this session method &lt;/P&gt;&lt;P&gt;first of all the record what ever u r having in the flat file get validates this is asynchronous processing&lt;/P&gt;&lt;P&gt;in detail means after processing the first record the cursor will not go to the data base rather than going there it will again process the second record for validation like this it will not complete the total process with the first record but control leads to second record processing this is called as asynchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the total session processed the session will take the correct records and update the datebase record by record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532288#M243140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532289#M243141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen, &lt;/P&gt;&lt;P&gt;               Thanks for the explanation. Then what abt Call Transaction method in ther the stmt is " It process the data Synchronously and updates the database Asynchronously"?Can u explain for this . &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 22:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532289#M243141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T22:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532290#M243142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call transaction can be processed in Synchronous as well as asynchronous mode. If you see syntax of CALL TRANSACTION, you will find the details for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashish Gundawar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 22:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532290#M243142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T22:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532291#M243143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per SAP Help, In CALL TRANSACTION if the UPDATE parameter is &lt;/P&gt;&lt;P&gt;A- Asynchronous updating. In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service. Asynchronous processing therefore usually results in faster execution of your data transfer program.&lt;/P&gt;&lt;P&gt;S Synchronous updating. In this mode, the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 22:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/1532291#M243143</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-08-09T22:17:47Z</dc:date>
    </item>
  </channel>
</rss>

