<?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/2189515#M466647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If you are using Session method you can check unprocessed records at SM35, check them and reprocess those records.&lt;/P&gt;&lt;P&gt;If you are using Call Transaction method pass those unprocessed records to a file , check them and reprocess them or open session for unprocessed records u can check them in SM35 and reprocess them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 04:18:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T04:18:18Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189512#M466644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;helo experts plz answer this question?After running a BDC program in background, next &lt;/P&gt;&lt;P&gt;day morning when you see the results, few records &lt;/P&gt;&lt;P&gt;are not updated(error records). What will you do &lt;/P&gt;&lt;P&gt;then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 18:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189512#M466644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T18:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189513#M466645</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;If you use session method for your BDC program, you can go to transaction SM35 to see the errors and reprocess them as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use call transaction method, you can go to SM37 to analyze and figure out the error messages and try torerun the BDC program for those errors only.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 18:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189513#M466645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189514#M466646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Collect those data to a error session. Next day, you run that data in foreground. You will get the reason of that error in the screen , correct that error and run the BDC for that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the error_session option of call transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 18:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189514#M466646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T18:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189515#M466647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If you are using Session method you can check unprocessed records at SM35, check them and reprocess those records.&lt;/P&gt;&lt;P&gt;If you are using Call Transaction method pass those unprocessed records to a file , check them and reprocess them or open session for unprocessed records u can check them in SM35 and reprocess them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 04:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189515#M466647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T04:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189516#M466648</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;   As per your Question, It depends like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it an Session method, all the errors will be captured as an log and you can view it and process the error ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Call Transaction, Obsivously, You have to maitain an Internal Of type BDCMSGCOLL, Which will capture all your errors. As Message id , Screen NUmber, Message type, Field name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;As per your Questions, it seems to be that you are shcdeluing the BDC program.&lt;/P&gt;&lt;P&gt;If that is the case, You can see the Spool in SM37, which will contains, all errors as well as processed records.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2189516#M466648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:48:49Z</dc:date>
    </item>
  </channel>
</rss>

