<?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: Database table going to short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532789#M1071205</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;BSEG is a cluster table of BSID,BSADBSIK,BSAK etc, hence you cannot use select-for all entries...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to go ahead with the individual transaparent tables BSID,BSAD,BSIK,BSAK...etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use select-end select..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ......&lt;/P&gt;&lt;P&gt;from BKPF&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ....&lt;/P&gt;&lt;P&gt;from BSEG...&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect " BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect " BKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves the data retrival and timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 11:18:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T11:18:42Z</dc:date>
    <item>
      <title>Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532788#M1071204</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;When I am executing a database table BSEG for a particular set of input data it is going to short dump due to a &lt;/P&gt;&lt;P&gt;'LONG-TIME'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a program which uses the table BSEG as data source in its select query and the execution of this program also goes to short dump for the same input data which is used in the database table BSEG.This short dump occurs at SELECT query itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you people please help me out by telling me, how to retrieve data from the database table for this given set of input in the program which uses the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to retrieve data from the table by using any special select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please inform me as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 11:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532788#M1071204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532789#M1071205</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;BSEG is a cluster table of BSID,BSADBSIK,BSAK etc, hence you cannot use select-for all entries...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to go ahead with the individual transaparent tables BSID,BSAD,BSIK,BSAK...etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use select-end select..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ......&lt;/P&gt;&lt;P&gt;from BKPF&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ....&lt;/P&gt;&lt;P&gt;from BSEG...&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect " BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect " BKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves the data retrival and timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 11:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532789#M1071205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T11:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532790#M1071206</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;try to adjust the table with the tcode SE14 , Adjust it then again try to retrieve record .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Digvijay rai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 04:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532790#M1071206</guid>
      <dc:creator>digvijay_rai</dc:creator>
      <dc:date>2008-10-07T04:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532791#M1071207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the dump actually you are getting..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 04:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532791#M1071207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532792#M1071208</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 ,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; try to adjust the table with the tcode SE14 , Adjust it then again try to retrieve record .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; regards&lt;/P&gt;&lt;P&gt;&amp;gt; Digvijay rai&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;No, don't try to do this with BSEG.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 12:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532792#M1071208</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-10-15T12:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Database table going to short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532793#M1071209</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;Did you enter the key field combination (along with the particular set of input data) when checking for entries in BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dwaraka.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 13:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-going-to-short-dump/m-p/4532793#M1071209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T13:17:57Z</dc:date>
    </item>
  </channel>
</rss>

