<?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: About DEBUGGING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662265#M882133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;about UPDATE debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging is useful when you want to debug some update function modules, some update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally you cannot do any Debug update tasks. &lt;/P&gt;&lt;P&gt;using Update Debugging you can debug update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External debugging is used to Debug from External applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: BSP, WebDynpro ABAP, WebDynpro Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for These applications if we want to debug then we will keep external break points . so that we can debug externally.&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;&lt;/P&gt;&lt;P&gt;It is system Debugging, we can Debug stanadard SAP system calls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 14:02:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T14:02:28Z</dc:date>
    <item>
      <title>About DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662264#M882132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain me about UPDATE debugging, EXTERNAL SYSTEM debugging ??&lt;/P&gt;&lt;P&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;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 13:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662264#M882132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: About DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662265#M882133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;about UPDATE debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging is useful when you want to debug some update function modules, some update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally you cannot do any Debug update tasks. &lt;/P&gt;&lt;P&gt;using Update Debugging you can debug update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External debugging is used to Debug from External applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: BSP, WebDynpro ABAP, WebDynpro Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for These applications if we want to debug then we will keep external break points . so that we can debug externally.&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;&lt;/P&gt;&lt;P&gt;It is system Debugging, we can Debug stanadard SAP system calls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 14:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662265#M882133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: About DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662266#M882134</link>
      <description>&lt;P&gt;Hi Suren,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Update Debugging.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when a function module is called in update task it cannot be debugged normally because it is going to run in different user session. so if you want to debug update function modules need to switch on debugging mode. To do this goto menu&lt;/P&gt;&lt;P&gt;System-&amp;gt; update debugging. Switch it on to debug the FM.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;External Debugging :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;external debugging is used to debug the SAP code which is getting call from external systems.&lt;/P&gt;&lt;P&gt;example for external system can be web dynpro applications, Java Applications.&lt;/P&gt;&lt;P&gt;for this we need to set the external break point at the SAP code for the logged system user to do this set external break point first then from Utilities-&amp;gt; Setting-&amp;gt; ABAP Editor -&amp;gt; Debugging, have Set Logged in User ID.&lt;/P&gt;&lt;P&gt;we can use the same to debug the application for other users.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Prasanna CD&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-debugging/m-p/3662266#M882134</guid>
      <dc:creator>cdprasanna</dc:creator>
      <dc:date>2019-11-01T18:44:04Z</dc:date>
    </item>
  </channel>
</rss>

