<?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: cluster table&amp;Pooled table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436059#M544909</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;Have a look at the link u will get all the details u want here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm"&amp;gt;Pooled and cluster tables&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls do reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 04:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T04:40:54Z</dc:date>
    <item>
      <title>cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436056#M544906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;please tell me the difference between cluster table and pooled table and give the example for the above table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ramprasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436056#M544906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436057#M544907</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;&amp;lt;u&amp;gt;I. Pool Tables (match codes, look up tables)&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Should be accessed via primary key or &lt;/P&gt;&lt;P&gt;Should be buffered (SE11-&amp;gt;Display Table-&amp;gt;technical settings) &lt;/P&gt;&lt;P&gt;No secondary indexes &lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&lt;/P&gt;&lt;P&gt;II. Cluster Tables (BSEG,BSEC)&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Should be accessed via primary key - very fast retrieval otherwise very slow &lt;/P&gt;&lt;P&gt;No secondary indexes &lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway. &lt;/P&gt;&lt;P&gt;Performing an operation on multiple rows is more efficient than single row operations. &lt;/P&gt;&lt;P&gt;Therefore you still want to select into an internal table.&lt;/P&gt;&lt;P&gt; If many rows are being selected into the internal table, &lt;/P&gt;&lt;P&gt;you might still like to retrieve specific columns to cut down on the memory required. &lt;/P&gt;&lt;P&gt;Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported &lt;/P&gt;&lt;P&gt;Can not be buffered &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More at this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/81/415d363640933fe10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/81/415d363640933fe10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds,&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436057#M544907</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-07-04T04:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436058#M544908</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;Pool table &lt;/P&gt;&lt;P&gt;A database table defined in the ABAP Dictionary whose database instance is assigned to more than one table defined in the ABAP Dictionary. Multiple pool tables are assigned to a table pool in the database. The key fields of a pool table have to be character-type fields. The table pool's primary key consists of two fields: TABNAME for the name of a pool table, and VARKEY for the interdependent contents of the key fields in the corresponding pool table. The non-key fields of the pool table are stored in compressed format in their own column, called VARDATA, of the table pool. The only way to access pool tables is by using Open SQL. Joins are not allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Pool &lt;/P&gt;&lt;P&gt;Database table in the database that contains the data of several pool tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Table &lt;/P&gt;&lt;P&gt;Database table defined in the ABAP Dictionary, whose version on the database is not only assigned to one table defined in the ABAP Dictionary. Several cluster tables are assigned to a table cluster in the database. The intersection of the key fields of the cluster tables forms the primary key of the table cluster. The other columns of the cluster tables are stored in compressed form in a single column VARDATA of the table cluster. You can access cluster tables only via Open SQL, and only without using joins. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Cluster &lt;/P&gt;&lt;P&gt;Database table in the database that contains the data of several cluster tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Never mix up with a database table that has the necessary structure for storing data clusters in database tables and in the shared memory. Those are called INDX-type, with reference to the database table INDX supplied by SAP. Data clusters are groupings of data objects for transient and persistent storage in a selectable storage medium. A data cluster can be processed using the statements IMPORT, EXPORT, and DELETE FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link also helps you...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out these threads&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2952163"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2363906"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLES&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436058#M544908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436059#M544909</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;Have a look at the link u will get all the details u want here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm"&amp;gt;Pooled and cluster tables&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls do reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436059#M544909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436060#M544910</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;&amp;lt;b&amp;gt;Transparent Table :&amp;lt;/b&amp;gt; Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Pooled Table :&amp;lt;/b&amp;gt; Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data. Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cluster Table :&amp;lt;/b&amp;gt; Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data. They can also be used to store temporary data or texts, such as documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;difference between Standard tables, Pooled tables and Clusterd Tables&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure is a table without data. It is only filled by program logic at the moment it is needed starting from tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A view is a way of looking at the contents of tables. It only contains the combination of the tables at the basis and the way the data needs to be represented. You actually call directly upon the underlying tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/sap_table_types.htm" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/sap_table_types.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436060#M544910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436061#M544911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;What is the difference between Clustered Tables and Pooled Tables?&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A pooled table is used to combine several logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that must be assigned to a table pool when they are defined.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table are logical tables that must be assigned to a table cluster when they are defined.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table can be used to store control data they can also used to store temporary data or text such as documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Some  of  List   cluster tables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;AUAA&lt;/P&gt;&lt;P&gt;AUAB&lt;/P&gt;&lt;P&gt;AUAO&lt;/P&gt;&lt;P&gt;AUAS&lt;/P&gt;&lt;P&gt;AUAT&lt;/P&gt;&lt;P&gt;AUAV&lt;/P&gt;&lt;P&gt;AUAW&lt;/P&gt;&lt;P&gt;AUAY&lt;/P&gt;&lt;P&gt;BSEC&lt;/P&gt;&lt;P&gt;BSED&lt;/P&gt;&lt;P&gt;BSEG&lt;/P&gt;&lt;P&gt;BSES&lt;/P&gt;&lt;P&gt;BSET&lt;/P&gt;&lt;P&gt;CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Some  of list   Pooled tables  &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A004&lt;/P&gt;&lt;P&gt;A005&lt;/P&gt;&lt;P&gt;A006&lt;/P&gt;&lt;P&gt;A007&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;A010&lt;/P&gt;&lt;P&gt;A012&lt;/P&gt;&lt;P&gt;A015&lt;/P&gt;&lt;P&gt;A016&lt;/P&gt;&lt;P&gt;A017&lt;/P&gt;&lt;P&gt;A018&lt;/P&gt;&lt;P&gt;A019&lt;/P&gt;&lt;P&gt;A021&lt;/P&gt;&lt;P&gt;A022&lt;/P&gt;&lt;P&gt;A023&lt;/P&gt;&lt;P&gt;A024&lt;/P&gt;&lt;P&gt;A025&lt;/P&gt;&lt;P&gt;A026&lt;/P&gt;&lt;P&gt;A028&lt;/P&gt;&lt;P&gt;A030&lt;/P&gt;&lt;P&gt;A032&lt;/P&gt;&lt;P&gt;A044&lt;/P&gt;&lt;P&gt;A045&lt;/P&gt;&lt;P&gt;A046&lt;/P&gt;&lt;P&gt;A047&lt;/P&gt;&lt;P&gt;A049&lt;/P&gt;&lt;P&gt;A051&lt;/P&gt;&lt;P&gt;A052&lt;/P&gt;&lt;P&gt;A053&lt;/P&gt;&lt;P&gt;A054&lt;/P&gt;&lt;P&gt;A058&lt;/P&gt;&lt;P&gt;A059&lt;/P&gt;&lt;P&gt;A060&lt;/P&gt;&lt;P&gt;A061&lt;/P&gt;&lt;P&gt;A062&lt;/P&gt;&lt;P&gt;A063&lt;/P&gt;&lt;P&gt;A400&lt;/P&gt;&lt;P&gt;A401&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points  if it is usefull ...&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436061#M544911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436062#M544912</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 think you got the differences b/n pooled and cluster tables. Now i will tell you how u can see the pool,cluster,tranparent and internal tables in sap. &lt;/P&gt;&lt;P&gt;goto SE!! &lt;/P&gt;&lt;P&gt;Type DD02L.&lt;/P&gt;&lt;P&gt;click Display button&lt;/P&gt;&lt;P&gt;Then press F8.&lt;/P&gt;&lt;P&gt;then in Table Category field Press F4 .&lt;/P&gt;&lt;P&gt;You will get the list of tables n then select any table you want and press F8.&lt;/P&gt;&lt;P&gt;you can see number of pool,cluster,trans,int tables in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghavendra.D.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 08:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436062#M544912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: cluster table&amp;Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436063#M544913</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;I. Pool Tables (match codes, look up tables)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key or &lt;/P&gt;&lt;P&gt;Should be buffered (SE11-&amp;gt;Display Table-&amp;gt;technical settings) &lt;/P&gt;&lt;P&gt;No secondary indexes &lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;II. Cluster Tables (BSEG,BSEC)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key - very fast retrieval otherwise very slow &lt;/P&gt;&lt;P&gt;No secondary indexes &lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway. &lt;/P&gt;&lt;P&gt;Performing an operation on multiple rows is more efficient than single row operations. &lt;/P&gt;&lt;P&gt;Therefore you still want to select into an internal table.&lt;/P&gt;&lt;P&gt;If many rows are being selected into the internal table, &lt;/P&gt;&lt;P&gt;you might still like to retrieve specific columns to cut down on the memory required. &lt;/P&gt;&lt;P&gt;Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported &lt;/P&gt;&lt;P&gt;Can not be buffered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 10:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table-pooled-table/m-p/2436063#M544913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T10:11:57Z</dc:date>
    </item>
  </channel>
</rss>

