<?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: bseg table issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079006#M730190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG is a big table which contains all items of financial transaction.&lt;/P&gt;&lt;P&gt;To reduce the access time, or to speed up your query, you'll have to, first, select data in BKPF and then using the "for all entries" statement to retrieve data on BSEG. ( optimize using the key )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Joins aren't allowed on cluster tables )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 09:04:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T09:04:27Z</dc:date>
    <item>
      <title>bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079005#M730189</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;                    why the performance of select query involving BSEG table gets increased. I found that this is a cluster table. But i'm not able to grasp the technical reason behind this delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079005#M730189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079006#M730190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG is a big table which contains all items of financial transaction.&lt;/P&gt;&lt;P&gt;To reduce the access time, or to speed up your query, you'll have to, first, select data in BKPF and then using the "for all entries" statement to retrieve data on BSEG. ( optimize using the key )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Joins aren't allowed on cluster tables )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079006#M730190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079007#M730191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have nothing to do with bkpf. Now you have any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079007#M730191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079008#M730192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BKPF is the header table. So you must first select the accounting document number from this table then get all the line item details from BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields AWKEY, AWTYP of BKPF will be helpful to you in identifying the accounting docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mention your reqmnt, then I will be able to help you in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points to helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 10:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079008#M730192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079009#M730193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you don't have nothing to do with bkpf ! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to improve your performance, you'll have to do a "&amp;lt;b&amp;gt;select&amp;lt;/b&amp;gt;" on BKFP then a "&amp;lt;b&amp;gt;for all entries&amp;lt;/b&amp;gt;" in BSEG.&lt;/P&gt;&lt;P&gt;( BKPF is the header table linked to BSEG )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, you can restrict you selection in BKPF on BUKRS or GJAHR or even BALRT, BLDAT, BUDAT ... this is very important.&lt;/P&gt;&lt;P&gt;Then you retrieve the following fields :bukrs, belnr, gjahr which will be in input of the "for all entries" on BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your perf. will be much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 10:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079009#M730193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079010#M730194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG table is a cluster table which is combination of many tables like BSAD, BSID ( Secondary Index for Customer). BSIK and BSAK ( Secondary Index for Customer) and there are some other tables related to G/L accounts  as well whose data is stored in BSEG but I do not remember the name at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence the data is very huge in this table and so the poor performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lalit Kabra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 10:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079010#M730194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079011#M730195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should clear it up a bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="/people/rob.burbank/blog/2007/11/12/quickly-retrieving-fi-document-data-from-bseg"&amp;gt;Quickly Retrieving FI document Data from BSEG&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table-issue/m-p/3079011#M730195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:11:50Z</dc:date>
    </item>
  </channel>
</rss>

