<?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/1923580#M383528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at below link. It may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/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://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;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 13:42:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T13:42:14Z</dc:date>
    <item>
      <title>DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923574#M383522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have a BDC program to which I need to make some changes.Even the changes are mentioned in the spec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one here please let me know how to use Debugging to come to an comfortable level of understanding what exactly a program does?&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923574#M383522</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-02-14T12:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923575#M383523</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;In the SE 38 Code screen first select a line where you wants to check the values using debugging . Then on the menu there is a Button for debugging. Press that. You will see that the line get Yellowish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then execute the program.&lt;/P&gt;&lt;P&gt;The cursor will stop at that line.&lt;/P&gt;&lt;P&gt;Then you can use F5 (single Line) or F6  or F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923575#M383523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923576#M383524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before executing the program write /h in command box then execute the program. It will take you to the debuggin mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923576#M383524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923577#M383525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do know the basics of debugging.But I want more tips so that I can understand the difference prior and after modications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923577#M383525</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-02-14T12:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923578#M383526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debuggin mode you can use four funcation keys. F5, F6, F7, F8.&lt;/P&gt;&lt;P&gt;If ou have set any break-point in program then after executing the program will stop at that particular code. In case you want to go for step by step you can go for F5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging &lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;BREAK-POINT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additions: &lt;/P&gt;&lt;P&gt;1. ... f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... AT NEXT APPLICATION STATEMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The BREAK-POINT is a debugging aid. When you run a program normally, it is interrupted at the statement, and the system automatically starts the debugger, allowing you to display the contents of any fields in the program and check how the program continues. &lt;/P&gt;&lt;P&gt;If the program is running in the background or in an update task, the system generates a Syslog message. &lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;&amp;#149;	If a COMMIT WORK statement occurs in a SELECT loop, the database cursor is lost. This causes a runtime error in the next loop pass when the system tries to read the next line of the table. &lt;/P&gt;&lt;P&gt;Since debugging sometimes generates automatic COMMIT WORKs (non-production client or not debugging in debugging mode), it can be difficult to debug SELECT loops because BREAK-POINT statements within the loop can so easily lead to runtime errors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	You can set dynamic breakpoints in the Debugger without having to change the ABAP program. Such breakpoints are only valid for the user that set them, and are deleted when the user logs off. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... f &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If the program is not running in dialog mode (background, update task), the contents of field f are output along with the system log message. &lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... AT NEXT APPLICATION STATEMENT &lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This addition is for internal use only. &lt;/P&gt;&lt;P&gt;Changes and further developments, which may be incompatible, are possible at any time, and without notice or warning. &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This statement is only relevant to system programs (program attributes, status "S"), or system modules, subroutines, or function modules (names begin with "%_") &lt;/P&gt;&lt;P&gt;If system debugging is not switched on, the program is not interrupted until it reaches a statement that is not in a system program (or module, subroutine, or function module). &lt;/P&gt;&lt;P&gt;If system debugging is switched on, the program is interrupted at the statement itself. &lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;When system debugging is switched off, BREAK-POINT statements in system programs are ignored at runtime unless you use the AT NEXT APPLICATION STATEMENT addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asvhender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923578#M383526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923579#M383527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      There are many ways you can debug the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1. You can execute the program directly(Without viewing the code) by step by step in SE38 using the Debuggin Button in the tool bar.&lt;/P&gt;&lt;P&gt;    2. If you want to check the value of the field at a particular line or view the table data  you need to put a break point at the particular line in the program using the STOP button(Red button with tool tip Set/Delete break point) and execute the program.&lt;/P&gt;&lt;P&gt;    3. You can write a statement BREAK-POINT in the code to stop the program at any particular line. &lt;/P&gt;&lt;P&gt;    4. You can type /h at the command line to start the debug mode in SE38 after getting the selection screen.&lt;/P&gt;&lt;P&gt;    5. After going into the debug mode, if you want to check the field value use the Field tab to view the data.&lt;/P&gt;&lt;P&gt;    6. If you want to check the structure data or table data you can use the Structure or Table tab in the debug mode.&lt;/P&gt;&lt;P&gt;   7. If you want to change the value of a field and check the code, type the field name in the fields list and change the value and press the button(with Pen symbol, Second one) adjacent to the field value.&lt;/P&gt;&lt;P&gt;   8. You can use function keys for desired processing of debug mode.&lt;/P&gt;&lt;P&gt;       Use Function Key  F5 - Step by Step process&lt;/P&gt;&lt;P&gt;                                   F6 - To execute Subroutines&lt;/P&gt;&lt;P&gt;                                   F7 - To execute the Loops&lt;/P&gt;&lt;P&gt;                                   F8 - To execute entire program &lt;/P&gt;&lt;P&gt;  9 . You can debug the program using the user id also by putting the statement BREAK-POINT userId.&lt;/P&gt;&lt;P&gt; 10. If you are using the above statement if will stop at that particular when you execute the program using the same user id in the BREAK-POINT statement.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You can create, view and delete all break points using the Utilities-&amp;gt; Break points option in the Main Menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923579#M383527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923580#M383528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at below link. It may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/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://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;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923580#M383528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923581#M383529</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;Just open your BDC transaction, then type   &amp;lt;b&amp;gt;/H&amp;lt;/b&amp;gt; on the command field up ( where u had entered the transaction code) then press F8 it will take you in debug mode.... then u can analyse your program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923581#M383529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923582#M383530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Check the following links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm&lt;/A&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;Thanks ,&lt;/P&gt;&lt;P&gt; Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 14:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923582#M383530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T14:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923583#M383531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;What I would suggest is, try to run the BDC in foreground and know which are all the fields that are populated and how the control is flowing from one screen to teh other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since you have the BDC program already developed, you cannot set the mode 'A' for foreground. So, go to your profile settings, SU3, in default parameters, enter BDC for field and value X. [ we are going to assume if BDC parameter is X it means foreground or else background. ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the line before you call, CALL TRANSACTION...., we will check for this field.&lt;/P&gt;&lt;P&gt;Data: ws_bdc(1) type c,&lt;/P&gt;&lt;P&gt;        umode(1) type c.&lt;/P&gt;&lt;P&gt;get parameter id 'BDC' field ws_bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ws_bdc = 'X'.&lt;/P&gt;&lt;P&gt;  umode = 'A'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  umode = 'N'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;call transaction XX99 mode umode messages messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can execute your program in foreground and know the sequence of your program.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 14:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923583#M383531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T14:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923584#M383532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subramanian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for letting me know about SU3.SU3 in the development server has the same tab strips as you have mentioned namely default-parameters.But I didn't find the field where I have to mention BDC and value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly throw some light on the same.Did I get you correctly or am I missing something which you would have thought not worth mentioning.If so,kinldy let me know in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 17:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923584#M383532</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-02-14T17:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923585#M383533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Before using this you will have to modify your existing code to capture whether it is foreground or background.&lt;/P&gt;&lt;P&gt;You can test it in your development server itself.&lt;/P&gt;&lt;P&gt;In the parameters tab, under Parameter ID press F4 and select BDC from the list and in the parameter value you can specify any value you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 17:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923585#M383533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T17:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923586#M383534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got enough info,thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 03:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1923586#M383534</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-03-01T03:20:06Z</dc:date>
    </item>
  </channel>
</rss>

