<?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: ABAP Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191403#M1201456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check help provided by SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 05:52:10 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-02-24T05:52:10Z</dc:date>
    <item>
      <title>ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191400#M1201453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you anybody clarify me the purpose of the watch point with some scenarios?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before posting this, I searched and read docs about watch points. But, I am not &lt;/P&gt;&lt;P&gt;clear about setting watch points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 05:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191400#M1201453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T05:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191401#M1201454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose u have manually break point in a loop to watch each value of any field.&lt;/P&gt;&lt;P&gt;but further u want to watch a particular value. for this u will have to set the watch point on that field &lt;/P&gt;&lt;P&gt;against the value for which u are looking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u have entered in debug mode click on Break/Watchpoints TAB.&lt;/P&gt;&lt;P&gt;It will open the window.Click on WatchPoints TAB.&lt;/P&gt;&lt;P&gt;Now in icon buttons click on the create watch points icon .&lt;/P&gt;&lt;P&gt;Now in the opened window write the variable name. if of the loop then itab-field else ony var name.&lt;/P&gt;&lt;P&gt;After writing this click on the icon against which the text 'No Addititional Condition' Is written.&lt;/P&gt;&lt;P&gt;It will open Free condition Entry.&lt;/P&gt;&lt;P&gt;Here write the value for which u are looking&lt;/P&gt;&lt;P&gt;itab-field = 'XXX'.&lt;/P&gt;&lt;P&gt;and enter.&lt;/P&gt;&lt;P&gt;ur watch point is created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: tahir naqqash on Feb 24, 2009 10:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 05:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191401#M1201454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191402#M1201455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we have 100 materials in table and you want to stop at material 45,  then create watchpoint by giving the field as Itab-matnr and value as 45 then whenver it reaches the record of material 45 it stops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 05:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191402#M1201455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191403#M1201456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check help provided by SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 05:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191403#M1201456</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-02-24T05:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191404#M1201457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;[watch point|http://help.sap.com/saphelp_nw70/helpdata/EN/f1/792442db42e22ce10000000a1550b0/content.htm]&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 05:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191404#M1201457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T05:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191405#M1201458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint is basically used to interrupt your program when the contents of your variable or internal table change.&lt;/P&gt;&lt;P&gt;So for eg:&lt;/P&gt;&lt;P&gt;If you have a report wherein u want to know at what point some values are assigned to it in the report.&lt;/P&gt;&lt;P&gt;Then in such a case you need to create a watchpoint as using a breakpoint here will become tedious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samreen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191405#M1201458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T06:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191406#M1201459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u checked the Varun's thread.It will explain you the WATCH POINT concept very clearly&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="1238626"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/5191406#M1201459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T06:18:46Z</dc:date>
    </item>
  </channel>
</rss>

