<?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: Problem performance MIRO in the function MRM_DUPLICATE_INVOICE_CHECK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066958#M1703160</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;the only thing i´ve found is this OSS Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: medium; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;SPAN class="urTxtH1" id="header_data" style="font-weight: bold;"&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/790680" style="color: #204ba2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: medium; background-color: #cbdbea;" title="Right mouse click to add this SAP Note to your browser favorites"&gt;Note 790680 - MM IV: Performance during check for duplicated invoices&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://service.sap.com/sap/support/notes/790680" title="https://service.sap.com/sap/support/notes/790680"&gt;https://service.sap.com/sap/support/notes/790680&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 07:36:19 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2012-10-16T07:36:19Z</dc:date>
    <item>
      <title>Problem performance MIRO in the function MRM_DUPLICATE_INVOICE_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066957#M1703159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am a problem with perfomance in transaction MIRO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem is in the select of table rbkp in the function MRM_DUPLICATE_INVOICE_CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The select &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;* As there can be several hits, store the result of the database&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;* selection into an internal table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;t169p&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;xxblnr &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;i_xblnr &lt;SPAN class="L0S52"&gt;CS &lt;/SPAN&gt;string.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;rbkp &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;t_rbkp&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;xblnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_xblnr &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;lifnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_lifnr &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;code&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;).&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ELSE.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;rbkp &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;t_rbkp&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;lifnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_lifnr &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;code&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;).&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the table rbkp is with all index ative.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you suggest what could be the possible reasons behind the slow performance of MIRO?? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any suggestions for remedy?? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt;Thanks.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 19:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066957#M1703159</guid>
      <dc:creator>clayton_barbosa</dc:creator>
      <dc:date>2012-10-15T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem performance MIRO in the function MRM_DUPLICATE_INVOICE_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066958#M1703160</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;the only thing i´ve found is this OSS Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: medium; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;SPAN class="urTxtH1" id="header_data" style="font-weight: bold;"&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/790680" style="color: #204ba2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: medium; background-color: #cbdbea;" title="Right mouse click to add this SAP Note to your browser favorites"&gt;Note 790680 - MM IV: Performance during check for duplicated invoices&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://service.sap.com/sap/support/notes/790680" title="https://service.sap.com/sap/support/notes/790680"&gt;https://service.sap.com/sap/support/notes/790680&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 07:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066958#M1703160</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2012-10-16T07:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem performance MIRO in the function MRM_DUPLICATE_INVOICE_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066959#M1703161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also look for (old) &lt;A class="urLnkFunction urVt1 active_link" href="https://service.sap.com/sap/support/notes/134660" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 134660 - Logistics Invoice Verification: Performance (RBKP)&lt;/SPAN&gt;&lt;/A&gt; which suggest&amp;nbsp; to create some indexes (like LIFNR, BUKRS, XBLNR, if you create this one, then deactivate RBKP~1 in database).&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>Tue, 16 Oct 2012 07:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-performance-miro-in-the-function-mrm-duplicate-invoice-check/m-p/9066959#M1703161</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-16T07:54:07Z</dc:date>
    </item>
  </channel>
</rss>

