<?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 do system debugging and database debugging.? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376399#M526967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open Tour program in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter "/H' in Command field and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then Execute your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now you will enter in the Debugging Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Press F5 key. The Screen shows tour program Flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 10:02:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T10:02:45Z</dc:date>
    <item>
      <title>how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376395#M526963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,I am not getting when should we do system debugging and database debugging and also i dont know how to do it,please help me put.&lt;/P&gt;&lt;P&gt;Points will be awarded for helpful answer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376395#M526963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376396#M526964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 types update,normal and system debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this for update debugging&lt;/P&gt;&lt;P&gt;If you set "Update Debbugging" you can debug the codes which works in update tusk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP std often runs the routine (function or form) to update the database in update tusk mode, these routine start as soon as a commit work is done.&lt;/P&gt;&lt;P&gt;The commit is called at the end of the program, so you can't debug them by "normal debbugging" because it ends as soon as the program ends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or----&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;All the database updates are performed by the update work processes by calling the functions/subroutines in update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tasks are executed after a commit work is reached in the application. By default you cannot debug these functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO debug these u need to explicitly activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for system debugging check the below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm&lt;/A&gt;&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/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;/P&gt;&lt;P&gt;For debugging tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debughome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debughome.htm&lt;/A&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Debugging&lt;/P&gt;&lt;P&gt;If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Debugging&lt;/P&gt;&lt;P&gt;Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can switch to diffferent debuggin modes while processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAKPOINT&lt;/P&gt;&lt;P&gt;In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : if you want to debug only&lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Viji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376396#M526964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376397#M526965</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;Debugging is the process where you will find the program is doing correct or not.&lt;/P&gt;&lt;P&gt;we can debugg the program for confirming that the writen logic is right or not and also we can see the values in the internal table and variables too.this is like F7 in C language, we can see the flow of work done in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that we have to do is execute the program first and then by giving the Tcode "/h" which will start the debugging mode and then again execute the program then you will be seeing the program in Debugging mode then start debugging, you will findeverything there.&lt;/P&gt;&lt;P&gt;Is this ok for you, if you are satisfied award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For System Debugging check the below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm&lt;/A&gt;&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/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;/P&gt;&lt;P&gt;Go Thru the Following Threads,U'll get an idea about Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3205653"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3230468"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3252567"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3210730"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376397#M526965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376398#M526966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viji,&lt;/P&gt;&lt;P&gt;I already have this definations and links, wat i am not gettin is how to do it, i ean wat command i have to give or wat menu i have to select to do this debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376398#M526966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376399#M526967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open Tour program in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter "/H' in Command field and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then Execute your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now you will enter in the Debugging Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Press F5 key. The Screen shows tour program Flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376399#M526967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376400#M526968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Soni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Other way is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. type the Statement "Break-point" In SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376400#M526968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376401#M526969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brijesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain in simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose the place where u want to debug and on the menu bar u can see an RED color button written &amp;lt;b&amp;gt;STOP&amp;lt;/b&amp;gt; click on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to write a statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to go to se71 and write the script name and on the menubar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities--&amp;gt; Activate debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/h&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; It is the universal application at any time any place u can use on the status bar  and then press enter and then execute it will directly take you to the place where u have to debug &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpfull answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376401#M526969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376402#M526970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VIJI,&lt;/P&gt;&lt;P&gt;what u just told is normal debugging, i wan to know how to do system and update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Brijesh Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376402#M526970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376403#M526971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  For Debugging u have to set BreakPoint in ur Codings.In ur Abap Report Screen there is one icon with Red color Octagon symbol with 'STOP' inside it.That is Set/Delete Breakpoint Button.U have to select the Line in which u have to start the Debugging  Process &amp;amp; Press that red color button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While Executing it will automatically goes to Debugging Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise,u have to give Transaction '/h' for Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use F5, F6, F7 and F8 keys while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5 executes the current statement enters the procedures and routines,&lt;/P&gt;&lt;P&gt;F6 executes the current statement and does not enter procedure but completes it in one step.&lt;/P&gt;&lt;P&gt;F7 helpsyou to come out of a procedure.&lt;/P&gt;&lt;P&gt;F8 executes the program completly unless there is any break point set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376403#M526971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376404#M526972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brijesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In total ABAP by using /h u can debug any way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the data u want &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;System Debugging&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Update Debugging&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;check this link&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="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap+debugger&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap+debugger&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376404#M526972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to do system debugging and database debugging.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376405#M526973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all u guys..............got the concept of debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-system-debugging-and-database-debugging/m-p/2376405#M526973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:17:26Z</dc:date>
    </item>
  </channel>
</rss>

