<?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 How to debug an abap code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045677#M720931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send me the details of how to debug an abap code ? with screen shots.&lt;/P&gt;&lt;P&gt;                                                                            Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 09:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T09:40:06Z</dc:date>
    <item>
      <title>How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045677#M720931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send me the details of how to debug an abap code ? with screen shots.&lt;/P&gt;&lt;P&gt;                                                                            Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 09:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045677#M720931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045678#M720932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give /h in command line.....and execute program......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use break-point or break &amp;lt;user name&amp;gt; in program if u need to debug particular part of code.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a session break point by placing cursor on line where debugging should start and click button break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;info on watch points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For required field value you need to use watch points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can either set a watch point for that field or, execute single step till that field is populated and double click on the variable so that you can see its contents in the debugger screen itself. Double click on the variable and do single step execution so you can see its contents throughout its execution. If you want to see the contents of a table, there is a tab called tables in the debugger. Go to that and enter the name of the table there. You will see all its contents. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 09:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045678#M720932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045679#M720933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPen the code dat u want 2 debug in SE38&lt;/P&gt;&lt;P&gt;put a&amp;lt;b&amp;gt; /h&amp;lt;/b&amp;gt; cmd in the cmd window&lt;/P&gt;&lt;P&gt;then run using F8..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else activate the prog..keep da cursor on the stmt from the point where u want 2 debug from..then click on breakpoint in toolbar..then press F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope dis helps..reward if it does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 09:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045679#M720933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T09:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045680#M720934</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;To debug an ABAP code type /h in command space,press enter and press execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vasudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 09:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045680#M720934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045681#M720935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use /h in command field  and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or from se38 screen pess debug button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045681#M720935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045682#M720936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this blog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2007/05/20/abap-trial-version-for-newbies-part-12-debugging-in-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045682#M720936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045683#M720937</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 can debug the entire code or particular statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to debug the entire program. Run the program, enter values in selection screen and input /h. By doing this you can debug the entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know how the values are coming etc. then keep the break point at that place and click on the Debug point or press CTRL&lt;EM&gt;SHIFT&lt;/EM&gt;F12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045683#M720937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045684#M720938</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;Method 1) In the SE38, after entering the program name, click on Execute in Debugging Mode Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2) on the command field hit "/H", then, Debugging switched on, end execute the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 3) In the ABAP code, some where insert the statement, Break-point,&lt;/P&gt;&lt;P&gt;when the control comes to that statement, the program turns into debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045684#M720938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045685#M720939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Please send me the details of how to debug an abap&lt;/P&gt;&lt;P&gt;&amp;gt; code ? with screen shots.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; hanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are two methods to debug ABAP code&lt;/P&gt;&lt;P&gt;1) Execute program by &amp;lt;b&amp;gt;F8&amp;lt;/b&amp;gt; , give /h in command line and press Enter.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2) If you want to Debug pariticular part of the code then put &amp;lt;b&amp;gt;Break point&amp;lt;/b&amp;gt; on this particular code and Execute code by F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing is that, &lt;/P&gt;&lt;P&gt;you can place any number of break points during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 12:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-code/m-p/3045685#M720939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T12:24:41Z</dc:date>
    </item>
  </channel>
</rss>

