<?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 techniques in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518189#M238276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you can type /h in the command field or set a static break point in the program using BREAK-POINT.You could also use watch points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the corresponding document under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2006 04:58:54 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-08-15T04:58:54Z</dc:date>
    <item>
      <title>debugging techniques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518187#M238274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the debugging techniques?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518187#M238274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T04:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: debugging techniques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518188#M238275</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; Best is to check SAP help.&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518188#M238275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T04:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: debugging techniques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518189#M238276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you can type /h in the command field or set a static break point in the program using BREAK-POINT.You could also use watch points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the corresponding document under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518189#M238276</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-08-15T04:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: debugging techniques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518190#M238277</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;As others have said, do check SAP documentation. Here are quick tips:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You place break points in the part of your code where you want it to stop to check for variable values,etc. Also, debugging is a good way to get a feel of the program since you can know its flow. You can also create watchpoints so that you can verify when a certain event happened(variable x had a value of 1 in this loop, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-techniques/m-p/1518190#M238277</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-08-15T05:22:46Z</dc:date>
    </item>
  </channel>
</rss>

