<?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 bdc help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225735#M1009506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;what is synchronize and Asynchronize concept in BDC. what is the use of msgcol ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 07:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-08T07:28:05Z</dc:date>
    <item>
      <title>bdc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225735#M1009506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;what is synchronize and Asynchronize concept in BDC. what is the use of msgcol ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225735#M1009506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: bdc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225736#M1009507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Namburi Kalpana  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This question been asked zillien of times plz use SDN search option.&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225736#M1009507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: bdc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225737#M1009508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asynchronous updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 batch input program. Synchronous updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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's much easier for you to analyze and recover from errors.&lt;/P&gt;&lt;P&gt;msgcoll is used in the call transaction method for capturing the error/success messages, by the function module..&lt;/P&gt;&lt;P&gt;format_message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is helpful.&lt;/P&gt;&lt;P&gt;All The Best&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225737#M1009508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: bdc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225738#M1009509</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 General.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syncronous concept: When we update the data in Database table it will wait for acknowledgement from database whether it is posted succesfully or not. Until then it will not take another record to process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous: When  record is updated in database it will not wait for Acknowledgement and will process the other record  simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope understood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 08:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225738#M1009509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T08:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225739#M1009510</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 Batch input many transactions can be executed, where as in Call transcation only one transactioin can be executed. &lt;/P&gt;&lt;P&gt;BI is a background process, Ct can be either background or foreground . &lt;/P&gt;&lt;P&gt;BI is Synchronous process, Ct is both Asynchronous &amp;amp; Synchronous. &lt;/P&gt;&lt;P&gt;BI Sessions cannot be runed parallel. &lt;/P&gt;&lt;P&gt;Log file is generated automaticly in BI, errors can be found through BDCMSGCOLL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer2:&lt;/P&gt;&lt;P&gt;1.batch input works for multiple applications where as call transactions doen't work &lt;/P&gt;&lt;P&gt;2.batch input has an implicit log file with it. where as call transaction doesn't have &lt;/P&gt;&lt;P&gt;3.batch input has sy-subrc check with the database where as call transaction doesn't have so call transaction is fast. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venu.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 08:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/4225739#M1009510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T08:04:43Z</dc:date>
    </item>
  </channel>
</rss>

