<?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: Watch points in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171217#M123140</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;I use watch-point in two case :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when my internal table into a loop is on the good line. I don't want to click F5 200 before stop in the line 200 ...  So I choose the internal_table-field  I set the watch point to the value I would like ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when a field have a value, I set for example, the field &amp;lt;&amp;gt; 'blank'. So when anything append in this field, the program stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2006 16:10:06 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2006-02-15T16:10:06Z</dc:date>
    <item>
      <title>Watch points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171216#M123139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that there are two ways of debugging in ABAP. One is setting the breakpoints and the other is watchpoint.Can anyone please explain me what is watch point, what is the need of going for that when we have debugging option, And how to work with watch point ? what is the difference between local and global watch point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171216#M123139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T16:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Watch points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171217#M123140</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;I use watch-point in two case :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when my internal table into a loop is on the good line. I don't want to click F5 200 before stop in the line 200 ...  So I choose the internal_table-field  I set the watch point to the value I would like ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when a field have a value, I set for example, the field &amp;lt;&amp;gt; 'blank'. So when anything append in this field, the program stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171217#M123140</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-02-15T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Watch points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171218#M123141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from sap help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171218#M123141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Watch points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171219#M123142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;  Watch-point is nothing but like keep an watch on the internal table or any logical expression in a loop.suppose you have 500 records,but you want to check when your logical expression is satisfying,you keep a watch point &amp;amp; in the debugging mode the program would directly stop there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171219#M123142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Watch points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171220#M123143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch points are used explicitly to stop for a particular record with some value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say i have 10000 records , i am looping that itab, i cannot say F5 , to see for a particular record, in that case we will create watch point on itab-field which is equal to some value , when you say F8, then it will stay exactly that particular record.&lt;/P&gt;&lt;P&gt;it will save the debugging time.&lt;/P&gt;&lt;P&gt;for more info read this SAP help ..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas610/helpdata/en/c6/617ce2e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas610/helpdata/en/c6/617ce2e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/1171220#M123143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T16:19:48Z</dc:date>
    </item>
  </channel>
</rss>

