<?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 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/5259847#M1214902</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;in myprograme, select data from BSEG table based upon conditions ,it takes more time and give the runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get select data  fast from BSEG ,what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2009 06:04:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-28T06:04:22Z</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/5259847#M1214902</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;in myprograme, select data from BSEG table based upon conditions ,it takes more time and give the runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get select data  fast from BSEG ,what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 06:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5259847#M1214902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T06:04:22Z</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/5259848#M1214903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;BSEG is a cluster and huge table.&lt;/P&gt;&lt;P&gt;Our BI Consultant was facing the same error.&lt;/P&gt;&lt;P&gt;But he made some changes in PROFILE -&amp;gt; rdisp/max-wprun_time and changed its value to 3600.&lt;/P&gt;&lt;P&gt;meanz now program will run continually for one hour and did not show run time error.&lt;/P&gt;&lt;P&gt;plz say ur BASIS team to change profile as i mentioned above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 06:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5259848#M1214903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T06:20:07Z</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/5259849#M1214904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BSEG is Cluster Table.It holds 9 tables Data.&lt;/P&gt;&lt;P&gt;Instead of using BSEG tables use other tables which are relevent from those 9 tables (BSIS,BSAS,BSAK,BSIK,BSID,BSAD).&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;BSID Accounting: Secondary Index for Customers&lt;/P&gt;&lt;P&gt;BSIK Accounting: Secondary Index for Vendors     &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;Regards,&lt;/P&gt;&lt;P&gt;Surendar Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 06:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5259849#M1214904</guid>
      <dc:creator>suredarreddy_pulimamidi</dc:creator>
      <dc:date>2009-02-28T06:29:10Z</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/5259850#M1214905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on your situation what is the main purpose of your requirement. Please can you let me know your scenario where you faced the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 06:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5259850#M1214905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T06:49:17Z</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/5259851#M1214906</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>Wed, 24 Jun 2009 13:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bseg-table/m-p/5259851#M1214906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T13:32:10Z</dc:date>
    </item>
  </channel>
</rss>

