<?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: performance issue using bsec table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878540#M369164</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;Please follow the link for the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="295653"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Mayank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if its helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 09:28:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T09:28:33Z</dc:date>
    <item>
      <title>performance issue using bsec table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878538#M369162</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;I have some performance issues because i'm using the table bsec.. Can anyone suggest any alternative tables to extract the same info, to minimize the performance problems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Keshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878538#M369162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: performance issue using bsec table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878539#M369163</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;U should past your code to understand which selection you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should use the keys fields (company code, document number and fyscal year to improve the performance or create some indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878539#M369163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: performance issue using bsec table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878540#M369164</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;Please follow the link for the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="295653"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Mayank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if its helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878540#M369164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: performance issue using bsec table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878541#M369165</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;  If you create one or several indexes, you'll get better performance in any operation if you access the table by that index item(s). It's a possible solution for your problem, exactly if you have performance problems selecting a database table, and you access it often by comparing with the fields of the index(ex) you can create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please be also attent that if you create new index(ex) the amount of tablespace used in the database will be greater than now, because the indexes are also new tables for indexing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I hope this can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878541#M369165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: performance issue using bsec table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878542#M369166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for BSEC table try writing Select .... Endselect which would be somewhat easy than other select statements. Also, what all keys ru using in ur where condition...try creating an index for these fields due to which it will retrieve data faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can use simple select for any cluster tables for example i can give KONV table. the only thing you cannot make inner join with these tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-using-bsec-table/m-p/1878542#M369166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:48:05Z</dc:date>
    </item>
  </channel>
</rss>

