<?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: Difference Between Pool &amp; Cluster tables? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282268#M496941</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;Pooled table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A pooled table in R/3 has a many-to-one relationship with a table in the database.&lt;/P&gt;&lt;P&gt; For one table in the database, there are many tables in the R/3 Data Dictionary. &lt;/P&gt;&lt;P&gt;The table in the database has a different name than the tables in the DDIC, it has a different number of fields,&lt;/P&gt;&lt;P&gt; and the fields have different names as well. Pooled tables are an SAP proprietary construct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you look at a pooled table in R/3, you see a description of a table.&lt;/P&gt;&lt;P&gt; However, in the database, it is stored along with other pooled tables in a single table called a table pool. &lt;/P&gt;&lt;P&gt;A table pool is a database table with a special structure that enables the data of many R/3 tables to be stored within it.&lt;/P&gt;&lt;P&gt; It can only hold pooled tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/3 uses table pools to hold a large number (tens to thousands) of very small tables (about 10 to 100 rows each). Table pools reduce the amount of database resources needed when many small tables have to be open at the same time. SAP uses them for system data. You might create a table pool if you need to create hundreds of small tables that each hold only a few rows of data. To implement these small tables as pooled tables, you first create the definition of a table pool in R/3 to hold them all. When activated, an associated single table (the table pool) will be created in the database. You can then define pooled tables within R/3 and assign them all to your table pool.Pooled tables are primarily used by SAP to hold customizing data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cluster Table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A cluster table is similar to a pooled table. It has a many-to-one relationship with a table in the database.&lt;/P&gt;&lt;P&gt; Many cluster tables are stored in a single table in the database called a table cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table cluster is similar to a table pool. It holds many tables within it. The tables it holds are all cluster tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like pooled tables, cluster tables are another proprietary SAP construct. &lt;/P&gt;&lt;P&gt;They are used to hold data from a few (approximately 2 to 10) very large tables. &lt;/P&gt;&lt;P&gt;They would be used when these tables have a part of their primary keys in common,&lt;/P&gt;&lt;P&gt; and if the data in these tables are all accessed simultaneously. The data is stored logically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table clusters contain fewer tables than table pools and, unlike table pools, &lt;/P&gt;&lt;P&gt;the primary key of each table within the table cluster begins with the same field or fields. &lt;/P&gt;&lt;P&gt;Rows from the cluster tables are combined into a single row in the table cluster. &lt;/P&gt;&lt;P&gt;The rows are combined based on the part of the primary key they have in common. &lt;/P&gt;&lt;P&gt;Thus, when a row is read from any one of the tables in the cluster, &lt;/P&gt;&lt;P&gt;all related rows in all cluster tables are also retrieved, but only a single I/O is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster is advantageous in the case where data is accessed from multiple tables simultaneously &lt;/P&gt;&lt;P&gt;and those tables have at least one of their primary key fields in common. &lt;/P&gt;&lt;P&gt;Cluster tables reduce the number of database reads and thereby improve performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrictions on Pooled and Cluster Tables&lt;/P&gt;&lt;P&gt;Pooled and cluster tables are usually used only by SAP and not used by customers, &lt;/P&gt;&lt;P&gt;probably because of the proprietary format of these tables within the database &lt;/P&gt;&lt;P&gt;and because of technical restrictions placed upon their use within ABAP/4 programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a pooled or cluster table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Secondary indexes cannot be created. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot use the ABAP/4 constructs select distinct or group by. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot use native SQL. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot specify field names after the order by clause. order by primary key is the only permitted variation. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 10:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T10:53:30Z</dc:date>
    <item>
      <title>Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282265#M496938</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 wanted to know the difference between Pool &amp;amp; Cluster tables?&lt;/P&gt;&lt;P&gt;While programming we use only Transparent tables,so whats the need for the existence of 3 different types of tables.&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282265#M496938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282266#M496939</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;Transparent Table: &lt;/P&gt;&lt;P&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;&lt;/P&gt;&lt;P&gt;Pooled Table: &lt;/P&gt;&lt;P&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;Cluster Table: &lt;/P&gt;&lt;P&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;&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;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp" target="test_blank"&gt;http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more info&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;&lt;A href="http://cma.zdnet.com/book/abap/ch03/ch03.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/ch03/ch03.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.techinterviews.com/?p=198" target="test_blank"&gt;http://www.techinterviews.com/?p=198&lt;/A&gt;&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282266#M496939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282267#M496940</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;  Pooled Table :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A pooled table in R/3 has a many-to-one&lt;/P&gt;&lt;P&gt;relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you look at a pooled table in R/3, you see a&lt;/P&gt;&lt;P&gt;description of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/3 uses table pools to hold a large number (tens to&lt;/P&gt;&lt;P&gt;thousands) of very small tables (about 10 to 100&lt;/P&gt;&lt;P&gt;rows each).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table pools reduce the amount of database resources&lt;/P&gt;&lt;P&gt;needed when many small tables have to be open at the&lt;/P&gt;&lt;P&gt;same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP uses them for system data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might create a table pool if you need to create&lt;/P&gt;&lt;P&gt;hundreds of small tables that each hold only a few&lt;/P&gt;&lt;P&gt;rows of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables are primarily used by SAP to hold&lt;/P&gt;&lt;P&gt;customizing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Table :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster table is similar to a pooled table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has a many-to-one relationship with a table in&lt;/P&gt;&lt;P&gt;the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many cluster tables are stored in a single table in&lt;/P&gt;&lt;P&gt;the database called a table cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It holds many tables within it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables it holds are all cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like pooled tables, cluster tables are another&lt;/P&gt;&lt;P&gt;proprietary SAP construct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are used to hold data from a few (approximately&lt;/P&gt;&lt;P&gt;2 to 10) very large tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They would be used when these tables have a part of&lt;/P&gt;&lt;P&gt;their primary keys in common, and if the data in&lt;/P&gt;&lt;P&gt;these tables are all accessed simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table clusters contain fewer tables than table pools&lt;/P&gt;&lt;P&gt;and, unlike table pools, the primary key of each&lt;/P&gt;&lt;P&gt;table within the table cluster begins with the same&lt;/P&gt;&lt;P&gt;field or fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster is advantageous in the case where data is&lt;/P&gt;&lt;P&gt;accessed from multiple tables simultaneously and&lt;/P&gt;&lt;P&gt;those tables have at least one of their primary key&lt;/P&gt;&lt;P&gt;fields in common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables reduce the number of database reads&lt;/P&gt;&lt;P&gt;and thereby improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled and cluster tables are usually used only by&lt;/P&gt;&lt;P&gt;SAP and not used by customers, probably because of&lt;/P&gt;&lt;P&gt;the proprietary format of these tables within the&lt;/P&gt;&lt;P&gt;database and because of technical restrictions&lt;/P&gt;&lt;P&gt;placed upon their use within ABAP/4 programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table can only be read and display via your&lt;/P&gt;&lt;P&gt;ABAP program.&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282267#M496940</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-18T10:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282268#M496941</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;Pooled table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A pooled table in R/3 has a many-to-one relationship with a table in the database.&lt;/P&gt;&lt;P&gt; For one table in the database, there are many tables in the R/3 Data Dictionary. &lt;/P&gt;&lt;P&gt;The table in the database has a different name than the tables in the DDIC, it has a different number of fields,&lt;/P&gt;&lt;P&gt; and the fields have different names as well. Pooled tables are an SAP proprietary construct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you look at a pooled table in R/3, you see a description of a table.&lt;/P&gt;&lt;P&gt; However, in the database, it is stored along with other pooled tables in a single table called a table pool. &lt;/P&gt;&lt;P&gt;A table pool is a database table with a special structure that enables the data of many R/3 tables to be stored within it.&lt;/P&gt;&lt;P&gt; It can only hold pooled tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/3 uses table pools to hold a large number (tens to thousands) of very small tables (about 10 to 100 rows each). Table pools reduce the amount of database resources needed when many small tables have to be open at the same time. SAP uses them for system data. You might create a table pool if you need to create hundreds of small tables that each hold only a few rows of data. To implement these small tables as pooled tables, you first create the definition of a table pool in R/3 to hold them all. When activated, an associated single table (the table pool) will be created in the database. You can then define pooled tables within R/3 and assign them all to your table pool.Pooled tables are primarily used by SAP to hold customizing data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cluster Table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A cluster table is similar to a pooled table. It has a many-to-one relationship with a table in the database.&lt;/P&gt;&lt;P&gt; Many cluster tables are stored in a single table in the database called a table cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table cluster is similar to a table pool. It holds many tables within it. The tables it holds are all cluster tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like pooled tables, cluster tables are another proprietary SAP construct. &lt;/P&gt;&lt;P&gt;They are used to hold data from a few (approximately 2 to 10) very large tables. &lt;/P&gt;&lt;P&gt;They would be used when these tables have a part of their primary keys in common,&lt;/P&gt;&lt;P&gt; and if the data in these tables are all accessed simultaneously. The data is stored logically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table clusters contain fewer tables than table pools and, unlike table pools, &lt;/P&gt;&lt;P&gt;the primary key of each table within the table cluster begins with the same field or fields. &lt;/P&gt;&lt;P&gt;Rows from the cluster tables are combined into a single row in the table cluster. &lt;/P&gt;&lt;P&gt;The rows are combined based on the part of the primary key they have in common. &lt;/P&gt;&lt;P&gt;Thus, when a row is read from any one of the tables in the cluster, &lt;/P&gt;&lt;P&gt;all related rows in all cluster tables are also retrieved, but only a single I/O is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster is advantageous in the case where data is accessed from multiple tables simultaneously &lt;/P&gt;&lt;P&gt;and those tables have at least one of their primary key fields in common. &lt;/P&gt;&lt;P&gt;Cluster tables reduce the number of database reads and thereby improve performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrictions on Pooled and Cluster Tables&lt;/P&gt;&lt;P&gt;Pooled and cluster tables are usually used only by SAP and not used by customers, &lt;/P&gt;&lt;P&gt;probably because of the proprietary format of these tables within the database &lt;/P&gt;&lt;P&gt;and because of technical restrictions placed upon their use within ABAP/4 programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a pooled or cluster table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Secondary indexes cannot be created. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot use the ABAP/4 constructs select distinct or group by. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot use native SQL. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You cannot specify field names after the order by clause. order by primary key is the only permitted variation. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282268#M496941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T10:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282269#M496942</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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;pooled tables&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A pooled table in R/3 has a many-to-one relationship with a table in the database . For one table in the database, there are many tables in the R/3 Data Dictionary. The table in the database has a different name than the tables in the DDIC, it has a different number of fields, and the fields have different names as well. Pooled tables are an SAP proprietary construct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cluster tables&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A cluster table is similar to a pooled table. It has a many-to-one relationship with a table in the database. Many cluster tables are stored in a single table in the database called a table cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282269#M496942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282270#M496943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please   go through in  the ABAP 21 Days book  it  was  simply superurb ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with  easy  explaination and  screen  flow  of difference b't   all the table  types..........&lt;/P&gt;&lt;P&gt;even screen  shots ..... in the   3  or 4 th  chapter ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 07:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282270#M496943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282271#M496944</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;A pooled table&amp;lt;/b&amp;gt; in R/3 has a many-to-one relationship&lt;/P&gt;&lt;P&gt;with a table in the database.  For one table in the&lt;/P&gt;&lt;P&gt;database, there are many tables in the R/3 Data&lt;/P&gt;&lt;P&gt;Dictionary. The table in the database has a different&lt;/P&gt;&lt;P&gt;name than the tables in the DDIC, it has a different&lt;/P&gt;&lt;P&gt;number of fields, and the fields have different names&lt;/P&gt;&lt;P&gt;as well. Pooled tables are an SAP proprietary&lt;/P&gt;&lt;P&gt;construct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;cluster table&amp;lt;/b&amp;gt; is similar to a pooled table. It has a&lt;/P&gt;&lt;P&gt;many-to-one relationship with a table in the database.&lt;/P&gt;&lt;P&gt;Many cluster tables are stored in a single table in&lt;/P&gt;&lt;P&gt;the database called a table cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info.&lt;/P&gt;&lt;P&gt;Check this URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm" target="test_blank"&gt;http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 08:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282271#M496944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282272#M496945</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;Pooled Tables, Table Pools, Cluster Tables, and Table Clusters:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These types of tables are not transparent in the sense that they are not legible or manageable directly using the underlying database system tools. They are managed from within the R/3 environment from the ABAP dictionary and also at runtime when they are loaded into application memory.Pool and cluster tables are logical tables. Physically, these logical tables are arranged as records of transparent tables. The pool and cluster tables are grouped together in other tables, which are of the transparent type. The tables that group together pool tables are known as table pools, or just pools; similarly, table clusters, or just&lt;/P&gt;&lt;P&gt;clusters, are the tables which group cluster tables.Not all operations that can be performed over transparent tables can be executed over pool or cluster tables.&lt;/P&gt;&lt;P&gt;For instance, you can manage these tables using Open SQL calls from ABAP, but not Native SQL.These tables are meant to be buffered and loaded in memory, because they are commonly used for storing internal control information and other types of data with no external (business) relevance. SAP recommends that tables of pool or cluster type be used exclusively for control information such as&lt;/P&gt;&lt;P&gt;program parameters, documentation, and so on. Transaction and application data should be stored in transparent tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and please go through these links,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/ch03/ch03.htm#TableClustersandClusterTables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tables.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.erpgenie.com/abap/tables.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282272#M496945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282273#M496946</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;Many people have answered you the use &amp;amp; what these tables are all about .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are few links to help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm" target="test_blank"&gt;http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/ch03/ch03.htm#TableClustersandClusterTables" target="test_blank"&gt;http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/ch03/ch03.htm#TableClustersandClusterTables&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tables.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/tables.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp" target="test_blank"&gt;http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp&lt;/A&gt;&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;&lt;A href="http://cma.zdnet.com/book/abap/ch03/ch03.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/ch03/ch03.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.techinterviews.com/?p=198" target="test_blank"&gt;http://www.techinterviews.com/?p=198&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Do Reward points.&lt;/P&gt;&lt;P&gt;All The Best&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282273#M496946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Pool &amp; Cluster tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282274#M496947</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;Pool Tables&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)      Many to One Relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)      Table in the Dictionary has the different name, different number of fields, and the fields have the different name as in the R3 Table definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)      It can hold only pooled tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;cluster Tables:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) These are logical tables that are arranged as records of transparent tables.&lt;/P&gt;&lt;P&gt;2) One cannot use Native SQL on these tables (only Open SQL). &lt;/P&gt;&lt;P&gt;3) They are not manageable directly using database system tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two table are used to store system data and onother for configural data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to fetch the data from DB table u need to go for trasperent tables only.&lt;/P&gt;&lt;P&gt;Bcoz transperent tables are one - one relation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 14:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-pool-cluster-tables/m-p/2282274#M496947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T14:19:43Z</dc:date>
    </item>
  </channel>
</rss>

