<?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 process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957642#M945722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="397899"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2008 19:04:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-09T19:04:29Z</dc:date>
    <item>
      <title>BDC process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957639#M945719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In BDC call transaction method,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if mode is Synchornous and given to process in Back ground, then if any error comes in between the data updation then will it inform or not about the data updation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 12:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957639#M945719</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-06-05T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957640#M945720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In BDC call transaction method, there are three modes : A (All screens), E (only error screens) and N (No screen mode).  In this method there is no mechanism to capture errors implicitly.  So you need to declare a structure of type  BDCMSGCOLL which will collect all the messages either success or errors  which ever happens to be the case.  In your case it is a background with synchronous updates ie N mode so you will not see any messages or screens untill all the processing is over.  You will have to check the structure declared of type BDCMSGCOLL to know the status of the records.  Hope this has given you a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekhar Kalluru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 13:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957640#M945720</guid>
      <dc:creator>former_member188594</dc:creator>
      <dc:date>2008-06-05T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957641#M945721</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;Any messages that occur during CALL TRANSACTION USING ... are collected in the specified internal table. The internal table must have the structure BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the interanl table which is of structure BDCMSGCOLL will give the information whether the data is upadated or any errors occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 12:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957641#M945721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957642#M945722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="397899"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 19:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957642#M945722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T19:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957643#M945723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u good one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-process/m-p/3957643#M945723</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-12-24T11:41:59Z</dc:date>
    </item>
  </channel>
</rss>

