<?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 Watch Points while Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950171#M944423</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;&lt;/P&gt;&lt;P&gt;I am debugging a loop of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal table is having 4000 entris. Now i would like to debug 3450th line of that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECC 6.0 version and unable to set the watchpoint to debug that particular line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out how exactly to set the watch point and to debug that line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 06:32:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T06:32:05Z</dc:date>
    <item>
      <title>Watch Points while Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950171#M944423</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;&lt;/P&gt;&lt;P&gt;I am debugging a loop of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal table is having 4000 entris. Now i would like to debug 3450th line of that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECC 6.0 version and unable to set the watchpoint to debug that particular line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out how exactly to set the watch point and to debug that line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950171#M944423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points while Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950172#M944424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set watch point either on wa_line-fieldx (hopefully this is unique) else watch point on SY_TABIX = 3450.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950172#M944424</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-29T06:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points while Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950173#M944425</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;  you put a watch-point on system field sy-tabix.As the loop on internal table takes place sy-tabix contains the number of the record which it is processing.Put a watch-point on sy-tabix .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950173#M944425</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-05-29T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points while Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950174#M944426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in ecc 6.0 go to the debugging screen&lt;/P&gt;&lt;P&gt;then clik on watc points in the toll bar&lt;/P&gt;&lt;P&gt;then one popup screen will appear&lt;/P&gt;&lt;P&gt;give the variable name where to give the watch points &lt;/P&gt;&lt;P&gt;for ex...&lt;/P&gt;&lt;P&gt;itabb-lifnr = '3000'.&lt;/P&gt;&lt;P&gt;then press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now watch point is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpful&lt;/P&gt;&lt;P&gt;sachhidananda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950174#M944426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Watch Points while Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950175#M944427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 06:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-points-while-debugging/m-p/3950175#M944427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T06:47:24Z</dc:date>
    </item>
  </channel>
</rss>

