<?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: How to Debug an ABAP Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447648#M548334</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;The Debugger is a programming tool that you can use to execute ABAP programs, by line or by section. With this tool, you can display data objects and check the flow logic of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two types of debugging are currently possible: Debugging with the classic Debugger for release levels up to and including 6.40 or debugging with the new Debugger, which is available for all releases after 6.40. The main differences between the classic and the new ABAP Debuggers are described below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The Classic ABAP Debugger&lt;/P&gt; runs in the same roll area as the application to be analyzed (debuggee). It is therefore displayed in the same window as the application. However, this technology also has some restrictions. For example, some ABAP programs (such as conversion exist) cannot be analyzed in debug mode for technical reasons. However, the most significant restriction is that no ABAP technology can be used for designing the Debugger interface and it is therefore not possible to create a modern user interface.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;The New ABAP Debugger&lt;/P&gt;&lt;/B&gt;, on the other hand, is executed in a separate external session (Debugger), while the application to be analyzed (debuggee) uses a second external session. With this technology, the user interface of the Debugger can be designed freely by ABAP means. &lt;BR /&gt;The new Debugger provides the user with a flexible interface that can be configured as required and has more than eight desktops. Here it is possible to place and arrange up to four tools - depending on the user's selection. For example, it is possible to display source texts or structures. In this way, the user can design the Debugger interface according to his own individual requirements.&lt;BR /&gt;&lt;BR /&gt;As of Release 6.40, you can select the debugging type as you wish by choosing the classic Debugger or the new Debugger in the ABAP Editor from the path Utilities ® Settings. It is also possible to switch the Debugger at any time during a session under the menu option Debugging. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kavitha.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Reward Points if helpful.&lt;/U&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 05:11:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T05:11:36Z</dc:date>
    <item>
      <title>How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447640#M548326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone of you let me how to debug an ABAP program in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether my logic is working properly and see the field values during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any one of you have an How to document which speaks about debugging, pls send it to id, dmv_79@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be assigned all to helpfull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mv_d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447640#M548326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T01:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447641#M548327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE38... give the program name &lt;/P&gt;&lt;P&gt;and click debugging&lt;/P&gt;&lt;P&gt;If your program has a selection screen...&lt;/P&gt;&lt;P&gt;in the command bar hit /h to switch debugging on.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447641#M548327</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-03T01:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447642#M548328</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;Refer to the below link&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;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447642#M548328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T01:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447643#M548329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go thru this link of debugging.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447643#M548329</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-07-03T01:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447644#M548330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set break point and use /h session&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447644#M548330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T01:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447645#M548331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Debugging Program with ABAP Debugger&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Activate the Debugger before executing your ABAP program&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;System -&amp;gt; Utilities -&amp;gt; Debug ABAP/4&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of the debugger is to allow you to execute your program line by line.  It also allow you display the data as you execute the program. (double click on the varaible field name and it will be display) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or after program have been executed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run transaction SM66 and find your work process. &lt;/P&gt;&lt;P&gt;Select the line of your work process and double click on it &lt;/P&gt;&lt;P&gt;Click the debugging option. &lt;/P&gt;&lt;P&gt;If this is a custom program, you can put a wait statement in the code to buy yourself some time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) To understand the Watchpoint, you have to play with it. &lt;/P&gt;&lt;P&gt;a) Debug your program. &lt;/P&gt;&lt;P&gt;b) Place your cursor on the field you want to watch &lt;/P&gt;&lt;P&gt;c) Press Shift+F8, or click the Create Watchpoint button &lt;/P&gt;&lt;P&gt;d) Select the LOCAL WATCHPOINT checkbox if you want the watchpoint to be active for the immediate program only (and not includes etc. By default, you want to leave this unchecked). &lt;/P&gt;&lt;P&gt;e) Drop down on the relational operator, and choose one. They are self-explanatory. (For this example, use '=') &lt;/P&gt;&lt;P&gt;f) Select the COMPARISON FIELD checkbox if you want to check the field against another field, else leave unchecked if you want to check your field against a static value. &lt;/P&gt;&lt;P&gt;g) Enter your comparison field (if you checked the previous box) or your check value in the last box. Once your selected field equals the selected value, the program will break as if a breakpoint was reached. It is possible that the program never breaks, meaning your watchpoint criteria was never satisfied (For example if you check Itab-Field = VALUEA, if Itab-field never have a value equal to VALUEA the program will NOT break.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it sis usefull.....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447645#M548331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T03:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447646#M548332</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;&lt;/P&gt;&lt;P&gt;go to se38-&amp;gt;give ur program name-.execute-&amp;gt;give /h at command prompt-&amp;gt;execute-&amp;gt;now debugging will start-&amp;gt;&lt;/P&gt;&lt;P&gt;f5-used for line by line debugging&lt;/P&gt;&lt;P&gt;f6-used for directly executing function modules or performs i.e. control won't go into that block.&lt;/P&gt;&lt;P&gt;f7-run to cursor&lt;/P&gt;&lt;P&gt;f8-direct executing.&lt;/P&gt;&lt;P&gt;fileds: here we can check fild values.&lt;/P&gt;&lt;P&gt;click fileds option and double click on the filed or type the filen name beside filed&lt;/P&gt;&lt;P&gt;tables : here we can check the data in the internal table.&lt;/P&gt;&lt;P&gt;click tables option and double click on the internal table.&lt;/P&gt;&lt;P&gt;Break points:&lt;/P&gt;&lt;P&gt;if you want to debug a particulr part you can use this.&lt;/P&gt;&lt;P&gt;place the cursor at any perform click breakpoint or double click on that line.it will be set.&lt;/P&gt;&lt;P&gt;if /h from report statement it will debug,so for debugging from particular point we will use break points.use f7 to traverse between multiple break points.&lt;/P&gt;&lt;P&gt;Watch-points: In some cases we need to check the data populated in the internal table for eample if we want to check the data of internal table record belongs to 100th vendor we will create watch point for this goto-&amp;gt;breakpoints-&amp;gt;create watch points-&amp;gt;give filed itab-lifnr-&amp;gt;=-&amp;gt;100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debugging procedure:&lt;/P&gt;&lt;P&gt;Use '/H' in the command line and execute the report/program, so that it goes to debugging mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. keep a hard coded break point in the code like BREAK-POINT and it stops there.&lt;/P&gt;&lt;P&gt;3.From the program Menu, Keep the Soft Break-points and do the debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the links&lt;/P&gt;&lt;P&gt;Refer to this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf" target="test_blank"&gt;http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=3187106" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=3187106&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=850453" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=850453&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=1546485" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2673672&amp;amp;messageID=1546485&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2673628&amp;amp;messageID=2048883" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2673628&amp;amp;messageID=2048883&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34" target="test_blank"&gt;http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/testing-and-debugging-abap-codes-functions.htm" target="test_blank"&gt;http://www.sap-img.com/abap/testing-and-debugging-abap-codes-functions.htm&lt;/A&gt;&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447646#M548332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T03:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447647#M548333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mv_d,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my own how-to-debug which i had created in my own blog intend to help anyone who needs it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://http://isskythelimittechnical.blogspot.com/2006/09/sap-r3-debugging-and-using-breakpoint.html"&amp;gt;How to debug&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;William Wilstroth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447647#M548333</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2007-07-03T03:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447648#M548334</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;The Debugger is a programming tool that you can use to execute ABAP programs, by line or by section. With this tool, you can display data objects and check the flow logic of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two types of debugging are currently possible: Debugging with the classic Debugger for release levels up to and including 6.40 or debugging with the new Debugger, which is available for all releases after 6.40. The main differences between the classic and the new ABAP Debuggers are described below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The Classic ABAP Debugger&lt;/P&gt; runs in the same roll area as the application to be analyzed (debuggee). It is therefore displayed in the same window as the application. However, this technology also has some restrictions. For example, some ABAP programs (such as conversion exist) cannot be analyzed in debug mode for technical reasons. However, the most significant restriction is that no ABAP technology can be used for designing the Debugger interface and it is therefore not possible to create a modern user interface.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;The New ABAP Debugger&lt;/P&gt;&lt;/B&gt;, on the other hand, is executed in a separate external session (Debugger), while the application to be analyzed (debuggee) uses a second external session. With this technology, the user interface of the Debugger can be designed freely by ABAP means. &lt;BR /&gt;The new Debugger provides the user with a flexible interface that can be configured as required and has more than eight desktops. Here it is possible to place and arrange up to four tools - depending on the user's selection. For example, it is possible to display source texts or structures. In this way, the user can design the Debugger interface according to his own individual requirements.&lt;BR /&gt;&lt;BR /&gt;As of Release 6.40, you can select the debugging type as you wish by choosing the classic Debugger or the new Debugger in the ABAP Editor from the path Utilities ® Settings. It is also possible to switch the Debugger at any time during a session under the menu option Debugging. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kavitha.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Reward Points if helpful.&lt;/U&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 05:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447648#M548334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T05:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447649#M548335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link which you have specified is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls  send me the document to my mail id dmv_79@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mv_d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 21:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447649#M548335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug an ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447650#M548336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mv_d,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not good to ask contributors to send document to a poster's email as it is not sharing with other people on solution related to your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try not to practice by asking people to send solution to your personel email. Everyone is here to learn and share knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the link, i have corrected it and also sharing it with everyone:&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://isskythelimittechnical.blogspot.com/2006/09/sap-r3-debugging-and-using-breakpoint.html"&amp;gt;how to debug&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William Wilstroth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 02:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-abap-program/m-p/2447650#M548336</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2007-07-04T02:58:31Z</dc:date>
    </item>
  </channel>
</rss>

