<?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: differences between call transaction method and session method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989230#M705995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call Transaction method makes an immediate call on the transaction and upload starts immediately., &lt;/P&gt;&lt;P&gt;Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values&lt;/P&gt;&lt;P&gt;In short call transaction is immediates&lt;/P&gt;&lt;P&gt;session is not immediate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method is faster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous is simoultaneous upload&lt;/P&gt;&lt;P&gt;Asynchornous is non-simultaneous upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tc&lt;/P&gt;&lt;P&gt;saji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 09:25:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T09:25:29Z</dc:date>
    <item>
      <title>differences between call transaction method and session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989229#M705994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any body help me what is the exact difference between session method and call transaction method . which one is faster , what is the synchronous and asynchronus data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989229#M705994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: differences between call transaction method and session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989230#M705995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call Transaction method makes an immediate call on the transaction and upload starts immediately., &lt;/P&gt;&lt;P&gt;Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values&lt;/P&gt;&lt;P&gt;In short call transaction is immediates&lt;/P&gt;&lt;P&gt;session is not immediate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method is faster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous is simoultaneous upload&lt;/P&gt;&lt;P&gt;Asynchornous is non-simultaneous upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tc&lt;/P&gt;&lt;P&gt;saji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989230#M705995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: differences between call transaction method and session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989231#M705996</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;Session method. &lt;/P&gt;&lt;P&gt;1) Assynchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) Synchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important aspects of the CALL TRANSACTION is  - Asynchronous processing - Transfers data for a single transaction - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While for session method -It does not update transaction figures until the session has been processed. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this is helpful, Do reward.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Runal Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989231#M705996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: differences between call transaction method and session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989232#M705997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhansi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please always search before u put such basic questions in SDN...u ll get a lot of information..Please take this in good spirit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Madan Gopal Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 10:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-call-transaction-method-and-session-method/m-p/2989232#M705997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T10:07:33Z</dc:date>
    </item>
  </channel>
</rss>

