<?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: Watchpoint help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029835#M416441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt had any choice, and took help of my colleagues to actually go to that record by debugging sequentially. I didnt had any other better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 02:05:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T02:05:28Z</dc:date>
    <item>
      <title>Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029826#M416432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am processing a internal table which has got more than 10 lakh records. When I executed the program in background i found that the control is getting struck at record 89,998 and its stuck for more than an hour from now. So I started debugging the program in foreground, and created a watchpoint for Sy-TABIX for the value 89,998. But the control is not going to the required postion. Can anyone explain to create a watchpoint so that I debug why the control is stuck over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029826#M416432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029827#M416433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try placing even before that i.e, at 89,990 or  89,995.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029827#M416433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029828#M416434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that but putting at 88,000. But the control is not stopping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029828#M416434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029829#M416435</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;You can enter values for the breakpoints in the abap debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into debug mode with /h. Set a breakpoint into the LOOP.&lt;/P&gt;&lt;P&gt;Click on the breakpoints button. You'll see your breakpoint in the table. There's an empty fields beside your breakpoint, write the number into it (f.e. 89985) and press enter. Then F8 and your program will stop after the 89985th loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029829#M416435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029830#M416436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did that just now.. no out come of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029830#M416436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029831#M416437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The control is still looping sequential rather than jumping the condition for which i have created the watchpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029831#M416437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029832#M416438</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;   Can you try this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pass the sy-tabix to a variable in the internal table and keep a watch point for the variable at your record number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029832#M416438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029833#M416439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-TABIX EQ '89998'.&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place this in you LOOP AT &amp;lt;itab&amp;gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 18:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029833#M416439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029834#M416440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could have done that. But now the code is already in quality box (the only place where we are facing the problem, no problem with any of the settings everthing has been cross checked more than twice by the BASIS guys). I dont have rights to re-transport the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 02:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029834#M416440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T02:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029835#M416441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt had any choice, and took help of my colleagues to actually go to that record by debugging sequentially. I didnt had any other better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 02:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-help/m-p/2029835#M416441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T02:05:28Z</dc:date>
    </item>
  </channel>
</rss>

