<?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: pooltable and cluster tables with example in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959514#M67052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;   One interviewer asked me about the pool table and cluster table. what is pool table and cluster table.&lt;/P&gt;&lt;P&gt;what is exact usage of pool and cluster table. As well, i want to know the table examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2005 10:37:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-23T10:37:48Z</dc:date>
    <item>
      <title>Re: pooltable and cluster tables with example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959514#M67052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;   One interviewer asked me about the pool table and cluster table. what is pool table and cluster table.&lt;/P&gt;&lt;P&gt;what is exact usage of pool and cluster table. As well, i want to know the table examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 10:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959514#M67052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: pooltable and cluster tables with example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959515#M67053</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 Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables physically present in the DB Server as in the Application Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Pools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is stored as a table pool in the database server which consists of&lt;/P&gt;&lt;P&gt;all the (physical) records from the tables present in that particular table pool.&lt;/P&gt;&lt;P&gt;Technically, The table name and the field name are the key fields in case&lt;/P&gt;&lt;P&gt;of pooled tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Clusters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical data records from different tables are stored as single PHYSICAL record&lt;/P&gt;&lt;P&gt;in the table clusters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically. There can be n number keys (usually generated by the system )  for a&lt;/P&gt;&lt;P&gt;record in a cluster table and field called pageno is used to track the continuation&lt;/P&gt;&lt;P&gt;of the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOTH TABLE POOLS AND TABLE CLUSTERS ARE NOT PHYSICALLY AVAILABLE IN THE DB SERVER&lt;/P&gt;&lt;P&gt;BUT THEY ARE LOGICALLY POOLED OR CLUSTERED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 10:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959515#M67053</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-08-23T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: pooltable and cluster tables with example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959516#M67054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For internal purposes, such as storing control data or update texts, there are in addition the following table categories:&lt;/P&gt;&lt;P&gt;Pooled table&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.&lt;/P&gt;&lt;P&gt;RFBLG (BSEC, BSED, BSEG, BSES, BSET )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More examples you can see in table DD02L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 10:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959516#M67054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: pooltable and cluster tables with example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959517#M67055</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;Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). All data of commercial relevance is stored exclusively in transparent tables!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Pools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table in the database in which all records from the pooled tables assigned to the table pool are stored corresponds to a table pool.&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;&lt;/P&gt;&lt;P&gt;Table Clusters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several logical data records from different cluster tables can be stored together in one physical record in a table cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster key consists of a series of freely definable key fields and a field (Pageno) for distinguishing continuation records. A cluster also contains a long field (Vardata) that contains the contents of the data fields of the cluster tables for this key. If the data does not fit into the long field, continuation records are created. Control information on the structure of the data string is still written at the beginning of the Vardata field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 11:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-pooltable-and-cluster-tables-with-example/m-p/959517#M67055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T11:17:22Z</dc:date>
    </item>
  </channel>
</rss>

