<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672866#M617264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ya,it is really not possible in Real time.&lt;/P&gt;&lt;P&gt;if then alsothe system crashes in the middle,than depending on the process the system will start&lt;/P&gt;&lt;P&gt;means,if it is BDC-session method, is a synchronous process,, You need to reprocess the session from starting since data is not updated in database table unless Session is processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is Call transaction,as asynchronous process,it will take from the middle,where it left&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 05:56:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T05:56:12Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672861#M617259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;    Can any tell what happens when the system crashes in he middle of a BDC batch session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 10:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672861#M617259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672862#M617260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;How come the system crash, it is not possible  .....company will take lot of security's....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the system failes, then the BDC will stop and once the system regerates, then you can start the BDC ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 10:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672862#M617260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672863#M617261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The transaction currently active in the BDC will be rollback-ed at the restart of the system, you will have to go to SM35 to execute the end of the BDC (the erroneous transaction and the non-yet called ones)&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;&amp;lt;i&amp;gt;(Who pressed on this button?)&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 10:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672863#M617261</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-09T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672864#M617262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As BDC batch session always is a synchronous process, So as the system is down , You need to reprocess the session once system is up using SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 11:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672864#M617262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672865#M617263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi but how many records updated in database how u know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 05:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672865#M617263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T05:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672866#M617264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ya,it is really not possible in Real time.&lt;/P&gt;&lt;P&gt;if then alsothe system crashes in the middle,than depending on the process the system will start&lt;/P&gt;&lt;P&gt;means,if it is BDC-session method, is a synchronous process,, You need to reprocess the session from starting since data is not updated in database table unless Session is processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is Call transaction,as asynchronous process,it will take from the middle,where it left&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 05:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2672866#M617264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T05:56:12Z</dc:date>
    </item>
  </channel>
</rss>

