<?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: Buffering a Table View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913798#M57664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create an index on a view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kenneth Moore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2005 15:30:53 GMT</pubDate>
    <dc:creator>kmoore007</dc:creator>
    <dc:date>2005-02-10T15:30:53Z</dc:date>
    <item>
      <title>Buffering a Table View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913796#M57662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to boost the performance of a table join in a custom program.  I created a table view to see if the performance was any better than coding the join in the program.  It was not really any better.  Then, I played around with the table buffering a bit.  When I set the table buffering to Generic with 3 fields, the program ran over 50% faster.  Is it a bad thing to turn on the buffer for a table view?  The tables joined are MKPF and MSEG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 15:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913796#M57662</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2005-02-10T15:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a Table View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913797#M57663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kenneth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know in what kind of company you are working, but the table you are referring to will normally be updated very regularly (material documents). In that case it doesn't make too much sense to turn on buffering as the buffer will be invalidated and refreshed very often.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps creating a suitable index will be more efficient?&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 15:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913797#M57663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a Table View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913798#M57664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create an index on a view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kenneth Moore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 15:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913798#M57664</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2005-02-10T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a Table View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913799#M57665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you can't. What I ment was that your create suitable indices on the tables to have a better performance on the join in your program. But that depends on the selections you are using. If the join now runs over the primary keys it doesn't make any sense to create indices.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 15:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913799#M57665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a Table View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913800#M57666</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 am not sure whether Secondary Indexes BSID, BSAD, BSIK, BSAK, BSIK would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure of the Secondary Index w.r.t Material Movenents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Murugesh Arcot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 16:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffering-a-table-view/m-p/913800#M57666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T16:58:13Z</dc:date>
    </item>
  </channel>
</rss>

