<?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 Cluster table &amp; Pooled Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840130#M357121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First thing to understand is this that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either Pooled data, or cluster Data.&lt;/P&gt;&lt;P&gt;Both have SOME PHYSICAL table in the database.&lt;/P&gt;&lt;P&gt;(The table name will be different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. POOL TABLE &lt;/P&gt;&lt;P&gt;Suppose we have 15 different&lt;/P&gt;&lt;P&gt;tables in ABAP Dictionary &lt;/P&gt;&lt;P&gt;and only 1 table in physcial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the data of all these 15 tables&lt;/P&gt;&lt;P&gt;will be stored in the 1 physical table.&lt;/P&gt;&lt;P&gt;(it will be stored in a raw data format,&lt;/P&gt;&lt;P&gt;but it will be provided to the programs&lt;/P&gt;&lt;P&gt;in a structured way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This concept is called POOL.&lt;/P&gt;&lt;P&gt;If all these 15 tables have 10 records each,&lt;/P&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;In the poooled table there will be&lt;/P&gt;&lt;P&gt;15 x 10 = 150 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record of the physical table&lt;/P&gt;&lt;P&gt;contains, &lt;/P&gt;&lt;P&gt;name of the table&lt;/P&gt;&lt;P&gt;Primary key value of the table&lt;/P&gt;&lt;P&gt;so that to identify the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. CLUSTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a cluster table,&lt;/P&gt;&lt;P&gt;there is 1 physical table.&lt;/P&gt;&lt;P&gt;Each record contains a RAW Data.&lt;/P&gt;&lt;P&gt;The format of raw data is such&lt;/P&gt;&lt;P&gt;that it contains (NESTED DEEP STRUCTURE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;this raw data of 1 record,&lt;/P&gt;&lt;P&gt;contains data of many INTERNAL TABLES.&lt;/P&gt;&lt;P&gt;(These tables are just defined as structure&lt;/P&gt;&lt;P&gt;in database dictionary so that its definition&lt;/P&gt;&lt;P&gt;is there while saving and extracting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. &lt;/P&gt;&lt;P&gt;Salary of 1 employee, 1 month&lt;/P&gt;&lt;P&gt;will have 1 record in database table.&lt;/P&gt;&lt;P&gt;But this 1 record raw data will contain&lt;/P&gt;&lt;P&gt;information about these many internal tables.&lt;/P&gt;&lt;P&gt;Company data&lt;/P&gt;&lt;P&gt;salary figures&lt;/P&gt;&lt;P&gt;bank figures data&lt;/P&gt;&lt;P&gt;Provident fund data&lt;/P&gt;&lt;P&gt;etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget ot reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 05:12:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T05:12:03Z</dc:date>
    <item>
      <title>Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840125#M357116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any give a right difference between cluster and pooled table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840125#M357116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840126#M357117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOr Tables&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;/P&gt;&lt;P&gt;For Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;Pooled Tables, Table Pools, Cluster Tables, and Table Clusters&amp;lt;/b&amp;gt;&lt;/EM&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;EM&gt;&amp;lt;b&amp;gt;Table Pools&amp;lt;/b&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;From the point of view of the underlying DBMS as from the point of view of the ABAP dictionary, a table pool is a transparent table containing a group of pooled tables which, when created, were  assigned to this table pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field              Type                Description&lt;/P&gt;&lt;P&gt;TABNAME CHAR(10)   Table                 name&lt;/P&gt;&lt;P&gt;VARKEY CHAR(n)    Maximum key length n =&amp;lt; 110&lt;/P&gt;&lt;P&gt;DATALN INT2(5) Length of the VARDATA record returned&lt;/P&gt;&lt;P&gt;VARDATA RAW(m) Maximum length of the data varies according to DBMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;Table Clusters&amp;lt;/b&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly to pooled tables, cluster tables are logical tables which, when created, are assigned to a table cluster. Therefore, a table cluster, or just cluster, groups together several tables of type clusters.Several logical rows from different cluster tables are brought together in a single physical record. The records&lt;/P&gt;&lt;P&gt;from the cluster tables assigned to a cluster are thus stored in a single common table in the database.A cluster contains a transparent cluster key which must be located at the start of the key of all logical cluster tables to be included in the cluster. As well, a cluster contains a long field (VARDATA), which contains the&lt;/P&gt;&lt;P&gt;data of the cluster tables for this key. If the data does not fit into a field, continuation records are created.&lt;/P&gt;&lt;P&gt;Field Type Description&lt;/P&gt;&lt;P&gt;CLKEY1 CHAR(*) First key fields&lt;/P&gt;&lt;P&gt;CLKEY2 CHAR(*) Second key field&lt;/P&gt;&lt;P&gt;CLKEYN CHAR(*) nth key field&lt;/P&gt;&lt;P&gt;PAGENO INT2(5) Number of the next page&lt;/P&gt;&lt;P&gt;TIMESTMP CHAR(14) Time stamp&lt;/P&gt;&lt;P&gt;PAGELG INT2(5) Length of the VARDATA record returned&lt;/P&gt;&lt;P&gt;VARDATA RAW(*) Maximum length of the data section; varies according to database system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;Working with Tables&amp;lt;/b&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The dictionary includes many functions for working with tables. There are five basic operations you can perform on tables: display, create, delete, modify, copy. Please do not confuse displaying a  table with displaying the table entries (table contents). In order to display a table, it must previously exist; otherwise the system will display an  error message in the status bar. For the following example, the table TABNA is used. To display this table, from the main dictionary screen, enter the table name in the Object name &lt;/P&gt;&lt;P&gt;input field with the radio button selected next to Tables. Then, click on the Display button at the bottom of the screen, or press the F7 function key,  or, alternatively,&lt;/P&gt;&lt;P&gt;select Dictionary object Display from the menu.&lt;/P&gt;&lt;P&gt;In this screen, you can see table information such as&lt;/P&gt;&lt;P&gt;¨ Table type, shown next to the name of the object. In the example, it is a transparent table.&lt;/P&gt;&lt;P&gt;¨ Short text description.&lt;/P&gt;&lt;P&gt;¨ Name of the user who made the last change, and the date of the change.&lt;/P&gt;&lt;P&gt;¨ Master language.&lt;/P&gt;&lt;P&gt;¨ Table status. On the screen, you can see this table is saved and active.&lt;/P&gt;&lt;P&gt;¨ Development class. For information on development classes, refer to Chap. 6.&lt;/P&gt;&lt;P&gt;Delivery class, which sets the maintenance group for the table. It controls how tables will behave during client copy procedures, upgrades, and so forth.¨ &lt;/P&gt;&lt;P&gt;Tab. Maint. Allowed flag, which indicates whether you can generate a screen for maintaining table entries.&lt;/P&gt;&lt;P&gt;¨Then, on the lower part of the screen, you can see the table fields with all associated characteristics such as:&lt;/P&gt;&lt;P&gt;¨ Field name.&lt;/P&gt;&lt;P&gt;¨ Key indicator. When set, this field is the primary key, or part of it.&lt;/P&gt;&lt;P&gt;¨ Data element.&lt;/P&gt;&lt;P&gt;¨ Basic data type.&lt;/P&gt;&lt;P&gt;¨ Length.&lt;/P&gt;&lt;P&gt;¨ Check table.&lt;/P&gt;&lt;P&gt;¨ Short text, describing the field.&lt;/P&gt;&lt;P&gt;Additional information about the table can be displayed by selecting the corresponding functions from the menu or directly from the application toolbar, such as keys, indexes, or technical settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji &lt;/P&gt;&lt;P&gt;**Rewards for helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840126#M357117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840127#M357118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vighnesh  , &lt;/P&gt;&lt;P&gt;  A major diffrence between the two is in case of cluster tables there must be some relationship ( a common filed) between the tables which form the cluster , but this is not required in case of Pool tables.&lt;/P&gt;&lt;P&gt;Second is cluster table store very large volume of data , where as pooltables are usually creeted by pooling together those table where the volume of data and modification/updates to data is less.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840127#M357118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840128#M357119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiiiii&lt;/P&gt;&lt;P&gt;3rd difference is poole n transparent table has buffer while cluster don't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840128#M357119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840129#M357120</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;1. First thing to understand is this that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either Pooled data, or cluster Data.&lt;/P&gt;&lt;P&gt;Both have SOME PHYSICAL table in the database.&lt;/P&gt;&lt;P&gt;(The table name will be different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. POOL TABLE &lt;/P&gt;&lt;P&gt;Suppose we have 15 different&lt;/P&gt;&lt;P&gt;tables in ABAP Dictionary &lt;/P&gt;&lt;P&gt;and only 1 table in physcial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the data of all these 15 tables&lt;/P&gt;&lt;P&gt;will be stored in the 1 physical table.&lt;/P&gt;&lt;P&gt;(it will be stored in a raw data format,&lt;/P&gt;&lt;P&gt;but it will be provided to the programs&lt;/P&gt;&lt;P&gt;in a structured way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This concept is called POOL.&lt;/P&gt;&lt;P&gt;If all these 15 tables have 10 records each,&lt;/P&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;In the poooled table there will be&lt;/P&gt;&lt;P&gt;15 x 10 = 150 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record of the physical table&lt;/P&gt;&lt;P&gt;contains, &lt;/P&gt;&lt;P&gt;name of the table&lt;/P&gt;&lt;P&gt;Primary key value of the table&lt;/P&gt;&lt;P&gt;so that to identify the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. CLUSTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a cluster table,&lt;/P&gt;&lt;P&gt;there is 1 physical table.&lt;/P&gt;&lt;P&gt;Each record contains a RAW Data.&lt;/P&gt;&lt;P&gt;The format of raw data is such&lt;/P&gt;&lt;P&gt;that it contains (NESTED DEEP STRUCTURE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;this raw data of 1 record,&lt;/P&gt;&lt;P&gt;contains data of many INTERNAL TABLES.&lt;/P&gt;&lt;P&gt;(These tables are just defined as structure&lt;/P&gt;&lt;P&gt;in database dictionary so that its definition&lt;/P&gt;&lt;P&gt;is there while saving and extracting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. &lt;/P&gt;&lt;P&gt;Salary of 1 employee, 1 month&lt;/P&gt;&lt;P&gt;will have 1 record in database table.&lt;/P&gt;&lt;P&gt;But this 1 record raw data will contain&lt;/P&gt;&lt;P&gt;information about these many internal tables.&lt;/P&gt;&lt;P&gt;Company data&lt;/P&gt;&lt;P&gt;salary figures&lt;/P&gt;&lt;P&gt;bank figures data&lt;/P&gt;&lt;P&gt;Provident fund data&lt;/P&gt;&lt;P&gt;etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840129#M357120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840130#M357121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First thing to understand is this that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either Pooled data, or cluster Data.&lt;/P&gt;&lt;P&gt;Both have SOME PHYSICAL table in the database.&lt;/P&gt;&lt;P&gt;(The table name will be different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. POOL TABLE &lt;/P&gt;&lt;P&gt;Suppose we have 15 different&lt;/P&gt;&lt;P&gt;tables in ABAP Dictionary &lt;/P&gt;&lt;P&gt;and only 1 table in physcial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the data of all these 15 tables&lt;/P&gt;&lt;P&gt;will be stored in the 1 physical table.&lt;/P&gt;&lt;P&gt;(it will be stored in a raw data format,&lt;/P&gt;&lt;P&gt;but it will be provided to the programs&lt;/P&gt;&lt;P&gt;in a structured way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This concept is called POOL.&lt;/P&gt;&lt;P&gt;If all these 15 tables have 10 records each,&lt;/P&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;In the poooled table there will be&lt;/P&gt;&lt;P&gt;15 x 10 = 150 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record of the physical table&lt;/P&gt;&lt;P&gt;contains, &lt;/P&gt;&lt;P&gt;name of the table&lt;/P&gt;&lt;P&gt;Primary key value of the table&lt;/P&gt;&lt;P&gt;so that to identify the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. CLUSTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a cluster table,&lt;/P&gt;&lt;P&gt;there is 1 physical table.&lt;/P&gt;&lt;P&gt;Each record contains a RAW Data.&lt;/P&gt;&lt;P&gt;The format of raw data is such&lt;/P&gt;&lt;P&gt;that it contains (NESTED DEEP STRUCTURE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;this raw data of 1 record,&lt;/P&gt;&lt;P&gt;contains data of many INTERNAL TABLES.&lt;/P&gt;&lt;P&gt;(These tables are just defined as structure&lt;/P&gt;&lt;P&gt;in database dictionary so that its definition&lt;/P&gt;&lt;P&gt;is there while saving and extracting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. &lt;/P&gt;&lt;P&gt;Salary of 1 employee, 1 month&lt;/P&gt;&lt;P&gt;will have 1 record in database table.&lt;/P&gt;&lt;P&gt;But this 1 record raw data will contain&lt;/P&gt;&lt;P&gt;information about these many internal tables.&lt;/P&gt;&lt;P&gt;Company data&lt;/P&gt;&lt;P&gt;salary figures&lt;/P&gt;&lt;P&gt;bank figures data&lt;/P&gt;&lt;P&gt;Provident fund data&lt;/P&gt;&lt;P&gt;etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget ot reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840130#M357121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840131#M357122</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;cluster table :&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster table has many to 1 relationship...&lt;/P&gt;&lt;P&gt;A few tables in the R/3 DDIC .. but only one table in DATABASE...&lt;/P&gt;&lt;P&gt;And i think cluster tables shud have atleast one primary key in common &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table are much more complex and you cannot display the data of a cluster table directly....&lt;/P&gt;&lt;P&gt;Cluster table have to be read and displayed via your ABAP program... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the cluster behind a cluster table, just go to the attributes of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or go thro these information i got abt cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table cluster is used to combine several tables. In the process several lines from different tables are combined in a single record. The records of all tables combined in a table cluster are stored in one table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster contains a transparent cluster key which must be the first part of the key of all tables assigned to the cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table cluster also has a long field which contains the data from the tables on this key. If the data does not fit into this field, continuation records are created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pool table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(i found these details by searching the net)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The definition of a pool consists essentially of two key fields (Tabname and Varkey) and a long argument field (Vardata). &lt;/P&gt;&lt;P&gt;Example : Pool table : MDTC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example for cluster table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG is a cluster table consisting data from tables&lt;/P&gt;&lt;P&gt;BSID,BSAD,BSIS,BSAS,BSIK,BSAK which all are transperent tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if u find my asnwers useful...&lt;/P&gt;&lt;P&gt;all the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840131#M357122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table &amp; Pooled Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840132#M357123</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;refer this link &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 18:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-pooled-table/m-p/1840132#M357123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T18:57:12Z</dc:date>
    </item>
  </channel>
</rss>

