<?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 problem with debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256915#M1721453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;I'm new to ABAP field&lt;/P&gt;&lt;P&gt;In my company I have to debug a standard program but it contains lot of screen programing&lt;/P&gt;&lt;P&gt;Can any one tell me some techniques to debug the standard code in particular screen programming&lt;BR /&gt;Please this would help me a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; color: #ff0000;"&gt;Moderator message : Not enough re-search before posting, discussion locked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 15:40:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-05T15:40:00Z</dc:date>
    <item>
      <title>problem with debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256915#M1721453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;I'm new to ABAP field&lt;/P&gt;&lt;P&gt;In my company I have to debug a standard program but it contains lot of screen programing&lt;/P&gt;&lt;P&gt;Can any one tell me some techniques to debug the standard code in particular screen programming&lt;BR /&gt;Please this would help me a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; color: #ff0000;"&gt;Moderator message : Not enough re-search before posting, discussion locked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 15:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256915#M1721453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-05T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256916#M1721454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Some techniques used in debugging -&lt;/P&gt;&lt;P&gt;- Define break-points at statements you want the execution to pause so that you can analyse the status till the point of execution.&lt;/P&gt;&lt;P&gt;- Define watch-points for variables to keep a watch on their changing values. You can also define watch-points to keep a watch on a variable for some specific value too not just any value.&lt;/P&gt;&lt;P&gt;- Use Step, Step into, Step Over, Execute functions according to your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step ( F5 ) - To execute program line by line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step into ( F6) - To get inside the execution of a loop, function or method call etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step Over (F7) - Execute a statement like loop , function calls etc like a single statement and dont get inside the internal processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execute (F8) - Execute the program until next break point or watch point is met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 16:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256916#M1721454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-05T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256917#M1721455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/abap/testing-and-troubleshooting/blog/2010/11/10/new-abap-debugger-tips-and-tricks#Some_useful_debugger_settings" title="http://scn.sap.com/community/abap/testing-and-troubleshooting/blog/2010/11/10/new-abap-debugger-tips-and-tricks#Some_useful_debugger_settings"&gt;http://scn.sap.com/community/abap/testing-and-troubleshooting/blog/2010/11/10/new-abap-debugger-tips-and-tricks#Some_useful_debugger_settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 16:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-debugging/m-p/9256917#M1721455</guid>
      <dc:creator>tiagocorreia1</dc:creator>
      <dc:date>2013-02-05T16:05:40Z</dc:date>
    </item>
  </channel>
</rss>

