<?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 with MSEG table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582579#M862490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MSEG is a cluster table and has huge data ... so Try including all the key fields while fetching the data to improve the performance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 05:17:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T05:17:23Z</dc:date>
    <item>
      <title>Performance issue with MSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582578#M862489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fetch materials(MATNR) based on the &lt;STRONG&gt;service order number&lt;/STRONG&gt; (AUFNR) in the selection screen,but there is performance isssue with this , how to over come this issue .&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 05:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582578#M862489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T05:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with MSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582579#M862490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MSEG is a cluster table and has huge data ... so Try including all the key fields while fetching the data to improve the performance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 05:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582579#M862490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T05:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with MSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582580#M862491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other table so that i can hit before hitting mseg table for material based on service order .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 05:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582580#M862491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T05:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with MSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582581#M862492</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;There could be various reasons for performance issue with MSEG. &lt;/P&gt;&lt;P&gt;1) database statistics of tables and indexes are not upto date.&lt;/P&gt;&lt;P&gt;because of this wrong index is choosen during the execution.&lt;/P&gt;&lt;P&gt;2) Improper indexes, because there is no indexes with the fields mentioned in the WHERE clause of the statement. Because of this reason, CBO would have choosen wrong index and did a range scan.&lt;/P&gt;&lt;P&gt;3) Optimizer bug in oracle.&lt;/P&gt;&lt;P&gt;4) Size of table is very huge, archive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better switch on ST05 trace before you run this statements, so it will give more detailed information, where exactly time being spent during the execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582581#M862492</guid>
      <dc:creator>former_member251078</dc:creator>
      <dc:date>2008-04-14T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with MSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582582#M862493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure, what exactly ur requirement is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but try aufk, aFPO tables..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-mseg-table/m-p/3582582#M862493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T16:39:58Z</dc:date>
    </item>
  </channel>
</rss>

