<?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 while selecting data using ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567943#M858663</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;&lt;EM&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;I am using ranges to select data from BSEG table.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;In a particular case the ranges table contains around 7000 entries, hence it leads to a short dump. Is there any limitation associated with ranges? with fewer number of entries it works fine. The code is already optimized properly for performance tuning purposes. There are no duplicate entries in ranges table i.e. all 7000 entries are unique and all are with sign as 'I' and option as 'EQ' , so all entries are unique single values.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already encoutered problem using range in SELECT statement. TO avoid the SELECT statement to dump, i have changed my SELECT statement : FOR ALL ENTRIES instead using range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;Apart from this I have another query also. While selecting data from BSEG / CATSEKKO table if I use for all entries, then complete data is not fetched, However when I use ranges for same set of values, the missing records are also fetched. Any ideas for this behavior ? Is this related to cluster / pooled / transparent table types?&lt;/STRONG&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you show us the SELECT statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Chaouki AKIR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 16:42:15 GMT</pubDate>
    <dc:creator>chaouki_akir</dc:creator>
    <dc:date>2008-03-24T16:42:15Z</dc:date>
    <item>
      <title>dump while selecting data using ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567941#M858661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ranges to select data from BSEG table. &lt;/P&gt;&lt;P&gt;In a particular case the ranges table contains around 7000 entries, hence it leads to a short dump. Is there any limitation associated with ranges? with fewer number of entries it works fine. The code is already optimized properly for performance tuning purposes. There are no duplicate entries in ranges table i.e. all 7000 entries are unique and all are with sign as 'I' and option as 'EQ' , so all entries are unique single values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this I have another query also. While selecting data from BSEG / CATSEKKO  table if I use for all entries, then complete data is not fetched, However when I use ranges for same set of values, the missing records are also fetched. Any ideas for this behavior ? Is this related to cluster / pooled / transparent table types?&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;Harmeet Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 16:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567941#M858661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T16:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: dump while selecting data using ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567942#M858662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;it is better to use the package size in the tables declaration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 16:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567942#M858662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: dump while selecting data using ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567943#M858663</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;&lt;EM&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;I am using ranges to select data from BSEG table.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;In a particular case the ranges table contains around 7000 entries, hence it leads to a short dump. Is there any limitation associated with ranges? with fewer number of entries it works fine. The code is already optimized properly for performance tuning purposes. There are no duplicate entries in ranges table i.e. all 7000 entries are unique and all are with sign as 'I' and option as 'EQ' , so all entries are unique single values.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already encoutered problem using range in SELECT statement. TO avoid the SELECT statement to dump, i have changed my SELECT statement : FOR ALL ENTRIES instead using range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;&lt;STRONG&gt;Apart from this I have another query also. While selecting data from BSEG / CATSEKKO table if I use for all entries, then complete data is not fetched, However when I use ranges for same set of values, the missing records are also fetched. Any ideas for this behavior ? Is this related to cluster / pooled / transparent table types?&lt;/STRONG&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you show us the SELECT statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Chaouki AKIR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 16:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-selecting-data-using-ranges/m-p/3567943#M858663</guid>
      <dc:creator>chaouki_akir</dc:creator>
      <dc:date>2008-03-24T16:42:15Z</dc:date>
    </item>
  </channel>
</rss>

