<?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/7075954#M1505285</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 BSEG is a cluster table. Although the data retrival from this table will be slow. Beyond that you are using the BSEG in the LOOP statement. It will give the Performance Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While fetching the data from the BSEG try to use all the key fields of the BSEG and dont use the BSEG inside the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time onwards try to post this thread in the Appropriate Forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 10:12:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T10:12:14Z</dc:date>
    <item>
      <title>Performance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075953#M1505284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I'm trying to fetch the invoice number form BSEG table. &lt;/P&gt;&lt;P&gt;The query is &lt;/P&gt;&lt;P&gt;loop at IT_BSEG2 INTO WA_BSEG2.&lt;/P&gt;&lt;P&gt;SELECT SINGLE BELNR FROM bseg INTO invoice&lt;/P&gt;&lt;P&gt;            where    BUKRS = WA_BSEG2-BUKRS and&lt;/P&gt;&lt;P&gt;                     GJAHR = WA_BSEG2-GJAHR and&lt;/P&gt;&lt;P&gt;                     BUZEI = '001' and&lt;/P&gt;&lt;P&gt;                     AUGBL = WA_BSEG2-BELNR and&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    KOART = 'K' and&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                     SHKZG = 'H' and&lt;/P&gt;&lt;P&gt;                     lifnr = wa_bseg2-lifnr .&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its making performance issue. How i can increase the performance of this code. &lt;/P&gt;&lt;P&gt;Kindly give your valuable guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;BAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075953#M1505284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075954#M1505285</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 BSEG is a cluster table. Although the data retrival from this table will be slow. Beyond that you are using the BSEG in the LOOP statement. It will give the Performance Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While fetching the data from the BSEG try to use all the key fields of the BSEG and dont use the BSEG inside the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time onwards try to post this thread in the Appropriate Forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075954#M1505285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075955#M1505286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search the forums for Tips to improve performance and the first tip you find will help improve the performance of your "code" to a great extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075955#M1505286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075956#M1505287</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;Even if inside or out side loop BSEG giving Performance issue.. &lt;/P&gt;&lt;P&gt;Well, actually what i need means, to get Payment document wise Invoice number. From which table i'll get this invoice number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. Payment document number is 15 Series and Invoice number started with 50 series.&lt;/P&gt;&lt;P&gt;So i passed this 15 series in BSEG-AUGBL field and getting BELNR number (Invoice number). Rather than this any other way to get the Invoice number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075956#M1505287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075957#M1505288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer again lies in searching the forums. This question has been asked and answered many times already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/7075957#M1505288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:24:31Z</dc:date>
    </item>
  </channel>
</rss>

