<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715935#M312943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSEG is actually a accounting document segment table and BKPF is a  accounting document header table.If u just want the line item details then go for BSEG else go for BKPF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 18:22:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T18:22:26Z</dc:date>
    <item>
      <title>bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715930#M312938</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;    BSEG is a cluster table.   so it contains records in large numbers.  so if i want to get the data the performance issue will be raised. is anybody knows in which other tables i can get this data.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i want a report that displays the values from bseg and vbak table how can i solve this problem.  At the same time can any one tell exactly what is the main difference between the cluster and transparent table plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715930#M312938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715931#M312939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I can answer the later part of your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between cluster table and transperent table is for each transperent table there is one DATABASE table in the database where as for a group of cluster tables you will have one database table. That is 2 3 tables will be clubbed into one table in the DATABASE. this is basically done to group the related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also the data in cluster table is stored in compressed format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715931#M312939</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-15T10:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715932#M312940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's always performance issues associated with BSEG. To reduce to some extent, use Index. Either use an index already provided based on ur requirement or create a new index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715932#M312940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715933#M312941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;u can work with BKPF table instead of bseg bcoz u can get all the datas in that table also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715933#M312941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715934#M312942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'ts a common misconception that because BSEG is a large cluster table, performance will be bad. But it's just a table. If you SELECT from it based on BUKRS, BELNR and GJAHR, it will be as fast as any other select.&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, 15 Nov 2006 14:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715934#M312942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715935#M312943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSEG is actually a accounting document segment table and BKPF is a  accounting document header table.If u just want the line item details then go for BSEG else go for BKPF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 18:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715935#M312943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T18:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715936#M312944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FIrst of all any table access on BSEG is goint to take a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing to do it to always take the primary keys of BSEG whenever a select is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a join between VBAK and BSEG... you will have to first take &lt;/P&gt;&lt;P&gt;a select on VBAK (t_vbak) and then on BSEG(t_bseg)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then loop at t_vbak).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read t_bseg where the keys are equal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are some of the secondary tables which are taken to access the same records. Helps in performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSAD Accounting- Secondary Index for Customers (Cleared Items)&lt;/P&gt;&lt;P&gt;BSAK Accounting- Secondary Index for Vendors (Cleared Items)&lt;/P&gt;&lt;P&gt;BSAS Accounting- Secondary Index for G/L Accounts (Cleared Items)&lt;/P&gt;&lt;P&gt;BSEC One-Time Account Data Document Segment&lt;/P&gt;&lt;P&gt;BSID Accounting- Secondary Index for Customers&lt;/P&gt;&lt;P&gt;BSIK Accounting- Secondary Index for Vendors&lt;/P&gt;&lt;P&gt;BSIM Secondary Index, Documents for Material&lt;/P&gt;&lt;P&gt;BSIS Accounting- Secondary Index for G/L Accounts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following such steps will help increas the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 19:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715936#M312944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715937#M312945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srivallika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me which data u r looking for .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Account receivbles go to  BSAD a BSID&lt;/P&gt;&lt;P&gt;If  you looking form Account Paybles BSAK BSIK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 19:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715937#M312945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T19:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: bseg table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715938#M312946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In most cases a select on bseg table causes a performance issue. In such cases we use package size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 21:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-table/m-p/1715938#M312946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T21:02:02Z</dc:date>
    </item>
  </channel>
</rss>

