<?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: Debuginng in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044526#M720635</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;If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debugger contains the watchpoint option in it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A watchpoint can be either local or global. Local watchpoints are only valid in the specified program. Global watchpoints are valid in the specified program, and also in all the other programs it calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set a watchpoint, start the Debugger and proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose Breakpoint-&amp;gt; Create watchpoint or &lt;/P&gt;&lt;P&gt;the corresponding pushbutton. &lt;/P&gt;&lt;P&gt;The Create Watchpoint dialog box appears: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Decide whether you want to set a local or global watchpoint. &lt;/P&gt;&lt;P&gt;3. Enter the program and the name of the field for which you want to set the watchpoint. In the Program field, the name of the program currently running is always defaulted.&lt;/P&gt;&lt;P&gt;4. If you want your watchpoint to be activated each time the contents of the field change, the definition is now complete, and you can return to the Debugger by pressing ENTER . &lt;/P&gt;&lt;P&gt;5.To create a conditional watchpoint, that is only activated when a particular situation arises, choose one of the following relational operators. &lt;/P&gt;&lt;P&gt;Operator meaning&lt;/P&gt;&lt;P&gt;&amp;lt; Less than&lt;/P&gt;&lt;P&gt;&amp;gt; greater than &lt;/P&gt;&lt;P&gt;similarly &amp;lt;= , = , &amp;lt;&amp;gt; ,&amp;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;6. You can use the Comparison field option to specify whether the comparison is to be carried out with a value that you specify or with the contents of another field. &lt;/P&gt;&lt;P&gt;result&lt;/P&gt;&lt;P&gt;The system confirms the watchpoint and adds it to the list in the display. When you finish your debugging session, the watchpoint is automatically deleted unless you have explicitly saved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through these threads for more information on debugging,&lt;/P&gt;&lt;P&gt;1) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2081337"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1573384"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1340392"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2517280"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more links .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction: &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;/P&gt;&lt;P&gt;A PDF file to know knowledge about Debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more links:&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;Debug Background Programs: &lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugger: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/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;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 06:23:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T06:23:27Z</dc:date>
    <item>
      <title>Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044525#M720634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Watch point, In Debugging Mode What is the use of Append and insert Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044525#M720634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044526#M720635</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;If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debugger contains the watchpoint option in it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A watchpoint can be either local or global. Local watchpoints are only valid in the specified program. Global watchpoints are valid in the specified program, and also in all the other programs it calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set a watchpoint, start the Debugger and proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose Breakpoint-&amp;gt; Create watchpoint or &lt;/P&gt;&lt;P&gt;the corresponding pushbutton. &lt;/P&gt;&lt;P&gt;The Create Watchpoint dialog box appears: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Decide whether you want to set a local or global watchpoint. &lt;/P&gt;&lt;P&gt;3. Enter the program and the name of the field for which you want to set the watchpoint. In the Program field, the name of the program currently running is always defaulted.&lt;/P&gt;&lt;P&gt;4. If you want your watchpoint to be activated each time the contents of the field change, the definition is now complete, and you can return to the Debugger by pressing ENTER . &lt;/P&gt;&lt;P&gt;5.To create a conditional watchpoint, that is only activated when a particular situation arises, choose one of the following relational operators. &lt;/P&gt;&lt;P&gt;Operator meaning&lt;/P&gt;&lt;P&gt;&amp;lt; Less than&lt;/P&gt;&lt;P&gt;&amp;gt; greater than &lt;/P&gt;&lt;P&gt;similarly &amp;lt;= , = , &amp;lt;&amp;gt; ,&amp;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;6. You can use the Comparison field option to specify whether the comparison is to be carried out with a value that you specify or with the contents of another field. &lt;/P&gt;&lt;P&gt;result&lt;/P&gt;&lt;P&gt;The system confirms the watchpoint and adds it to the list in the display. When you finish your debugging session, the watchpoint is automatically deleted unless you have explicitly saved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through these threads for more information on debugging,&lt;/P&gt;&lt;P&gt;1) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2081337"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1573384"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1340392"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4) &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2517280"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more links .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction: &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;/P&gt;&lt;P&gt;A PDF file to know knowledge about Debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more links:&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;Debug Background Programs: &lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugger: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/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;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044526#M720635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044527#M720636</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;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Watchpoints&lt;/P&gt; &lt;BR /&gt;&lt;BR /&gt;Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. You can only define watchpoints in the Debugger.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Use&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;You set watchpoints in the Debugger to monitor the contents of specific fields. They inform you when the value of a field changes. When the value changes, the Debugger interrupts the program.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Features&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;You can set up to five watchpoints in a program.&lt;BR /&gt;See also Setting Watchpoints. &lt;BR /&gt;You can also specify the conditions on which a watchpoint is to become active. &lt;BR /&gt;You can specify logical conditions between up to five conditional watchpoints.&lt;BR /&gt;See Specifying a Logical Expression. &lt;BR /&gt;You can define watchpoints as either local or global. If you define a global watchpoint, it is active in all called programs. Local watchpoints are only active in the specified program. &lt;BR /&gt;You can change and delete watchpoints.&lt;BR /&gt;See Changing Watchpoints. &lt;BR /&gt;You can use watchpoints to display changes to the references of strings, data and object references, and internal tables.&lt;BR /&gt;See Memory Monitoring with Watchpoints&lt;BR /&gt; &lt;BR /&gt;&lt;B&gt;&lt;P&gt;Setting Watchpoints&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings. &lt;BR /&gt;&lt;BR /&gt;A watchpoint can be either local or global. Local watchpoints are only valid in the specified program. Global watchpoints are valid in the specified program, and also in all the other programs it calls.&lt;BR /&gt;&lt;B&gt;&lt;P&gt;&lt;BR /&gt;Procedure&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;To set a watchpoint, start the Debugger and proceed as follows:&lt;BR /&gt;&lt;BR /&gt;Choose Breakpoint ® Create watchpoint or the corresponding pushbutton. The Create Watchpoint dialog box appears: &lt;BR /&gt;&lt;BR /&gt;Decide whether you want to set a local or global watchpoint. &lt;BR /&gt;Enter the program and the name of the field for which you want to set the watchpoint. In the Program field, the name of the program currently running is always defaulted. &lt;BR /&gt;If you want your watchpoint to be activated each time the contents of the field change, the definition is now complete, and you can return to the Debugger by pressing ENTER . &lt;BR /&gt;To create a conditional watchpoint, that is only activated when a particular situation arises, choose one of the following relational operators. &lt;BR /&gt;Operator&lt;BR /&gt; Meaning&lt;BR /&gt; &lt;BR /&gt;&amp;lt;&amp;lt;br /&amp;gt; Less than&lt;BR /&gt; &lt;BR /&gt;&amp;lt;=&lt;BR /&gt; Less than or equal&lt;BR /&gt; &lt;BR /&gt;=&lt;BR /&gt; Equal&lt;BR /&gt; &lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt; Not equal&lt;BR /&gt; &lt;BR /&gt;&amp;gt;= &lt;P&gt;&lt;/P&gt;&lt;P&gt; Greater than or equal&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt; Greater than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Comparison field option to specify whether the comparison is to be carried out with a value that you specify or with the contents of another field. Depending on your choice from step 6, enter a value or a field for the comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;BR /&gt;The system confirms the watchpoint and adds it to the list in the display. When you finish your debugging session, the watchpoint is automatically deleted unless you have explicitly saved it.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Specifying Logical Links&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;If you have more than one conditional watchpoint, you can specify a logical link between them:&lt;BR /&gt;OR&lt;BR /&gt; Only one of the specified conditions must be met&lt;BR /&gt;AND&lt;BR /&gt; All of the conditions must be met.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Changing Watchpoints&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Choose Goto ® Control debugging ® Watchpoints or the Watchpoints pushbutton to display the watchpoint list. The following dialog box appears: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Choose the pencil icon in the line containing the watchpoint you want to change. &lt;BR /&gt;Change the watchpoint attributes in the Create/Change Watchpoint.&lt;BR /&gt;Choose ENTER .&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;P&gt;Deleting Watchpoints&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;You cannot delete watchpoints by choosing Breakpoint ® Delete or Breakpoint ® Deactivate/activate. Instead, proceed as follows:&lt;BR /&gt;&lt;BR /&gt;Choose Goto ® Control debugging ® Watchpoints or the Watchpoints pushbutton to display the watchpoint list. &lt;BR /&gt;Choose the trashcan icon in the line containing the watchpoint you want to delete.&lt;BR /&gt; &lt;BR /&gt;&lt;B&gt;&lt;P&gt;Memory Monitoring with Watchpoints&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;You can use watchpoints to display changes to the references of strings, data and object references, and internal tables. By placing an ampersand (&amp;amp;) in front of the object name, you can display the reference in question in hexadecimal format. With internal tables, you can also display the table header by placing an asterisk (*) at the beginning of the name. &lt;BR /&gt;&lt;BR /&gt;&amp;amp;objectname&lt;BR /&gt; Displays the references of strings, internal tables as well as data and object references&lt;BR /&gt; &lt;BR /&gt;*itab&lt;BR /&gt; Displays the table header of the internal table itab&lt;BR /&gt; &lt;BR /&gt;&lt;B&gt;&lt;P&gt;Example&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;If a watchpoint is set for the object in question at runtime, the program is stopped as soon as the reference is changed. A short dump can be intercepted in this way to stop the program being terminated when the memory is overwritten.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Analyzing Source Code&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;The Debugger contains an extensive range of functions that help you to analyze the source code of a program. You can step through the source code of a program in four different ways. For further information, refer to Stepping Through the Source Code&lt;BR /&gt;&lt;BR /&gt;For information about functions within the source code display, see Displaying the Source Code&lt;BR /&gt;&lt;BR /&gt;There are also different display modes that provide various information and display the contents of individual fields, tables, and so on:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044527#M720636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T06:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044528#M720637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Watch point:&lt;/P&gt;&lt;P&gt;place cursor on where we want to create watch point and press on WATCH POINT.&lt;/P&gt;&lt;P&gt; then main use of this watch point is to see where the process is going on and to see the process of which you want to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can give ''n' no of watch points in a programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging mode &lt;/P&gt;&lt;P&gt;append is used to update the existing record like any modifications.&lt;/P&gt;&lt;P&gt;insert is used to insert any new record to the internal table but it we be inserted at the end of the table contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044528#M720637</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2007-11-14T06:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044529#M720638</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 Insert and Append functions allow you to add a new line to an internal table. If you choose Append, the new line is added to the end of the table. If you choose Insert, you can add the new line at any position in the table. To insert a new line at the end of the table:&lt;/P&gt;&lt;P&gt;1.	Choose Append. &lt;/P&gt;&lt;P&gt;2.	Enter a value for the first field of the line. &lt;/P&gt;&lt;P&gt;3.	Choose ENTER . The system adds a new line to the end of the table, containing the value that you entered for the first field. &lt;/P&gt;&lt;P&gt;4.	Enter values in the remaining fields as described above.&lt;/P&gt;&lt;P&gt;If you want to add a line in the middle of the internal table, place the cursor on the line after which you want to insert it. Choose Insert, then follow the procedure described above from step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044529#M720638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T06:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debuginng</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044530#M720639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you need to de-bug your source code many times and for each time you will repeat the same process so for avoiding that you can set watch-point in de-bug mode for you perticular condition or any perticular source code at which you need to concentrate so that while de-bugging it will directly come to that point or it won't miss that point to come as while by using normal de-bugging there is a chance of missing that point. So its always better to set watch-point while de-bugging.&lt;/P&gt;&lt;P&gt;           Also INSERT and APPEND is used in de-bugging mode for following purpose. Suppose you are checking one internal table with some records in de-bug mode and for satisfying some sort of condition you want to add another record into that internal table so this can be done with the mentioned tabs. With INSERT you can insert the recors in between the existing records and with APPEND tab you can add record at the end of the internal table at run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 06:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuginng/m-p/3044530#M720639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T06:33:33Z</dc:date>
    </item>
  </channel>
</rss>

