<?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: Increase performance when using MKPF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936588#M1891945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx. I try it but not increase the performance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 06:44:20 GMT</pubDate>
    <dc:creator>Pavithra_madhu</dc:creator>
    <dc:date>2015-02-26T06:44:20Z</dc:date>
    <item>
      <title>Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936586#M1891943</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;My requirement is when input posting date range have to get material document numbers(Good Issue document numbers of movement type '201') in that date range..&lt;/P&gt;&lt;P&gt;For that i use MKPF table.. In production fetching data get lot of time because it is a huge table.. &lt;/P&gt;&lt;P&gt;Are there any suggestion to increase the performance??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavithra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 06:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936586#M1891943</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-02-26T06:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936587#M1891944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the PACKAGE SIZE statement to address the performance issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp; spfli&lt;/P&gt;&lt;P&gt;INTO&amp;nbsp;&amp;nbsp; CORRESPONDING FIELDS OF TABLE IT_SPFLI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PACKAGE SIZE 500.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOOP AT &lt;SPAN style="font-size: 13.3333330154419px;"&gt;IT_SPFLI&lt;/SPAN&gt; INTO wa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * Do processing &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 06:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936587#M1891944</guid>
      <dc:creator>SandySingh</dc:creator>
      <dc:date>2015-02-26T06:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936588#M1891945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx. I try it but not increase the performance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 06:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936588#M1891945</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-02-26T06:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936589#M1891946</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;Is the index 'BUD' active in MKPF ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 07:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936589#M1891946</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2015-02-26T07:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936590#M1891947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes BUD active.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my query&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;mblnr mjahr blart budat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;mkpf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_mkpf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;budat &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;s_datum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 08:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936590#M1891947</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-02-26T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936591#M1891948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check with the BASIS team to find if the issues is from oracle database side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 09:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936591#M1891948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-26T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936592#M1891949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check if these notes can be implemented at your server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1516684 MKPF fields added to MSEG - Performance optimization&lt;/LI&gt;&lt;LI&gt;1550000 MB51: Redesign of selection for performance optimization&lt;/LI&gt;&lt;LI&gt;1558298 MB5B: Redesign of selection to optimize performance&lt;/LI&gt;&lt;LI&gt;1567602 DB dependent steps to support the redesign of MB51&lt;/LI&gt;&lt;LI&gt;1598760 FAQ: MSEG Enhancement &amp;amp; Redesign MB51/MB5B&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes or if they are implemented then you can use directly MSEG for your select statement. Also use hashed tables to store selected data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 09:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936592#M1891949</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2015-02-26T09:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936593#M1891950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to get bwart i.e. movement type from Mseg by using mblnr-mkpf better way you should use joins in this case .&lt;/P&gt;&lt;P&gt;coz data is too much and to run the query faster we should use uniq key in where condition , check if join works or not if this doesnt u r left with the another option i.e. secondary index .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Sabir Shah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936593#M1891950</guid>
      <dc:creator>sabirshah1</dc:creator>
      <dc:date>2015-02-26T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936594#M1891951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have no other selection criteria than posting date, there is not much option, once you check index (BUD) activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Only extract required fields (not *)&lt;/LI&gt;&lt;LI&gt;Try to parallelize extraction, as it is the first table extracted, you can only split date range in smaller ranges and execute those in parallel tasks thru RFC enabled FM (&lt;A href="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm"&gt;doc link&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Other&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solutions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the field of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Basis, Database management or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;IT architecture, not Abap...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you also require selection on MSEG movement type (BWART) either&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a JOIN between both tables&lt;/LI&gt;&lt;LI&gt;Implement (if required) note &lt;A href="http://service.sap.com/sap/support/notes/1516684" title="1516684  - MKPF fields added to MSEG - Performance optimization"&gt;&lt;SPAN class="title"&gt;1516684 - MKPF fields added to MSEG - Performance optimization&lt;/SPAN&gt;&lt;/A&gt;, and now only select data from MSEG (as MKPF-BUDAT = MSEG-BUDAT_MKPF)&lt;/LI&gt;&lt;LI&gt;Use the two options if some MKPF fields are missing in new MSEG, but you can now test with criteria on any of the two tables for common fields&lt;/LI&gt;&lt;LI&gt;Please, don't use a FOR ALL ENTRIES on MSEG with result of MKPF extraction (if performance were already bad for single MKPF, &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I refuse&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to consider&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;case...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936594#M1891951</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-02-26T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936595#M1891952</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;You can try for open cursor technique, just remember to close cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936595#M1891952</guid>
      <dc:creator>former_member218424</dc:creator>
      <dc:date>2015-02-26T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936596#M1891953</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 the BUD index is active, then accessing through the index you have the input 'BUDAT' already in your where clause. In this only try to use parallel processing though task on smaller date range of S_DATUM to improve the performance . You can try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 12:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936596#M1891953</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2015-02-26T12:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936597#M1891954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hey Pavithra Jayasinghe,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;call db to get data is bound with high cost (time). it`s better to load data into Memory if it`s possible. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use ranges in your SQL Statement will rise Performance of your SQL Statement. Work with Loop &amp;lt;tab&amp;gt; Assigning &amp;lt;field-symbol&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 12:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936597#M1891954</guid>
      <dc:creator>former_member305179</dc:creator>
      <dc:date>2015-02-26T12:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936598#M1891955</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 use INNER JOIN with MKPF and MSEG.. it get little bit faster than earlier...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have to know when we use index if there are 3 fields in index, do we need to add all three fields in where condition to use index???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936598#M1891955</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-02-27T05:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936599#M1891956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what does s_datum contain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use select options in a select, the performance can vary greatly according to what the select option actually contains. If s_datum is empty, then you will be selecting everything, for example. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936599#M1891956</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-02-27T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936600#M1891957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavithra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always good to have all the three fields in the where clause. Incase you do not have all three fields, make sure that the first field in the index is in your where clause. Also please take an SQL trace and make sure that the query is hitting the right index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muralikrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 06:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936600#M1891957</guid>
      <dc:creator>muralikrishnan_vijayanp</dc:creator>
      <dc:date>2015-02-27T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936601#M1891958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Optimizer will consider using an index if the first keys of the index are provided in selection criteria, so can use a 3 keys index when 2 first keys are provided, but not if the first one is not provided. You can check this with the SQL trace (&lt;A href="http://help.sap.com/erp2005_ehp_07/helpdata/en/49/1aa66f87041903e10000000a42189c/content.htm?current_toc=/en/64/d255cb986147f3a7bad0a000d88174/plain.htm&amp;amp;show_children=true"&gt;Test and Analysis Tools in ABAP&lt;/A&gt;, &lt;A href="http://help.sap.com/erp2005_ehp_07/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm?frameset=/en/d1/801f89454211d189710000e8322d00/frameset.htm&amp;amp;current_toc=/en/64/d255cb986147f3a7bad0a000d88174/plain.htm&amp;amp;node_id=182&amp;amp;show_children=false"&gt;Performance Analysis&lt;/A&gt;, &lt;A href="http://help.sap.com/erp2005_ehp_07/helpdata/en/5a/ace288ca0211d194b500a0c94260a5/content.htm?frameset=/en/d1/801f89454211d189710000e8322d00/frameset.htm&amp;amp;current_toc=/en/64/d255cb986147f3a7bad0a000d88174/plain.htm&amp;amp;node_id=189&amp;amp;show_children=false"&gt;Analyzing Performance Data&lt;/A&gt;, &lt;A href="http://help.sap.com/erp2005_ehp_07/helpdata/en/5a/ace291ca0211d194b500a0c94260a5/content.htm?frameset=/en/d1/801f89454211d189710000e8322d00/frameset.htm&amp;amp;current_toc=/en/64/d255cb986147f3a7bad0a000d88174/plain.htm&amp;amp;node_id=193&amp;amp;show_children=false"&gt;Analyzing Trace Records&lt;/A&gt;, &lt;A href="http://help.sap.com/erp2005_ehp_07/helpdata/en/d1/801f89454211d189710000e8322d00/content.htm?frameset=/en/d1/801f89454211d189710000e8322d00/frameset.htm&amp;amp;current_toc=/en/64/d255cb986147f3a7bad0a000d88174/plain.htm&amp;amp;node_id=194&amp;amp;show_children=false"&gt;SQL Trace Analysis&lt;/A&gt;) -&amp;gt; &lt;A href="http://search.sap.com/ui/scn#query=ST05"&gt;ST05&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 06:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936601#M1891958</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-02-27T06:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936602#M1891959</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;s_datum is mandatory field which contains date range. that range is the posting date range. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 09:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936602#M1891959</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-02-27T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936603#M1891960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. But what does it &lt;EM&gt;actually&lt;/EM&gt; contain? You know it's an internal table, right? Of structure &lt;STRONG&gt;sign option low high&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you get bad performance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Is it empty?&lt;/P&gt;&lt;P&gt;b) Does it contain a single value?&lt;/P&gt;&lt;P&gt;c) Does it contain &lt;STRONG&gt;I BT lowdate highdate&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;d) Does it contain something more complex?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance can vary dramatically according to each case. The SQL executed on the database server can be radically different according to what s_datum contains. Therefore no sensible answer can be given without this fairly basic piece of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you understand now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 11:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936603#M1891960</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-02-27T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936604#M1891961</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;&lt;SPAN class="L0S52"&gt;SELECT-OPTIONS&amp;nbsp; :&lt;/SPAN&gt;s_datum &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum OBLIGATORY.&lt;/P&gt;&lt;P&gt;this is how i used s_datum in my program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936604#M1891961</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2015-03-02T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Increase performance when using MKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936605#M1891962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you enter a single date in S_DATUM and run it, does it finish any faster?&lt;/P&gt;&lt;P&gt;Now try a monthly then a yearly range and compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-performance-when-using-mkpf/m-p/10936605#M1891962</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2015-03-02T11:46:01Z</dc:date>
    </item>
  </channel>
</rss>

