<?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: problem with BSEG table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348361#M1231634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For faster access of the BSEG table you should make the following fields mandatory  in the select query where condition..&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;BELNR&lt;/P&gt;&lt;P&gt;GJAHR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise try to get above 3 field values from related tables and pass it here....&lt;/P&gt;&lt;P&gt;Like if you want to pass GL A/C's only to BSEG then get the belnr from BSAK, BSIK if it is vendor ..BSAD,BSID if its customers...&lt;/P&gt;&lt;P&gt;like that get frame a logic to get the primary key values of bseg and then pass...since its a very large table and moreover its cluster table so you cant have your secondary index also....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2009 12:32:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-04T12:32:59Z</dc:date>
    <item>
      <title>problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348359#M1231632</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;When select data from BSEG into it_bseg table and loop at it_bseg then system takes more time&lt;/P&gt;&lt;P&gt;and give the runtime error in the quality server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get data fast from BSEG into it_bseg table and run fast the loop at it_bseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIPRO company did the one programe to my company , that programe displays the data very fast using&lt;/P&gt;&lt;P&gt;BSEG table.&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, 04 Mar 2009 12:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348359#M1231632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348360#M1231633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;erm why dont you just analyse that program if you already have it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG is a clister table and it is HUGE, crapload of data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will not be possible to hold all its data within a internal table, so check that program for other strategies to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 12:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348360#M1231633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348361#M1231634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For faster access of the BSEG table you should make the following fields mandatory  in the select query where condition..&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;BELNR&lt;/P&gt;&lt;P&gt;GJAHR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise try to get above 3 field values from related tables and pass it here....&lt;/P&gt;&lt;P&gt;Like if you want to pass GL A/C's only to BSEG then get the belnr from BSAK, BSIK if it is vendor ..BSAD,BSID if its customers...&lt;/P&gt;&lt;P&gt;like that get frame a logic to get the primary key values of bseg and then pass...since its a very large table and moreover its cluster table so you cant have your secondary index also....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 12:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348361#M1231634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T12:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348362#M1231635</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;Instead of using BSEG table use these alternate tables....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Cleared items:
BSAD Accounting: Secondary Index for Customers (Cleared Items)
BSAK Accounting: Secondary Index for Vendors (Cleared Items)
BSAS Accounting: Secondary Index for G/L Accounts (Cleared Items)

Non-cleared items:
BSID Accounting: Secondary Index for Customers
BSIK Accounting: Secondary Index for Vendors
BSIM Secondary Index, Documents for Material
BSIP Index for Vendor Validation of Double Documents
BSIS Accounting: Secondary Index for G/L Accounts

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope its helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 12:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348362#M1231635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348363#M1231636</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;work using primary index in select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from bseg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client specified into table it_bseg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where mandt in ( select * from t001).&lt;/P&gt;&lt;P&gt;and use all keys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 12:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348363#M1231636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T12:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BSEG table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348364#M1231637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 12:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5348364#M1231637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T12:44:40Z</dc:date>
    </item>
  </channel>
</rss>

