<?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: Update debugger is not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262165#M1529022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Saravraj ,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Even if 1 session is opened then also it is not going for update debugging.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks&lt;/P&gt;&lt;P&gt;&amp;gt; Satyam&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check if a COMMIT statement is getting triggered(you can do that by placing a break point in the debugger at the statement COMMIT)? Click on F5 once the control reaches COMMIT statment and wait for a new session to&lt;/P&gt;&lt;P&gt;get opened for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure, about the debugger that you are using(classical/New),  lately, I have faced issues with update debugging while using new debugger, it would be a good idea to cross-check in classical debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 04:52:40 GMT</pubDate>
    <dc:creator>rajesh_paruchuru</dc:creator>
    <dc:date>2010-09-23T04:52:40Z</dc:date>
    <item>
      <title>Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262160#M1529017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is "Update debugger is not working" is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VA02,  I am creating a EDI output type, before saving it i am going into debug mode activating the 'Update Debugger'.&lt;/P&gt;&lt;P&gt;But after that a message is coming as 'Update debugging has been triggered' but debugger screen is not coming up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me if you have inputs on this.&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;Satyamkumar Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262160#M1529017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T11:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262161#M1529018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure if there are any "update tasks" being performed in the process you want to debug viz., CALL FUNCTION .. IN UPDATE TASK, PERFORM ... ON COMMIT etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that "Update Debugging" will start once the update work process starts. Are you sure that the debugger doesn't branch to the relevant portion of the code once update work process starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262161#M1529018</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-09-22T11:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262162#M1529019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually same process when i am doing in testing system it working as per expected. i.e. update debugger is coming and i can debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am doing it it development system it's not working.&lt;/P&gt;&lt;P&gt;Even Orders are being locked for change &amp;amp; message is appearing for same but nothing happens after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Satyamkumar Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262162#M1529019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262163#M1529020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that you do not have more than 5 SAP sessions opened. For SAP, there is alimit upto 6 sessions only. So one session should be left to bring the debugger screen up. Also set the breakpoint in starting point of your current program and test again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 12:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262163#M1529020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262164#M1529021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravraj ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if 1 session is opened then also it is not going for update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262164#M1529021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update debugger is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262165#M1529022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Saravraj ,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Even if 1 session is opened then also it is not going for update debugging.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks&lt;/P&gt;&lt;P&gt;&amp;gt; Satyam&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check if a COMMIT statement is getting triggered(you can do that by placing a break point in the debugger at the statement COMMIT)? Click on F5 once the control reaches COMMIT statment and wait for a new session to&lt;/P&gt;&lt;P&gt;get opened for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure, about the debugger that you are using(classical/New),  lately, I have faced issues with update debugging while using new debugger, it would be a good idea to cross-check in classical debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugger-is-not-working/m-p/7262165#M1529022</guid>
      <dc:creator>rajesh_paruchuru</dc:creator>
      <dc:date>2010-09-23T04:52:40Z</dc:date>
    </item>
  </channel>
</rss>

