<?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: Diff. Watch point and Break Point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478845#M558311</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;break-point- stops the flow of program at defined&lt;/P&gt;&lt;P&gt;point for debug purpose.&lt;/P&gt;&lt;P&gt;watch-point- use to set for particular value&lt;/P&gt;&lt;P&gt;example : if you want to debug only &lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 06:14:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T06:14:04Z</dc:date>
    <item>
      <title>Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478842#M558308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    What is the difference between Watch Point and Break Point ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478842#M558308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478843#M558309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;break point: to stop the compilation of program&lt;/P&gt;&lt;P&gt;maximum 30 break points can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch point:  to view the value of each field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds&lt;/P&gt;&lt;P&gt;pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478843#M558309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478844#M558310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;             break point is the point where the executioin stop at this point and from&lt;/P&gt;&lt;P&gt;here onwards executionb depends on the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch point is used now the varable value present in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can arrange the breakpoints up to 30 . watchpoints up to 6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478844#M558310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478845#M558311</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;break-point- stops the flow of program at defined&lt;/P&gt;&lt;P&gt;point for debug purpose.&lt;/P&gt;&lt;P&gt;watch-point- use to set for particular value&lt;/P&gt;&lt;P&gt;example : if you want to debug only &lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478845#M558311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478846#M558312</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;Break points are used to put break points at any statement.,FM,sub rotines,methods etc.&lt;/P&gt;&lt;P&gt;Watch points are used to find if a particual filed reached a particular value.&lt;/P&gt;&lt;P&gt;suppose in ur program u want to find where the vendor number reached 100.you cna create a watch point on this and then press F8,so when this value is reached&lt;/P&gt;&lt;P&gt;it will be stopped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478846#M558312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478847#M558313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghavendra,&lt;/P&gt;&lt;P&gt;there is not that much difference in breakpoint and watchpoint.&lt;/P&gt;&lt;P&gt;both of them are used to debugg a program.&lt;/P&gt;&lt;P&gt;the main difference between BP and WP is BP can whenever we set BP it will goon debugging all the data of a particular internal table...where as we set WP inside debugging by setting a value of a particular internal table field we can directly jump to that value using WP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this may be helpfull....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward incase usefull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478847#M558313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478848#M558314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First test your code with '/h' type in command window which shall take you to debug or by putting break points with F8. You test your program from code and then go to se30 performance analysis transaction and there you can know what are the drawbacks. Then go to SLIN transaction and do extended syntax check or from code in menu options where you have debugging -&amp;gt; extended check and the program id ready without error.&lt;/P&gt;&lt;P&gt;As mentioned above after doing syntax check and extended syntax check you have to create a TEST PLAN. You have  to  test all possible Postive &amp;amp; Negative test cases.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test for division by zero if it involves calculation or code accordingly.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to test for field overflows. If it involves sap script or smart forms  try to  print  outputs which have single page and also multiple page and which does not have any output at all.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test by leaving all parameters in selection screen blank.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test by  entering  wrong  values in selection screen and display a pop-up if the user enters wrong selection screen values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do ABAP trace and SQL trace to make sure that your program is efficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Debugging code/program.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;As mentioned above type /h in command line and try to execute the program. Another way is to set break-point at the function module or the required line and do single step execute or execute.  Once you finished debugging, you can select Delete to clear all the &amp;lt;b&amp;gt;break points.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third option in certain  cases is to  check for sy-subrc &amp;lt;&amp;gt; 0  and proceed from there by  making it 0 by updating the sy-subrc in the debug editor  and  see how the program  behaves if the value is what  you enterd in the debug screen. For certain case  try to use &amp;lt;b&amp;gt;WATCH POINT&amp;lt;/b&amp;gt; feature in debug  editor.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ...&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478848#M558314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478849#M558315</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;Thanks for usefull information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghavendra.D.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478849#M558315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Watch point and Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478850#M558316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the break point is the point where the compilation/executioncan be stopped at any part of the program.it can be set using GUI or can be added with the keywork breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, watch point is used check for the variable value...the execution is stopped when it reaches the required value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can set breakpoints up to 30 and watch points for 6 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-watch-point-and-break-point/m-p/2478850#M558316</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-06-29T13:49:44Z</dc:date>
    </item>
  </channel>
</rss>

