<?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: performence Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768645#M1117783</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;Check by creating indexes on the MSEG table. Though it is not recommended to go for creating indexes on transaction table. But, if it could help improve the performance then why not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes improve performance in a huge way.&lt;/P&gt;&lt;P&gt;&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;Anand Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2008 19:29:20 GMT</pubDate>
    <dc:creator>former_member189420</dc:creator>
    <dc:date>2008-11-14T19:29:20Z</dc:date>
    <item>
      <title>performence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768643#M1117781</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;I am getting the latest Posting date from table MKPF . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the POsting date i need join the MSEG and MKPF and MARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one internal table T_MARD contains the 20000 records. I am putting the into the MSEG table key with MATNR , WERKS and LGORT by for all entries in T_MARD, But these are non key fields in MSEG table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once we get the data from MSEG (MBLNR,MJAHR), I am putting this data into MKPF to get the posting date. Because of this performence issue  is cming . Please suggest me in this to improve the performence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me any function module to get latest posting date by passing the MATNR WERKS LGORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 18:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768643#M1117781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T18:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: performence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768644#M1117782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From what I understand, you need the highest posting date for a given material, plant and storage location. So instead of quering the MARD table and then MSEG, why don't you straight away query the MSEG table using the Index MSEG~M ( MATNR, WERKS, LGORT ...) and then fetch the table MKPF for all the unique entries of MSEG.&lt;/P&gt;&lt;P&gt;Of course, this will not reduce the number of records to be fetched, but atleast will avoid access to one table which might bring down the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 19:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768644#M1117782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: performence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768645#M1117783</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;Check by creating indexes on the MSEG table. Though it is not recommended to go for creating indexes on transaction table. But, if it could help improve the performance then why not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes improve performance in a huge way.&lt;/P&gt;&lt;P&gt;&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;Anand Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 19:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performence-issue/m-p/4768645#M1117783</guid>
      <dc:creator>former_member189420</dc:creator>
      <dc:date>2008-11-14T19:29:20Z</dc:date>
    </item>
  </channel>
</rss>

