<?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: DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676509#M618453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your reply. But with out in debugging mode also getting the same dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Aug 2007 13:33:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-25T13:33:07Z</dc:date>
    <item>
      <title>DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676507#M618451</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;In my program I am modifying the field in the temporary table (ZTEST)  which I am created . if I modify this table with select single *&lt;/P&gt;&lt;P&gt;It is working fine. But if I modify between select * and endselect then the dump error is coming and the error analysis is as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In st22 the error analysis is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception will be dealt with in more detail&lt;/P&gt;&lt;P&gt;below. The exception, assigned to the class 'CX_SY_OPEN_SQL_DB', was not caught, which led to a runtime error. The reason for this exception is:One of the database selections included a database commit.The selection was then supposed to continue. Before a&lt;/P&gt;&lt;P&gt;database commit, however, all outstanding database selections must be concluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible causes in the application program:&lt;/P&gt;&lt;P&gt;Within a loop (SELECT/LOOP/EXEC SQL), one of the following&lt;/P&gt;&lt;P&gt;statements is used:&lt;/P&gt;&lt;P&gt;- MESSAGE (apart from MESSAGE S...)&lt;/P&gt;&lt;P&gt;- COMMIT WORK&lt;/P&gt;&lt;P&gt;- ROLLBACK WORK&lt;/P&gt;&lt;P&gt;- CALL SCREEN&lt;/P&gt;&lt;P&gt;- CALL DIALOG&lt;/P&gt;&lt;P&gt;- CALL TRANSACTION&lt;/P&gt;&lt;P&gt;- SUBMIT&lt;/P&gt;&lt;P&gt;- BREAK-POINT&lt;/P&gt;&lt;P&gt;- WAIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging mode, a program sometimes triggers&lt;/P&gt;&lt;P&gt;a "COMMIT WORK" during the database selection. As a result&lt;/P&gt;&lt;P&gt;this termination may also occur in debugging mode with a correct&lt;/P&gt;&lt;P&gt;a "COMMIT WORK" during the database selection. As a result&lt;/P&gt;&lt;P&gt;this termination may also occur in debugging mode with a correct&lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;A "COMMIT WORK" during debugging may be due to the following reasons:&lt;/P&gt;&lt;P&gt;1. A program or screen was regenerated&lt;/P&gt;&lt;P&gt;   and updated in the database.&lt;/P&gt;&lt;P&gt;2. Each user needs a private process in debugging mode, but&lt;/P&gt;&lt;P&gt;   the number of available processes is restricted. If this&lt;/P&gt;&lt;P&gt;   limit is exceeded, each debugging step then requires a&lt;/P&gt;&lt;P&gt;   "COMMIT WORK".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurred in a statement in which table "ZTEST " is accessed.&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;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 13:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676507#M618451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676508#M618452</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;I think you are trying to debug (Step) through the select and end select statements.&lt;/P&gt;&lt;P&gt;This is causing the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do not debug the select end select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 13:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676508#M618452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676509#M618453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your reply. But with out in debugging mode also getting the same dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 13:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676509#M618453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676510#M618454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please paste your code ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 13:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2676510#M618454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T13:37:29Z</dc:date>
    </item>
  </channel>
</rss>

