<?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 Point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990170#M404027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijaya Laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put break point it will stop there at the particular point of the source code.&lt;/P&gt;&lt;P&gt;It will not stop in the break point until another break point or the same break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch point is non to physically putting break point..Instead you can watch &lt;/P&gt;&lt;P&gt;a variable when and where it is getting changed..by creating a watch point on &lt;/P&gt;&lt;P&gt;the variable in the program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for watch point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the debug mode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press the create watch point button (shift + f8)..&lt;/P&gt;&lt;P&gt;It will give a popup to enter the program name and field name you have to watch.&lt;/P&gt;&lt;P&gt;Press enter..&lt;/P&gt;&lt;P&gt;It will stop when the field name is getting changed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;Break points are static, meaning we define break points at certain statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as Watch points are set dynamic break points, or break points created on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, we can set a watch point, itab-matnr = 'MAT0001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the itab is looped, and the matnr =&lt;/P&gt;&lt;P&gt;'MAT001', the debugger stops (meaning a break point is triggered).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 04:53:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T04:53:07Z</dc:date>
    <item>
      <title>Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990169#M404026</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;Can any one explain me about Watch Points ?&lt;/P&gt;
  &lt;P&gt;What are the differences between debugger and watch points ? &lt;/P&gt;
  &lt;P&gt;Can any one explain me how to use watch points with any sample program, if provided with screen shots. &lt;/P&gt;
  &lt;P&gt;Thanks in Advance&lt;/P&gt;
  &lt;P&gt;Regards and Thanks&lt;/P&gt;
  &lt;P&gt;Vijaya&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990169#M404026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990170#M404027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijaya Laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put break point it will stop there at the particular point of the source code.&lt;/P&gt;&lt;P&gt;It will not stop in the break point until another break point or the same break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch point is non to physically putting break point..Instead you can watch &lt;/P&gt;&lt;P&gt;a variable when and where it is getting changed..by creating a watch point on &lt;/P&gt;&lt;P&gt;the variable in the program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for watch point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the debug mode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press the create watch point button (shift + f8)..&lt;/P&gt;&lt;P&gt;It will give a popup to enter the program name and field name you have to watch.&lt;/P&gt;&lt;P&gt;Press enter..&lt;/P&gt;&lt;P&gt;It will stop when the field name is getting changed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;Break points are static, meaning we define break points at certain statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as Watch points are set dynamic break points, or break points created on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, we can set a watch point, itab-matnr = 'MAT0001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the itab is looped, and the matnr =&lt;/P&gt;&lt;P&gt;'MAT001', the debugger stops (meaning a break point is triggered).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990170#M404027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990171#M404028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viajaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch points are used while debugging an ABAP program. We can create watch points in the debugging screen of the abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch point is created for the variable with the relational operator for the value. The execution will be stopped when the watchpoint get satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further information go through the followin links....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e2/5f5a42ed221253e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/e2/5f5a42ed221253e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh Babu S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990171#M404028</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2007-03-07T04:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990172#M404029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below links for watch points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting Watchpoints &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing Watchpoints &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617ce2e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617ce2e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1297729"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through these threads for more information on debugging,&lt;/P&gt;&lt;P&gt;1) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2081337"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1573384"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1340392"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2517280"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more links .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction: &lt;A href="http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34" target="test_blank"&gt;http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A PDF file to know knowledge about Debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Debug Background Programs: &lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugger: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need futher information plz do let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990172#M404029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990173#M404030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya..&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, 07 Mar 2007 04:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990173#M404030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990174#M404031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  laxmi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;debugger contains the watchpoint option in it.&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A watchpoint can be either local or global. Local watchpoints are only valid in the specified program. Global watchpoints are valid in the specified program, and also in all the other programs it calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set a watchpoint, start the Debugger and proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose Breakpoint-&amp;gt; Create watchpoint  or &lt;/P&gt;&lt;P&gt;    the corresponding pushbutton. &lt;/P&gt;&lt;P&gt;     The Create Watchpoint dialog box appears: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Decide whether you want to set a local or global watchpoint. &lt;/P&gt;&lt;P&gt;3.  Enter the program and the name of the field for which you want to set             the  watchpoint. In the Program field, the name of the program currently running is always defaulted.&lt;/P&gt;&lt;P&gt;4. If you want your watchpoint to be activated each time the contents of the field change, the definition is now complete, and you can return to the Debugger by pressing ENTER . &lt;/P&gt;&lt;P&gt;5.To create a conditional watchpoint, that is only activated when a particular situation arises, choose one of the following relational operators. &lt;/P&gt;&lt;P&gt;Operator                        meaning&lt;/P&gt;&lt;P&gt;      &amp;lt;                              Less than&lt;/P&gt;&lt;P&gt;     &amp;gt;                             greater than &lt;/P&gt;&lt;P&gt;        similarly &amp;lt;= , = , &amp;lt;&amp;gt; ,&amp;gt;=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6. You can use the Comparison field option to specify whether the comparison is to be carried out with a value that you specify or with the contents of another field. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;result&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The system confirms the watchpoint and adds it to the list in the display. When you finish your debugging session, the watchpoint is automatically deleted unless you have explicitly saved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990174#M404031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990175#M404032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/search/highlightContent.jsp" target="test_blank"&gt;http://help.sap.com/search/highlightContent.jsp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990175#M404032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990176#M404033</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;   we can say watch points as conditional brreak points depending up on particular&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condition it will start executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : for example you have 10.000 records record number 7000 is not executing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;properly in order to identify the error we need to debug all 6999 records to go to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7000 record in order to overcome this we use watchpoint , by using watchpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can put breakpoint on a particular record  and see where it is going wrong .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to create watchpoint  go to debugging screen there u can find create &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watchpoint tab, click on that give the condition&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;try this&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 06:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990176#M404033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T06:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990177#M404034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a &amp;lt;b&amp;gt;snap shot&amp;lt;/b&amp;gt; for every step.Already,I have sent you &lt;/P&gt;&lt;P&gt;these 10 Snap shot to your mail id. After reading each step open the &lt;/P&gt;&lt;P&gt;corresponding file, so that you can understand more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: Here you can see the sample code on Watch points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step2: In this, switching over to debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Debugging has started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step4: Here, click on the "Watch point" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step5: Now, You can see one dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step6: Here I enter the name of the variable name, where you want to put Watch    point.     Watch points are same as Break points, but with some conditions.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;       You can put the watch points in two ways:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       a.We can put watch point when there is change in a value i.e.,&lt;/P&gt;&lt;P&gt;         whenever the variable holding value is changed during the &lt;/P&gt;&lt;P&gt;         execution. &lt;/P&gt;&lt;P&gt;       b.Another way is giving some condition.&lt;/P&gt;&lt;P&gt;         Ex: Here in this example I have shown you that,when variable &lt;/P&gt;&lt;P&gt;         w_num is equal to 5 I am putting the break.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;Step7: Here, I am selecting the relative operator for putting the condition.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;Step8: Entering the value as 5.Here, the condition that I given is whenever&lt;/P&gt;&lt;P&gt;       w_num equal to 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step9: After Pressing F8,you can this screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step10: Here you can see that,Your Program execution is stopped at this   condition, When w_num = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the above desc. makes you understand crystal clear.If you have any queries, you are welcome. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward,if helpful.&amp;lt;/b&amp;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;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 10:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/1990177#M404034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T10:39:11Z</dc:date>
    </item>
  </channel>
</rss>

