<?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/2424554#M541491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There two types advantage if you use watch point properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if you run sap standard transactions ,some times we get error message ,if you want to debug the complete program ( it may take much time ) ,i mean you want to know where the message is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you have one more option like double click on message -&amp;gt;it gives message id and message number,In se91 -&amp;gt; you can choose where used list and it shows program name ,but some time it will not show ( I mean dynamic message ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run the transaction -&amp;gt; /h -&amp;gt; it will go debugging. now create watch point as like &lt;/P&gt;&lt;P&gt;variable as message id and value mesage number,it will stop exactly there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. some times you get wrong values on only partcular field ,on few columns ,you want to see the exact select query on that condition,then create watch point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 21:09:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T21:09:04Z</dc:date>
    <item>
      <title>Watch Points?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424552#M541489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. clarify, the Uses/How works the Watch Points in Debugging?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Srikhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 20:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424552#M541489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T20:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424553#M541490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3382034&amp;amp;messageID=3616071" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3382034&amp;amp;messageID=3616071&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give you a brief idea:&lt;/P&gt;&lt;P&gt;You can create a watch point to check if a particular variable reaches a particular value during whole execution or not.&lt;/P&gt;&lt;P&gt;For ex.,&lt;/P&gt;&lt;P&gt;You have a count variable in the program and you want to debug the program only after its value reaches to 5 then you can create a watchpoint for that count variable and give the value 5. And then you execute the program and it will stop when the value becomes 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify different conditions like greater than, less than etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not specify any value for the watchpoint and just specify the variable name, it will stop whenever variable's value is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;You can search forum or SAP help for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424553#M541490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424554#M541491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There two types advantage if you use watch point properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if you run sap standard transactions ,some times we get error message ,if you want to debug the complete program ( it may take much time ) ,i mean you want to know where the message is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you have one more option like double click on message -&amp;gt;it gives message id and message number,In se91 -&amp;gt; you can choose where used list and it shows program name ,but some time it will not show ( I mean dynamic message ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run the transaction -&amp;gt; /h -&amp;gt; it will go debugging. now create watch point as like &lt;/P&gt;&lt;P&gt;variable as message id and value mesage number,it will stop exactly there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. some times you get wrong values on only partcular field ,on few columns ,you want to see the exact select query on that condition,then create watch point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424554#M541491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424555#M541492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check these good links for the same&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points/m-p/2424555#M541492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:09:48Z</dc:date>
    </item>
  </channel>
</rss>

