<?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 about watchpoints in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090539#M978113</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;It is my first time to use watchpoints to debug, &lt;/P&gt;&lt;P&gt;but after I created one watchpoint in the debugger (I expect the program will stop at the point where order no. = '10000005'), the debugger does not stop and run smoothly.&lt;/P&gt;&lt;P&gt;What's wrong are there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 09:38:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T09:38:26Z</dc:date>
    <item>
      <title>about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090539#M978113</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;It is my first time to use watchpoints to debug, &lt;/P&gt;&lt;P&gt;but after I created one watchpoint in the debugger (I expect the program will stop at the point where order no. = '10000005'), the debugger does not stop and run smoothly.&lt;/P&gt;&lt;P&gt;What's wrong are there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090539#M978113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090540#M978114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you need to supply leading zeroes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090540#M978114</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-06-25T09:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090541#M978115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it means there won't be any order no. which is equal to '10000005'. if there means you need to check length of that variable. May be it is having Leading Spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subas  Bose on Jun 25, 2008 11:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090541#M978115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090542#M978116</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;there r 2 options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the value is not in ur internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u didnt keep the watchpoint properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after u click on create watchpoint,give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table field : itab-order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operator : =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value : 10000005.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090542#M978116</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-25T09:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090543#M978117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoints don't work with field-symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090543#M978117</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-25T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090544#M978118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating watch point .&lt;/P&gt;&lt;P&gt;please enter proper filed .Example sy-datum&lt;/P&gt;&lt;P&gt;then use logical opration  &amp;lt;&amp;gt; , &amp;gt; ,&amp;lt;, =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for confirmation&lt;/P&gt;&lt;P&gt;Enter Sy-datum in dubger..&lt;/P&gt;&lt;P&gt;its comes with Yellow icon... it means that your watch point has been created successully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if again you are getting problem&lt;/P&gt;&lt;P&gt;in Break point use STATEMENT.&lt;/P&gt;&lt;P&gt;and enter your field name . it will defently stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Jun 25, 2008 1:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090544#M978118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090545#M978119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think we cannot create watchpoint for any perticuler entry.we only can create watchpoint for whole itab only.not on like &lt;/P&gt;&lt;P&gt;itab-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090545#M978119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090546#M978120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for all your reply.&lt;/P&gt;&lt;P&gt;Let me elaborate more about my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an internal table ITAB holding say order no. (ITAB-VBELN).&lt;/P&gt;&lt;P&gt;In ITAB, there is some checking logic.&lt;/P&gt;&lt;P&gt;It is found that a certain order (e.g. 1011009) returns the wrong result. &lt;/P&gt;&lt;P&gt;Since the no. of orders is too many, I can set the breakpoint at the "loop at ITAB" but I don't want to wait for the ITAB-VBELN to reach the no. '1011009' by pressing F8 each time it hits the breakpoint.&lt;/P&gt;&lt;P&gt;Therefore, I create a watchpoint that ITAB-VBELN = '1011009' (I also tried adding leading zero before it) and expect it stops at '1011009' for me to debug that order.&lt;/P&gt;&lt;P&gt;But it didn't stop...&lt;/P&gt;&lt;P&gt;So can this done by watchpoints or what steps I've missed out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 02:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090546#M978120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T02:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090547#M978121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Give the same no. of leading zeroes as the length of the field.&lt;/P&gt;&lt;P&gt;Give it in single quotes: '000001234351'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 02:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090547#M978121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T02:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090548#M978122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew&lt;/P&gt;&lt;P&gt;  Please check this simple code, i've successfully placed a watch point on the      field symbol &amp;lt;fs&amp;gt; and of course one can only place watch points on field symbols once it is assigned using the ASSIGN statement. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ztest.
FIELD-SYMBOLS:
  &amp;lt;fs&amp;gt; TYPE i.
DO 10 TIMES.
  ASSIGN sy-index TO &amp;lt;fs&amp;gt;.
  WRITE &amp;lt;fs&amp;gt;.
ENDDO.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 02:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090548#M978122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T02:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: about watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090549#M978123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I will give you the explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If our code is like the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_tab INTO wa_tab.&lt;/P&gt;&lt;P&gt;IF wa_tab-matnr is not initial.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First click the &lt;STRONG&gt;Create Watchpoint&lt;/STRONG&gt; button in the debugger session or Shift+F4 (New Abap Debugger).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show the create watchpoint screen.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;variable&lt;/STRONG&gt; field, type the variable name that you want the watchpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in our case : wa_tab-matnr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click the &lt;STRONG&gt;No Additional Condition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In there type your condition.&lt;/P&gt;&lt;P&gt;For Eg : wa_tab-matnr = '100120130'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now test your program.Your program will stop at that condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards&lt;/P&gt;&lt;P&gt;Senthil Kumar Anantham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-watchpoints/m-p/4090549#M978123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T11:26:49Z</dc:date>
    </item>
  </channel>
</rss>

