<?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 debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784412#M337919</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 can u find the error directly for example i have 10000 records but the error is in 9990th record.before i dont know the exact after checking only it will find.but it will take time by setting break point every where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 14:26:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T14:26:27Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784412#M337919</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 can u find the error directly for example i have 10000 records but the error is in 9990th record.before i dont know the exact after checking only it will find.but it will take time by setting break point every where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784412#M337919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784413#M337920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about BDC using call transaction?&lt;/P&gt;&lt;P&gt;In that case you have to use MODE = 'E' (error mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are talking debugging in general, you can go for watchpoints.&lt;/P&gt;&lt;P&gt;YOu have to create a watchpoint with a condition that,&lt;/P&gt;&lt;P&gt;sy-tabix = 9990 &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>Mon, 04 Dec 2006 14:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784413#M337920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784414#M337921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have an option like u can set the watch point fro which ever u require u give the &lt;/P&gt;&lt;P&gt;tab-fieldname and operator like &amp;gt; or &amp;lt; or = and give the value as 9990 &lt;/P&gt;&lt;P&gt;and save it&lt;/P&gt;&lt;P&gt;wn u excute like f8 it will directly stops at that 9990th record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784414#M337921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784415#M337922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you know the Internal table in which the error is occurring, then when there is LOOP AT &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement, create a WATCH POINT, for SY-TABIX EQ 9990, click on Execute (F8) button. When the value of sy-tabix is 9990 or when the loop reaches 9990 entry it stops saying watch point has been reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Be careful, in specifying whether it ai local watch point or not and check the number of entries in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know if further details are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1784415#M337922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:33:55Z</dc:date>
    </item>
  </channel>
</rss>

