<?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: debugger in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261093#M147607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can see the contents of one or more tables using New Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch to your new debugger in :&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt;Settings-&amp;gt;ABAP Editor-&amp;gt;Debugging&lt;/P&gt;&lt;P&gt;Choose New Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debig your programs a new session starts.&lt;/P&gt;&lt;P&gt;In the Tables tab you can add and see the contents of one or more tables.&lt;/P&gt;&lt;P&gt;To add a new table to display click on New Object button and choose Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2006 04:32:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-25T04:32:32Z</dc:date>
    <item>
      <title>debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261088#M147602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.while debugging a program is there any way to check(See) all the internal tables at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.in debugger (settings-&amp;gt;display and change all) under settings , there are several options for eg. sytem debugging, update debugging , memory monitory etc. where exactly are they used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 23:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261088#M147602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T23:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261089#M147603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At a time u can view only one internal table contents.&lt;/P&gt;&lt;P&gt;In 4.7 version u can download internal table data to spreadsheet, while u are debugging the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below documentation link for difference between the sytem debugging, update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vamshi Tallada&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 23:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261089#M147603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T23:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261090#M147604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more pointers:&lt;/P&gt;&lt;P&gt;1). I dont think there is a way to see all the internal tables at a time. With the new SAP versions the debugging tools have been enhanced and it has more functionality. For example in 4.7 versions the system keeps a history of internal tables viewed in the debugging and you can easily call up the internal table with a click of a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). In SAP when you run a business transaction the system uses different work processess like update work process, dialog work process, spool work process etc.&lt;/P&gt;&lt;P&gt;So when you are wish to debugg the logic in the update work process then you have to enable update debugging under the settings tab. Similarly if you wish to do system level debugging then you have to enable this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Memory monitor option is very useful to view the memory usage of various entitites while debugging. This helps especially in memory critical applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a search for debugging in OSS and there are lots of good documents which gives more details on how to do a debugging in depth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 01:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261090#M147604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T01:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261091#M147605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Its not possible to see all the internal tables contents at one time..&lt;/P&gt;&lt;P&gt;However, in latest SAP debugger you can see a list of tables used but contents can be seen only of one table at a time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 03:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261091#M147605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T03:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261092#M147606</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;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT IS NOT POSSIBLE TO ALL THE INTERNAL TABLE DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO KHOW ABT ALL THE DIFFERENT TYPE OF DEBUGGING GO THROUGH THIS LINK&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261092#M147606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T04:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261093#M147607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can see the contents of one or more tables using New Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch to your new debugger in :&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt;Settings-&amp;gt;ABAP Editor-&amp;gt;Debugging&lt;/P&gt;&lt;P&gt;Choose New Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debig your programs a new session starts.&lt;/P&gt;&lt;P&gt;In the Tables tab you can add and see the contents of one or more tables.&lt;/P&gt;&lt;P&gt;To add a new table to display click on New Object button and choose Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger/m-p/1261093#M147607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T04:32:32Z</dc:date>
    </item>
  </channel>
</rss>

