<?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 FM performance tuning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946523#M1892633</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;&amp;nbsp; I am using FM&amp;nbsp; BAPI_CUSTOMERCONTRACT_CHANGE and FM&amp;nbsp; SD_SALES_BILLINGPLAN_CHANGE,but while executing its taking almost 20 minutes to execute each record,so i did sql trace and i found its taking more time to fetch records in coes table in include LKAOVF16 while executing sql stmt to fetch records ( almost 15 minutes ),but when i use se11 or just coding i can fetch in about 10 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to tune FM.( memory buffering anything is really appreciated ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 02:48:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-24T02:48:07Z</dc:date>
    <item>
      <title>FM performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946523#M1892633</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;&amp;nbsp; I am using FM&amp;nbsp; BAPI_CUSTOMERCONTRACT_CHANGE and FM&amp;nbsp; SD_SALES_BILLINGPLAN_CHANGE,but while executing its taking almost 20 minutes to execute each record,so i did sql trace and i found its taking more time to fetch records in coes table in include LKAOVF16 while executing sql stmt to fetch records ( almost 15 minutes ),but when i use se11 or just coding i can fetch in about 10 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to tune FM.( memory buffering anything is really appreciated ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 02:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946523#M1892633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-24T02:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: FM performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946524#M1892634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend raising an Incident with SAP as it is a Standard Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They should provide a fix for this in the form of a Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before logging the Incident make sure a Note is not already available&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;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 04:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946524#M1892634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-24T04:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: FM performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946525#M1892635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Please find which index is being picked while fetching data from COES table.&lt;/LI&gt;&lt;LI&gt;Check the index quality and ask basis team to rebuild the index and update the statistics.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 04:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946525#M1892635</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2015-03-24T04:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: FM performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946526#M1892636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below SAP NOTES :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1160226" title="1160226  - VA01: Long runtimes in table COES when creating order"&gt;&lt;SPAN class="title"&gt;1160226 - VA01: Long runtimes in table COES when creating order&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/2143818" title="2143818  - VA01: Long runtime because of select-statements on database table COES"&gt;&lt;SPAN class="title"&gt;2143818 - VA01: Long runtime because of select-statements on database table COES&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Learner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 04:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-performance-tuning/m-p/10946526#M1892636</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2015-03-24T04:33:42Z</dc:date>
    </item>
  </channel>
</rss>

