<?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: DEBUG: How to detect when the database tables are changed. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275660#M1723374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting Watchpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 09:05:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-18T09:05:31Z</dc:date>
    <item>
      <title>DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275659#M1723373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When debugging, is there any ways to knows that when the part of codes those change the value in specific tables (Ztables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 08:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275659#M1723373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275660#M1723374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting Watchpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275660#M1723374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275661#M1723375</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;have you tried ST05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5a1de990-0201-0010-8d83-a06bdda1d7d5?QuickLink=index&amp;amp;overridelayout=true" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5a1de990-0201-0010-8d83-a06bdda1d7d5?QuickLink=index&amp;amp;overridelayout=true"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5a1de990-0201-0010-8d83-a06bdda1d7d5?QuickLink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275661#M1723375</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2013-02-18T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275662#M1723376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use sy-dbcnt. if your code changes some values or insert some rows into database table then you can findout total no. rows changed in database table.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sabyasachi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275662#M1723376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275663#M1723377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a break point at commands&amp;nbsp; INSERT, UPDATE, MODIFY can help a little.&lt;/P&gt;&lt;P&gt;this stops at all tables, not only Ztable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275663#M1723377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T10:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUG: How to detect when the database tables are changed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275664#M1723378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, using ST05 can be another way to trace where the ztable updated.&lt;/P&gt;&lt;P&gt;Thanks for your idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 11:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-how-to-detect-when-the-database-tables-are-changed/m-p/9275664#M1723378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T11:00:07Z</dc:date>
    </item>
  </channel>
</rss>

