<?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: interview question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707169#M309640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irrespective of number of records, you still process record by record only, right?&lt;/P&gt;&lt;P&gt;So, while processing when the record errors out, you can simply collect them in a internal table and finally write them to a error file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2006 14:33:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-17T14:33:22Z</dc:date>
    <item>
      <title>interview question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707166#M309637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while working with lakhs of record when 5th, 15th and 99000th record alone is error , how should i handle the situation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707166#M309637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: interview question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707167#M309638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hi&lt;/P&gt;&lt;P&gt;If u r updatin thru session method,Then u have the error log file.&lt;/P&gt;&lt;P&gt;Then reprocess those error records in SM35 by rectiftiyng those errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur doing thru CALL Transaction method&lt;/P&gt;&lt;P&gt;u have to handle it manually thru message table and again u reprocess them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707167#M309638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: interview question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707168#M309639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that it is a bdc session(The number of records in more than 10000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the program which creates the session.&lt;/P&gt;&lt;P&gt;Process the session in sm35&lt;/P&gt;&lt;P&gt;See the error log to find which record as failed and why it has failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there is only one such record, you can go into the transaction in which the upload has been done, and enter corrected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707168#M309639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: interview question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707169#M309640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irrespective of number of records, you still process record by record only, right?&lt;/P&gt;&lt;P&gt;So, while processing when the record errors out, you can simply collect them in a internal table and finally write them to a error file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707169#M309640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: interview question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707170#M309641</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 your using  session  method   then go for  log  file  using  tran sm35&lt;/P&gt;&lt;P&gt;  otherwise  call transaction method manually  create  error  file  using  bdcmsgcoll structuee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/1707170#M309641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:36:09Z</dc:date>
    </item>
  </channel>
</rss>

