<?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 ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517174#M845907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;alot for Inputs it certainly helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 08:53:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T08:53:36Z</dc:date>
    <item>
      <title>Performance Issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517172#M845905</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 used this query to fetch records.Its taking 5 minutes to fetch the 300000 .&lt;/P&gt;&lt;P&gt;  SELECT a&lt;SUB&gt;vkorg a&lt;/SUB&gt;vtweg a&lt;SUB&gt;vmsta a&lt;/SUB&gt;dwerk a&lt;SUB&gt;prodh a&lt;/SUB&gt;pmatn a&lt;SUB&gt;kondm a&lt;/SUB&gt;mvgr2&lt;/P&gt;&lt;P&gt;         b&lt;SUB&gt;matnr b&lt;/SUB&gt;ersda b&lt;SUB&gt;laeda b&lt;/SUB&gt;lvorm b&lt;SUB&gt;mtart b&lt;/SUB&gt;matkl b&lt;SUB&gt;meins b&lt;/SUB&gt;ferth&lt;/P&gt;&lt;P&gt;         b&lt;SUB&gt;groes b&lt;/SUB&gt;normt b&lt;SUB&gt;volum b&lt;/SUB&gt;spart b&lt;SUB&gt;prdha c&lt;/SUB&gt;mmsta c&lt;SUB&gt;beskz c&lt;/SUB&gt;prctr&lt;/P&gt;&lt;P&gt;         c&lt;SUB&gt;losgr c&lt;/SUB&gt;lgpro d&lt;SUB&gt;stprs d&lt;/SUB&gt;zkprs d&lt;SUB&gt;zkdat d&lt;/SUB&gt;ekalr&lt;/P&gt;&lt;P&gt;        INTO table it_matl&lt;/P&gt;&lt;P&gt;        FROM mvke as a&lt;/P&gt;&lt;P&gt;        INNER JOIN mara as b ON a&lt;SUB&gt;matnr = b&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;        INNER JOIN marc as c ON ( a&lt;SUB&gt;matnr = c&lt;/SUB&gt;matnr AND&lt;/P&gt;&lt;P&gt;                                 a&lt;SUB&gt;dwerk = c&lt;/SUB&gt;werks )&lt;/P&gt;&lt;P&gt;         INNER JOIN mbew as d ON ( c&lt;SUB&gt;matnr = d&lt;/SUB&gt;matnr AND&lt;/P&gt;&lt;P&gt;                                    c&lt;SUB&gt;werks = d&lt;/SUB&gt;bwkey  )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         WHERE a~vkorg IN s_vkorg&lt;/P&gt;&lt;P&gt;           AND a~vtweg IN s_vtweg&lt;/P&gt;&lt;P&gt;           AND a~dwerk IN s_werks&lt;/P&gt;&lt;P&gt;           AND b~mtart IN s_mtart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with for all entries and breaking the query into three&lt;/P&gt;&lt;P&gt;by using for all entries but of no use as the time is nearly&lt;/P&gt;&lt;P&gt;5 mints(Cheked performacet through ST05,SE30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also tried using SAP notes 332856 (Reading buffered  mast data for cust )&lt;/P&gt;&lt;P&gt;Kindly suggest any inputs.&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;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 08:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517172#M845905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T08:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517173#M845906</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;SELECT a&lt;SUB&gt;vkorg a&lt;/SUB&gt;vtweg a&lt;SUB&gt;vmsta a&lt;/SUB&gt;dwerk a&lt;SUB&gt;prodh a&lt;/SUB&gt;pmatn a&lt;SUB&gt;kondm a&lt;/SUB&gt;mvgr2&lt;/P&gt;&lt;P&gt;b&lt;SUB&gt;matnr b&lt;/SUB&gt;ersda b&lt;SUB&gt;laeda b&lt;/SUB&gt;lvorm b&lt;SUB&gt;mtart b&lt;/SUB&gt;matkl b&lt;SUB&gt;meins b&lt;/SUB&gt;ferth&lt;/P&gt;&lt;P&gt;b&lt;SUB&gt;groes b&lt;/SUB&gt;normt b&lt;SUB&gt;volum b&lt;/SUB&gt;spart b~prdha &lt;/P&gt;&lt;P&gt;INTO table it_matl&lt;/P&gt;&lt;P&gt;FROM mvke as a&lt;/P&gt;&lt;P&gt;INNER JOIN mara as b ON a&lt;SUB&gt;matnr = b&lt;/SUB&gt;matnr .&lt;/P&gt;&lt;P&gt;WHERE a~vkorg IN s_vkorg&lt;/P&gt;&lt;P&gt;AND a~vtweg IN s_vtweg&lt;/P&gt;&lt;P&gt;AND a~dwerk IN s_werks&lt;/P&gt;&lt;P&gt;AND b~mtart IN s_mtart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT it_matl[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT  c&lt;SUB&gt;mmsta c&lt;/SUB&gt;beskz c~prctr&lt;/P&gt;&lt;P&gt;                 c&lt;SUB&gt;losgr c&lt;/SUB&gt;lgpro d&lt;SUB&gt;stprs d&lt;/SUB&gt;zkprs d&lt;SUB&gt;zkdat d&lt;/SUB&gt;ekalr&lt;/P&gt;&lt;P&gt;INTO table it_marc&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN it_matl&lt;/P&gt;&lt;P&gt;FROM marc as a&lt;/P&gt;&lt;P&gt;INNER JOIN mbew as d ON ( c&lt;SUB&gt;matnr = d&lt;/SUB&gt;matnr AND&lt;/P&gt;&lt;P&gt;c&lt;SUB&gt;werks = d&lt;/SUB&gt;bwkey )&lt;/P&gt;&lt;P&gt;WHERE c~matnr eq it_matl-matnr&lt;/P&gt;&lt;P&gt;      AND c~werks  eq  t_matl-werks.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check it like this......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 08:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517173#M845906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T08:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517174#M845907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;alot for Inputs it certainly helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 08:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3517174#M845907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T08:53:36Z</dc:date>
    </item>
  </channel>
</rss>

