<?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: debugging internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224349#M769022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a Watchpoint on sy-tabix = 400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or add some coding within your loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-tabix = 400.&lt;/P&gt;&lt;P&gt; breakpoint.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark question as answered if so...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 09:29:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-15T09:29:22Z</dc:date>
    <item>
      <title>debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224348#M769021</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 have 600 rows in my internal table which contains material no.s and its related data.i want to debug the data for 400th row .how can i go directly to 400th row in debugging instead of going each row in 'LOOP AT' statement.please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224348#M769021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224349#M769022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a Watchpoint on sy-tabix = 400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or add some coding within your loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-tabix = 400.&lt;/P&gt;&lt;P&gt; breakpoint.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark question as answered if so...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224349#M769022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224350#M769023</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;Please check with sy-tabix &lt;/P&gt;&lt;P&gt;if sy-tabix = 400 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224350#M769023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224351#M769024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hard code this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-tabix = 400.&lt;/P&gt;&lt;P&gt;breakpoint.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224351#M769024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224352#M769025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to use watch point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224352#M769025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224353#M769026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are in the debugging mode there is a button that says "create watchpoint". (Or hit Shift-F8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A popup will show where you enter the field name (here: sy-tabix), the comparison operator ('EQ') and the comparison value ('400').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That´s it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224353#M769026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224354#M769027</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;Start your code in debugging mode&lt;/P&gt;&lt;P&gt;Press the button Watchpoint there in Application bar&lt;/P&gt;&lt;P&gt;The give value in field name &lt;/P&gt;&lt;P&gt;then give the relational operator &lt;/P&gt;&lt;P&gt;then the comaprison operator &lt;/P&gt;&lt;P&gt;then it will stop when u will be at 400th row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;hitesh&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224354#M769027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T09:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: debugging internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224355#M769028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2. Watch Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(For this, we have to give some&lt;/P&gt;&lt;P&gt;VARIABLE NAME &amp;amp; VARIABLE VALUE - with relational operator)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this CONDITION gets satisfied,&lt;/P&gt;&lt;P&gt;(anywhere during the execution of the program),&lt;/P&gt;&lt;P&gt;the system will AUTOMATICALLY STOP THERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(EG when the value of matnr reaches the specified value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the purpose of WATCHPOINT&lt;/P&gt;&lt;P&gt;(the system will WATCH it, like a dog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="201335"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 10:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-internal-table/m-p/3224355#M769028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T10:08:50Z</dc:date>
    </item>
  </channel>
</rss>

