<?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 Performance Problem in using the BSEG table - Required alternative in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942321#M1487516</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;Pl go thru the below program.&lt;/P&gt;&lt;P&gt;I am unable to change this code&lt;/P&gt;&lt;P&gt;It is having 46 performance errors&lt;/P&gt;&lt;P&gt;Pls check the code and suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;*To get Pmt Doc No &amp;amp; Posting Date&lt;/P&gt;&lt;P&gt;  SELECT SINGLE&lt;/P&gt;&lt;P&gt;         BELNR&lt;/P&gt;&lt;P&gt;         ZFBDT&lt;/P&gt;&lt;P&gt;         FROM BSEG&lt;/P&gt;&lt;P&gt;         INTO (WA_ZFT011_FIFO-PAY_DOC_NO, WA_ZFT011_FIFO-POST_DATE)&lt;/P&gt;&lt;P&gt;         WHERE AUGBL = W_CLR_DOC&lt;/P&gt;&lt;P&gt;           AND AUGDT = WA_ZFT011_FIFO-CLR_DATE&lt;/P&gt;&lt;P&gt;           AND BSCHL = '15'.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE&lt;/P&gt;&lt;P&gt;           BELNR&lt;/P&gt;&lt;P&gt;           ZFBDT&lt;/P&gt;&lt;P&gt;           FROM BSEG&lt;/P&gt;&lt;P&gt;           INTO (WA_ZFT011_FIFO-PAY_DOC_NO, WA_ZFT011_FIFO-POST_DATE)&lt;/P&gt;&lt;P&gt;           WHERE AUGBL = W_CLR_DOC&lt;/P&gt;&lt;P&gt;             AND AUGDT = WA_ZFT011_FIFO-CLR_DATE&lt;/P&gt;&lt;P&gt;             AND BSCHL = '11'.&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is having performance error "&lt;STRONG&gt;NO field of a table Index in WHERE&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;The same error repeated for 45 select statements and for all statements the "BSEG" table is used for selecting data.&lt;/P&gt;&lt;P&gt;But creating a secondary index on BSEG table columns will not be possible&lt;/P&gt;&lt;P&gt;So pls suggest me accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaits for the Reply.&lt;/P&gt;&lt;P&gt;P Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jun 2010 06:17:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-03T06:17:15Z</dc:date>
    <item>
      <title>Performance Problem in using the BSEG table - Required alternative</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942321#M1487516</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;Pl go thru the below program.&lt;/P&gt;&lt;P&gt;I am unable to change this code&lt;/P&gt;&lt;P&gt;It is having 46 performance errors&lt;/P&gt;&lt;P&gt;Pls check the code and suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;*To get Pmt Doc No &amp;amp; Posting Date&lt;/P&gt;&lt;P&gt;  SELECT SINGLE&lt;/P&gt;&lt;P&gt;         BELNR&lt;/P&gt;&lt;P&gt;         ZFBDT&lt;/P&gt;&lt;P&gt;         FROM BSEG&lt;/P&gt;&lt;P&gt;         INTO (WA_ZFT011_FIFO-PAY_DOC_NO, WA_ZFT011_FIFO-POST_DATE)&lt;/P&gt;&lt;P&gt;         WHERE AUGBL = W_CLR_DOC&lt;/P&gt;&lt;P&gt;           AND AUGDT = WA_ZFT011_FIFO-CLR_DATE&lt;/P&gt;&lt;P&gt;           AND BSCHL = '15'.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE&lt;/P&gt;&lt;P&gt;           BELNR&lt;/P&gt;&lt;P&gt;           ZFBDT&lt;/P&gt;&lt;P&gt;           FROM BSEG&lt;/P&gt;&lt;P&gt;           INTO (WA_ZFT011_FIFO-PAY_DOC_NO, WA_ZFT011_FIFO-POST_DATE)&lt;/P&gt;&lt;P&gt;           WHERE AUGBL = W_CLR_DOC&lt;/P&gt;&lt;P&gt;             AND AUGDT = WA_ZFT011_FIFO-CLR_DATE&lt;/P&gt;&lt;P&gt;             AND BSCHL = '11'.&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is having performance error "&lt;STRONG&gt;NO field of a table Index in WHERE&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;The same error repeated for 45 select statements and for all statements the "BSEG" table is used for selecting data.&lt;/P&gt;&lt;P&gt;But creating a secondary index on BSEG table columns will not be possible&lt;/P&gt;&lt;P&gt;So pls suggest me accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaits for the Reply.&lt;/P&gt;&lt;P&gt;P Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942321#M1487516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T06:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem in using the BSEG table - Required alternative</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942322#M1487517</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;Check it here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Performance Tuning for the BSEG selection|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19538] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942322#M1487517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T06:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem in using the BSEG table - Required alternative</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942323#M1487518</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;Perhaps my post here: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9112594"&gt;&lt;/A&gt; might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-in-using-the-bseg-table-required-alternative/m-p/6942323#M1487518</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-06-03T06:44:33Z</dc:date>
    </item>
  </channel>
</rss>

