<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901850#M936205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loose the endselect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 09:40:43 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-06-03T09:40:43Z</dc:date>
    <item>
      <title>dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901846#M936201</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;There is a select statement like this in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT dispo INTO g_dispo                               &lt;/P&gt;&lt;P&gt;                        FROM t024d                                  &lt;/P&gt;&lt;P&gt;                 UP TO 1 ROWS WHERE dispo IN dispo.       &lt;/P&gt;&lt;P&gt;    ENDSELECT.                                              &lt;/P&gt;&lt;P&gt;when i give the dispo value in the selection-screen and try to debug the program,it is selectng the vaue into g_dispo table.But after that it is giving dump error as 'Invalid interruption of database selection'.What would be the reason for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901846#M936201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901847#M936202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstly, insert the dispo value into a field of the table , not the entire table. and secondly, try to remove endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901847#M936202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901848#M936203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   If you want the single record to be selected then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;STRONG&gt;SINGLE&lt;/STRONG&gt; dispo INTO g_dispo &lt;/P&gt;&lt;P&gt;FROM t024d &lt;/P&gt;&lt;P&gt;WHERE dispo IN dispo. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;here g_dispo would be the structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901848#M936203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901849#M936204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U cannot put a break point in debugging mode in&lt;/P&gt;&lt;P&gt;select.. endselect .. as it commits the work .. &lt;/P&gt;&lt;P&gt;(also U cannot put a commit work in select-endselect)&lt;/P&gt;&lt;P&gt;when U use commit work all the pointers to the database are&lt;/P&gt;&lt;P&gt;lost and U'll get dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901849#M936204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901850#M936205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loose the endselect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901850#M936205</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-06-03T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901851#M936206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/3901851#M936206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:41:48Z</dc:date>
    </item>
  </channel>
</rss>

