<?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: difference bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809488#M916302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Difference Between Session method and Call Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method.  (SM35---SESSION MANAGER)&lt;/P&gt;&lt;P&gt;1) synchronous data updation. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data.&lt;/P&gt;&lt;P&gt;3) error log is created automatically&lt;/P&gt;&lt;P&gt;4) data is not updated until session is processed.&lt;/P&gt;&lt;P&gt;5) field mapping and processing is asynchronous &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous or synchronous data updation &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;4) data is updated automatically&lt;/P&gt;&lt;P&gt;5) field mapping and processing is synchronous &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous updation: data will not updated untill the previous data gets processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful. &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, 21 May 2008 08:13:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T08:13:15Z</dc:date>
    <item>
      <title>difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809483#M916297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;plz tell the genuine difference b/w call transaction and session method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also tell me if we have a flat file contains 20 records and we have use it in call transaction and session method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is an error on record 5 then what happens in both of methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there all records are send to database or only upper 4 records are transfer in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me in both call transaction and session methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;jayant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809483#M916297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809484#M916298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Difference Between Session method and Call Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous 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) asynchronous 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;Error log is created Automatically in seession method and you can Reprocess the Record in SM35 Transaction.&lt;/P&gt;&lt;P&gt;Where as in Call transaction Method You have to Explicitly Handle  the Error and Success Records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809484#M916298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809485#M916299</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;STRONG&gt;Difference Between Session and Call Transaction in BDC&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;*In Session the transfer of files are in the form of &lt;STRONG&gt;batches&lt;/STRONG&gt;.*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the processing is Synchronous ie:it updates the database and allows it to transfer the other record.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data is not updated until session is processed&lt;/STRONG&gt;can tranfer large amount of data. .&lt;/P&gt;&lt;P&gt;processing is slower. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction it will transfer small amount of data.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the processing is Asynchronous ie:it does'nt updates the database initially and allows it to transfer the records.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data is updated automatically&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;can transfer small amount of data &lt;/P&gt;&lt;P&gt;processing is faster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rewards points if helpful,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809485#M916299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809486#M916300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5175487"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5246729"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5062298"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809486#M916300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809487#M916301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If any error occured in record for example record 4 in that all record are move to database except the record 4 in session method bcoz in session method log file will created automatically which handles errors.so a session doesnot stop if the error occurs on a perticular record,only that record terminates and session continues with other records.&lt;/P&gt;&lt;P&gt;but in call transaction we have to generate the log file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809487#M916301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: difference bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809488#M916302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Difference Between Session method and Call Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method.  (SM35---SESSION MANAGER)&lt;/P&gt;&lt;P&gt;1) synchronous data updation. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data.&lt;/P&gt;&lt;P&gt;3) error log is created automatically&lt;/P&gt;&lt;P&gt;4) data is not updated until session is processed.&lt;/P&gt;&lt;P&gt;5) field mapping and processing is asynchronous &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous or synchronous data updation &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;4) data is updated automatically&lt;/P&gt;&lt;P&gt;5) field mapping and processing is synchronous &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous updation: data will not updated untill the previous data gets processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful. &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, 21 May 2008 08:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bdc/m-p/3809488#M916302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:13:15Z</dc:date>
    </item>
  </channel>
</rss>

