<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701834#M625730</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;Goto ABAP KEYWORD Documentation. (Transaction ABAPDOCU)&lt;/P&gt;&lt;P&gt;OR F1 on any KEYWORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There on the left side Expand the tree node "ABAP Change by Release".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There when you click on Release for ECC6.0 you can see the difference between Its debugger and the debugger of Previous Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have access then here is the modification list to Debugger after 4.6c release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Displaying program attributes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Displaying data references &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Special display of deep data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Setting breakpoints in methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Support for class-based exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Debugging mode for Business Server Pages with ABAP scripting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Copying breakpoints from HTTP and update sessions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Displaying instructions for the database interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Forward and backward navigation in the source text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Displaying memory consumption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. Displaying Unicode fragment view &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 1 &lt;/P&gt;&lt;P&gt;Displaying program attributes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Goto &amp;amp;#8594; Further Information &amp;amp;#8594; Program Attributes then the system will display the attributes fixed point arithmetic, system program, and Unicode check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 2 &lt;/P&gt;&lt;P&gt;Displaying data references &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you double-click a data reference in the Field Name column then the subsequent screen will contain technical information about that reference. A double click in the Field Contentcolumn will display the content of the data reference. The object referred to will be displayed, if you doubleclick the data reference dref-&amp;gt;*in the Field Name column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 3 &lt;/P&gt;&lt;P&gt;Special display of deep data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the headers of strings, internal tables, data references, and object references, you must prefix them with an asterisk. For example, to display the header of the internal table itab in hexadecimal form, you must enter *itab in the Field Namecolumn. In the case of tables without headers the field content only contains zeroes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you prefix the data object name with an ampersand, the relevant reference to the string, internal table, data reference, or object reference is displayed in hexadecimal form. For example, specifying &amp;amp;str will display the reference to the string str. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 4 &lt;/P&gt;&lt;P&gt;Setting breakpoints in methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By choosing Breakpoint &amp;amp;#8594; Breakpoint at &amp;amp;#8594; Method you can set a breakpoint for a method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 5 &lt;/P&gt;&lt;P&gt;Support for class based-exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following functions are available if an exception occurs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the INTO ref addition is missing from the CATCHstatement, you can create an exception object in the Debugger under Settings. &lt;/P&gt;&lt;P&gt;If you choose the Display Exception Objecticon, the system will display the attributes and interfaces of the exception class with their contents in the subsequent screen. &lt;/P&gt;&lt;P&gt;If you choose Statement That Caused the Exception the system goes to the line in the source code in which the exception was caused. The statement that caused the exception is explicitly indicated in the source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 6 &lt;/P&gt;&lt;P&gt;Debugging mode for Business Server Pages with ABAP scripting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Server Pages (BSP) can now be run in debugging mode. It is also possible to display and set breakpoints. Business Server Pages can be displayed in the Object Navigator, if you select an appropriate application by choosing BSP Applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 7 &lt;/P&gt;&lt;P&gt;Copying breakpoints from HTTP and update sessions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call an HTTP or update session from a logical unit of work (LUW) then a new work process will be started for this session. Any breakpoints that were set in this calling logical unit of work are carried over to the new sessions and can be displayed by choosing Breakpoints. For example, if you call the update module funcusing CALL FUNCTION func IN UPDATE TASK, then the new work process will be displayed in a new window, provided you selected Update Debugging under Settingsin debugging mode. Here you can process all the breakpoints that were set in the calling logical unit of work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 8 &lt;/P&gt;&lt;P&gt;Displaying instructions for the database interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now check the last statements sent to the database. In order to do so, choose Goto &amp;amp;#8594; System &amp;amp;#8594; System Areasafter the Debugger has been started and enter Area = OSQL in the input field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 9 &lt;/P&gt;&lt;P&gt;Forward and backward navigation in the source text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Debugging &amp;amp;#8594; Goto Statement, then the system will go to that line in which the cursor is positioned. This allows simple forward and backward navigation within the displayed source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 10 &lt;/P&gt;&lt;P&gt;Displaying memory consumption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Settings &amp;amp;#8594; Memory Display On/Off, the system displays the memory consumption for objects, tables, references, or individual fields. In so doing, it differentiates between allocated and referenced memory and also displays the memory consumption actually used for every data object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see a hit list of the 25 data objects with the highest memory consumption choose Goto &amp;amp;#8594; System &amp;amp;#8594; System Areas. The following values can be entered in the Areafield: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB-TOP25 for the display of internal tables &lt;/P&gt;&lt;P&gt;OBJ-TOP25 for the display of objects &lt;/P&gt;&lt;P&gt;REF-TOP25 for the display of references &lt;/P&gt;&lt;P&gt;ALL-TOP25 for the display of all data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 11 &lt;/P&gt;&lt;P&gt;Displaying Unicode fragment view &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Goto &amp;amp;#8594; Display Data Object &amp;amp;#8594; System Information, the system displays the . In this view structures, internal tables, strings, data references, and objects are broken down into alignment gaps, byte areas and chracter-type areas and all other types - such as P, I, F, strings, references or internal tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system groups adjacent, character-type components - with the exception of strings - only if there are no alignment gaps between these components. In so doing, it observes all alignment requirements. In the same way, adjacent byte-type components are also grouped together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 07:41:32 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-08-13T07:41:32Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701832#M625728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Provide me the Difference between 4.6c Debugging screen and ECC6 Debugging screen atleast 5 points.Its urgent......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Akmal..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 07:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701832#M625728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701833#M625729</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 one difference is in ECC 6.0 debugging start in new session , while in 4.6 it start in same session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds&lt;/P&gt;&lt;P&gt;shazia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 07:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701833#M625729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T07:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701834#M625730</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;Goto ABAP KEYWORD Documentation. (Transaction ABAPDOCU)&lt;/P&gt;&lt;P&gt;OR F1 on any KEYWORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There on the left side Expand the tree node "ABAP Change by Release".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There when you click on Release for ECC6.0 you can see the difference between Its debugger and the debugger of Previous Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have access then here is the modification list to Debugger after 4.6c release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Displaying program attributes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Displaying data references &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Special display of deep data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Setting breakpoints in methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Support for class-based exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Debugging mode for Business Server Pages with ABAP scripting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Copying breakpoints from HTTP and update sessions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Displaying instructions for the database interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Forward and backward navigation in the source text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Displaying memory consumption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. Displaying Unicode fragment view &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 1 &lt;/P&gt;&lt;P&gt;Displaying program attributes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Goto &amp;amp;#8594; Further Information &amp;amp;#8594; Program Attributes then the system will display the attributes fixed point arithmetic, system program, and Unicode check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 2 &lt;/P&gt;&lt;P&gt;Displaying data references &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you double-click a data reference in the Field Name column then the subsequent screen will contain technical information about that reference. A double click in the Field Contentcolumn will display the content of the data reference. The object referred to will be displayed, if you doubleclick the data reference dref-&amp;gt;*in the Field Name column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 3 &lt;/P&gt;&lt;P&gt;Special display of deep data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the headers of strings, internal tables, data references, and object references, you must prefix them with an asterisk. For example, to display the header of the internal table itab in hexadecimal form, you must enter *itab in the Field Namecolumn. In the case of tables without headers the field content only contains zeroes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you prefix the data object name with an ampersand, the relevant reference to the string, internal table, data reference, or object reference is displayed in hexadecimal form. For example, specifying &amp;amp;str will display the reference to the string str. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 4 &lt;/P&gt;&lt;P&gt;Setting breakpoints in methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By choosing Breakpoint &amp;amp;#8594; Breakpoint at &amp;amp;#8594; Method you can set a breakpoint for a method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 5 &lt;/P&gt;&lt;P&gt;Support for class based-exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following functions are available if an exception occurs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the INTO ref addition is missing from the CATCHstatement, you can create an exception object in the Debugger under Settings. &lt;/P&gt;&lt;P&gt;If you choose the Display Exception Objecticon, the system will display the attributes and interfaces of the exception class with their contents in the subsequent screen. &lt;/P&gt;&lt;P&gt;If you choose Statement That Caused the Exception the system goes to the line in the source code in which the exception was caused. The statement that caused the exception is explicitly indicated in the source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 6 &lt;/P&gt;&lt;P&gt;Debugging mode for Business Server Pages with ABAP scripting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Server Pages (BSP) can now be run in debugging mode. It is also possible to display and set breakpoints. Business Server Pages can be displayed in the Object Navigator, if you select an appropriate application by choosing BSP Applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 7 &lt;/P&gt;&lt;P&gt;Copying breakpoints from HTTP and update sessions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call an HTTP or update session from a logical unit of work (LUW) then a new work process will be started for this session. Any breakpoints that were set in this calling logical unit of work are carried over to the new sessions and can be displayed by choosing Breakpoints. For example, if you call the update module funcusing CALL FUNCTION func IN UPDATE TASK, then the new work process will be displayed in a new window, provided you selected Update Debugging under Settingsin debugging mode. Here you can process all the breakpoints that were set in the calling logical unit of work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 8 &lt;/P&gt;&lt;P&gt;Displaying instructions for the database interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now check the last statements sent to the database. In order to do so, choose Goto &amp;amp;#8594; System &amp;amp;#8594; System Areasafter the Debugger has been started and enter Area = OSQL in the input field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 9 &lt;/P&gt;&lt;P&gt;Forward and backward navigation in the source text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Debugging &amp;amp;#8594; Goto Statement, then the system will go to that line in which the cursor is positioned. This allows simple forward and backward navigation within the displayed source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 10 &lt;/P&gt;&lt;P&gt;Displaying memory consumption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Settings &amp;amp;#8594; Memory Display On/Off, the system displays the memory consumption for objects, tables, references, or individual fields. In so doing, it differentiates between allocated and referenced memory and also displays the memory consumption actually used for every data object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see a hit list of the 25 data objects with the highest memory consumption choose Goto &amp;amp;#8594; System &amp;amp;#8594; System Areas. The following values can be entered in the Areafield: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB-TOP25 for the display of internal tables &lt;/P&gt;&lt;P&gt;OBJ-TOP25 for the display of objects &lt;/P&gt;&lt;P&gt;REF-TOP25 for the display of references &lt;/P&gt;&lt;P&gt;ALL-TOP25 for the display of all data objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification 11 &lt;/P&gt;&lt;P&gt;Displaying Unicode fragment view &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose Goto &amp;amp;#8594; Display Data Object &amp;amp;#8594; System Information, the system displays the . In this view structures, internal tables, strings, data references, and objects are broken down into alignment gaps, byte areas and chracter-type areas and all other types - such as P, I, F, strings, references or internal tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system groups adjacent, character-type components - with the exception of strings - only if there are no alignment gaps between these components. In so doing, it observes all alignment requirements. In the same way, adjacent byte-type components are also grouped together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 07:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701834#M625730</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-13T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701835#M625731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can scroll the code by multiple lines, by using the scroll on the mouse, in the new debugger whereas you can do it line by line in the earlier debugger.&lt;/P&gt;&lt;P&gt;2) You have Structures, Tables, Variable, Break Points, Watchpoints, Local Variables, Global Variables viewed on the same window but on different Tab Strips. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this is helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 07:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701835#M625731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T07:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701836#M625732</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;Go through the following link. Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2ddd8361ac0" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2ddd8361ac0&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;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get complete info:&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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Omkaram Yanamala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 07:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2701836#M625732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T07:47:57Z</dc:date>
    </item>
  </channel>
</rss>

