<?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 with BSEG cluster table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420364#M1549235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Classical question, look for FI so called [accounting secondary index tables|http://www.sdn.sap.com/irj/scn/advancedsearch?query=fi&lt;EM&gt;secondary&lt;/EM&gt;indexes]. I suggest BSIM (or BSIS and BSAS cleared or not items) which have your selection fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for missing fields. &lt;/P&gt;&lt;P&gt;- You can join BSIM (or BSIS and then BSAS) with BKPF if required. &lt;/P&gt;&lt;P&gt;- For field only present in BSEG you can then use A SELECT FOR ALL ENTRIES using the full primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Wiki [How SAP addressed the performance issues with cluster table BSEG?|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=180356001]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question :aren't you able to pass some (pertinent) criteria for GJAHR to get full primary key of BKPF and RFBLG cluster table.&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>Thu, 28 Oct 2010 09:22:04 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-10-28T09:22:04Z</dc:date>
    <item>
      <title>Performance Issue with BSEG cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420362#M1549233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are trying to get SHKZG (Debit/Credit Indicator) from BSEG Table by passing BELNR, BUKRS,SAKNR and MATNR. But we are having issue with the performance, as BSEG is cluster table and also we are not using Primary Keys to retrieve the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any underlying index tables where we can get this information? Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420362#M1549233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with BSEG cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420363#M1549234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUKRS and BELNR are the first two fields of the primary key and should allow quick access to BSEG if filled with single values. &lt;/P&gt;&lt;P&gt;How does your where-condition really look like, if it is using IN ranges, tell us how these are filled during runtime.&lt;/P&gt;&lt;P&gt;Always include GJAHR as well to avoid unwanted results from different fiscal years.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420363#M1549234</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-28T09:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with BSEG cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420364#M1549235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Classical question, look for FI so called [accounting secondary index tables|http://www.sdn.sap.com/irj/scn/advancedsearch?query=fi&lt;EM&gt;secondary&lt;/EM&gt;indexes]. I suggest BSIM (or BSIS and BSAS cleared or not items) which have your selection fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for missing fields. &lt;/P&gt;&lt;P&gt;- You can join BSIM (or BSIS and then BSAS) with BKPF if required. &lt;/P&gt;&lt;P&gt;- For field only present in BSEG you can then use A SELECT FOR ALL ENTRIES using the full primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Wiki [How SAP addressed the performance issues with cluster table BSEG?|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=180356001]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question :aren't you able to pass some (pertinent) criteria for GJAHR to get full primary key of BKPF and RFBLG cluster table.&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>Thu, 28 Oct 2010 09:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420364#M1549235</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-28T09:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with BSEG cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420365#M1549236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See [Quickly Retrieving FI document Data from BSEG|/people/rob.burbank/blog/2007/11/12/quickly-retrieving-fi-document-data-from-bseg]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-bseg-cluster-table/m-p/7420365#M1549236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T13:03:22Z</dc:date>
    </item>
  </channel>
</rss>

