<?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/2154972#M455196</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 not possible between select and end select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may the reason is SELECT  is not a part of abap. it comes in native sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Apr 2007 10:29:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-14T10:29:27Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154970#M455194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is debugging possible with in select....endselect ? give me the reasons plz..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 10:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154970#M455194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154971#M455195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohammed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to debug within a SELECT - ENDSELECT loop. However, sometimes this will result in a dump due to some interference of the debugging with selecting the data from the DB tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 10:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154971#M455195</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-04-14T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154972#M455196</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 not possible between select and end select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may the reason is SELECT  is not a part of abap. it comes in native sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 10:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154972#M455196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T10:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154973#M455197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, could you explain me the exact cause for the dump over here....(select..endselect)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 11:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154973#M455197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154974#M455198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Younus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are debugging in between a select-endselect statement, it may lead to Dump due to the explicit commit work that is done by the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link for more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1160131"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debugging a SELECT...ENDSELECT statements brings to a LUW commit work if no other work processes are available for debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See OSS notes 675, 2104.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From OSS note 675 **********************************&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Cause and prerequisites&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Chain of causes:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      1. There is a statement in one of the Select loops, that leads to a database Commit (or Rollback).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      2. A database Commit causes the database to lose the cursor.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      3. The system cannot automatically continue within Select loop after loss of cursor.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Following statements lead to a database Commit:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;All statements that cause a change of screen (CALL SCREEN, CALL DIALOG, CALL TRANSACTION, SUBMIT, I/W-Message)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BREAK-POINT/ Debugging&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      . if no debug process free&lt;/P&gt;&lt;P&gt;      . always after regeneration (in order to release generation lock).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WAIT Here a work process is released and a Commit is executed.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;COMMIT WORK/ROLLBACK WORK&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;From OSS note 2104 **********************************&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The "COMMITWORK" message appears in the ABAP debugger when programs&lt;/P&gt;&lt;P&gt;orscreensrequireregeneration,or when not enough free capacity&lt;/P&gt;&lt;P&gt;is available inthesystem (or else the debugger blocks a system&lt;/P&gt;&lt;P&gt;process).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Normallyonly one work process is released for debugging. This&lt;/P&gt;&lt;P&gt;isgenerally insufficient ina developmentsystem, as processes&lt;/P&gt;&lt;P&gt;can be blocked for other reasonstoo(background processing,&lt;/P&gt;&lt;P&gt;CPI-C connections,andso on).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The number of work processes made available for debugging can&lt;/P&gt;&lt;P&gt;be configured using the profileparameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                  rdisp/wpdbug_max_no&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Forexample:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                rdisp/wpdbug_max_no = 10&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;setsthe maximum number of work processes made available for&lt;/P&gt;&lt;P&gt;debuggingto 10. It may be necessary to generally increase the&lt;/P&gt;&lt;P&gt;numberofwork processesatthis time (parameter rdisp/wp_no_dia).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In all other known cases, an error in the application program is&lt;/P&gt;&lt;P&gt;involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it heps reward with points&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;rk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rk Pasupuleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 16:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2154974#M455198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T16:47:50Z</dc:date>
    </item>
  </channel>
</rss>

