<?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/3430524#M823991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bujji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will happen from 31st record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rambabu.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 10:18:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T10:18:27Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430522#M823989</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 session method while uploading data , for example internal table contains 50 records&lt;/P&gt;&lt;P&gt;if in 30th record if we encounter error&lt;/P&gt;&lt;P&gt;what I will happen from 30th records&lt;/P&gt;&lt;P&gt;is it 30th record will go to log file?&lt;/P&gt;&lt;P&gt;and from 31st record what will happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rambabu.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430522#M823989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430523#M823990</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;   Only the error records will be stored in Log files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430523#M823990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430524#M823991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bujji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will happen from 31st record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rambabu.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430524#M823991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430525#M823992</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;The 30th row will be recorded in the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error is a short dump, then the rest will not be processed. But if it only an error message, then the rest will still be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430525#M823992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430526#M823993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the session is executed in foreground then you need to keep accepting the values until the process gets halted where the error is i.e 30th screen &lt;STRONG&gt;until all the records&lt;/STRONG&gt; are processed successfully.&lt;/P&gt;&lt;P&gt;If the session is executed in background then the process gets completed and error records can  be obtained by analysing the log history. All &lt;STRONG&gt;other records&lt;/STRONG&gt; are succesfully processed.&lt;/P&gt;&lt;P&gt;If the session is executed in show errors only then process &lt;STRONG&gt;stops at the error record&lt;/STRONG&gt; and the bdc screen is shown with the error value. User must rectify this error to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to award points if the reply is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430526#M823993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430527#M823994</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;The first thirty record gots updated in the table.&lt;/P&gt;&lt;P&gt;If the 31 st records is the error record it will be shown in the error log file in the output.&lt;/P&gt;&lt;P&gt;Then the other record which is suitable to update get updated automatically.&lt;/P&gt;&lt;P&gt;Those records which is processing error wil be updated in the error file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakthi C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Rewards if usefull&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430527#M823994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430528#M823995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rambabu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         In Session method, If u r processing in forground when the error record will come it shows error if u correct the error then the processing will continue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       If u r processing in background , the proceesing will completed successfully.. only error records stored in the log file all records completed successfully...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 10:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3430528#M823995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T10:36:23Z</dc:date>
    </item>
  </channel>
</rss>

