<?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: Table View Select using Date Range Performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155522#M118764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the custom index have VBAK-ERDAT or VBAP-ERDAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ERDAT is used in the select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 21:42:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-08T21:42:17Z</dc:date>
    <item>
      <title>Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155516#M118758</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;I'm Basis...Know a little ABAP.  Our programmer is overloaded from our current 5.0 upgrade.  He has a view (VBAP, VBAK, and VBUK).  He is selecting several fields from this view and there is one obligatory field ERDAT.  When I enter a single date, the report runs in a few seconds.  The problem is when I enter a range (even if it is the same date) it uses the &amp;lt;Between&amp;gt; logic and the job runs for several minutes.  Is there a way to improve performance selecting from this view using a date range?  Why the big difference with the single ERDAT VS. the ERDAT with the range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil Stracener&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155516#M118758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155517#M118759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this behavior a number of times.  I big part of it may be the fact that ERDAT is not part of the key and that it is not referenced in any index.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155517#M118759</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-08T19:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155518#M118760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as ERDAT is select option why dont u use IN S_ERDAT instead of &amp;lt;between&amp;gt; logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from view where erdat in s_erdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may not solve ur prob but small hint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155518#M118760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155519#M118761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The select-option will still use the BT functionality internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155519#M118761</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-08T19:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155520#M118762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ERDAT is part of the index - but for VBAK, not VBAP. Make sure the select is on VBAK-ERDAT. But the BETWEEN may still be slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 20:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155520#M118762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155521#M118763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ST05 Trace shows that it's using the correct custom index that has ERDAT in it.  He is using VBAK-ERDAT in the view.  I'm puzzled... Is this just working as designed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip Stracener&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 21:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155521#M118763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T21:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155522#M118764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the custom index have VBAK-ERDAT or VBAP-ERDAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ERDAT is used in the select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 21:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155522#M118764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T21:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155523#M118765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's using VBAK-ERDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 14:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155523#M118765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table View Select using Date Range Performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155524#M118766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phillip,&lt;/P&gt;&lt;P&gt;We are having the exact same issue of a single date vs. a date range...&lt;/P&gt;&lt;P&gt;Did you resolve it?&lt;/P&gt;&lt;P&gt;Please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 14:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view-select-using-date-range-performance/m-p/1155524#M118766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T14:39:01Z</dc:date>
    </item>
  </channel>
</rss>

