<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227009#M769696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read a lot of documentation about Pooled &amp;amp; Cluster tables. I saw this accidentally but the information you gave is very useful than any docs that I have read before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eswar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2007 06:05:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-31T06:05:30Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227006#M769693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can u differentiate or identify the data of cluster n pooled tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 09:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227006#M769693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227007#M769694</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;goto the tcode se16 and give the table name DD06L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that we have the clustered and pooled tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooled tables doesnt maintain a primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as clustered tables maintain primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points, it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227007#M769694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227008#M769695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Pooled table&lt;/STRONG&gt; is an integration of two or more tables .it enhances efficiency by reducing time of search by &lt;STRONG&gt;binary search.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster table&lt;/STRONG&gt;  is similar to pooled but all the tables  clustered will have &lt;STRONG&gt;similar primary key&lt;/STRONG&gt;.&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;Table Clusters 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;&lt;STRONG&gt;A cluster key&lt;/STRONG&gt; 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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Examples&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pool tables are: A005,A001&lt;/P&gt;&lt;P&gt;Cluster table:BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227008#M769695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227009#M769696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read a lot of documentation about Pooled &amp;amp; Cluster tables. I saw this accidentally but the information you gave is very useful than any docs that I have read before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eswar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 06:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227009#M769696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T06:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227010#M769697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this might help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the table types used in SAP :&lt;/P&gt;&lt;P&gt;Transparent Tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a physical table on the database for each transparent table. &lt;/P&gt;&lt;P&gt;The names of the physical table and the logical table definition in the&lt;/P&gt;&lt;P&gt;ABAP/4 Dictionary agree. All the business and application data is store&lt;/P&gt;&lt;P&gt;in transparent tables. &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;Pooled tables can be used to store control data (e.g. screen sequences,&lt;/P&gt;&lt;P&gt;program parameters or temporary data). Several pooled tables can be&lt;/P&gt;&lt;P&gt;combined to form a table pool. The table pool corresponds to a physical&lt;/P&gt;&lt;P&gt;table on the database in which all the records of the allocated pooled&lt;/P&gt;&lt;P&gt;tables are stored.&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;Cluster tables contain continuous text, for example documentation.&lt;/P&gt;&lt;P&gt;Several cluster tables can be combined to form a table cluster. Several&lt;/P&gt;&lt;P&gt;logical lines of different tables are combined to form a physical record&lt;/P&gt;&lt;P&gt;in this table category. This permits object-by-object storage or&lt;/P&gt;&lt;P&gt;object-by-object access. In order to combine tables in clusters, at&lt;/P&gt;&lt;P&gt;least part of the keys must agree. Several cluster tables are stored in&lt;/P&gt;&lt;P&gt;one corresponding table on the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I. Transparent tables (BKPF, VBAK, VBAP, KNA1, COEP)&lt;/P&gt;&lt;P&gt;Allows secondary indexes (SE11-&amp;gt;Display Table-&amp;gt;Indexes)&lt;/P&gt;&lt;P&gt;Can be buffered (SE11-&amp;gt;Display Table-&amp;gt;technical settings) Heavily updated tables should not be buffered.&lt;/P&gt;&lt;P&gt;II. 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;III. 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. Performing an operation on multiple rows is more efficient than single row operations. Therefore you still want to select into an internal table. If many rows are being selected into the internal table, 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;IV. Buffered Tables (includes both Transparent &amp;amp; Pool Tables)&lt;/P&gt;&lt;P&gt;While buffering database tables in program memory (SELECT into internal table) is generally a good idea for performance, it is not always necessary. Some tables are already buffered in memory. These are mostly configuration tables. If a table is already buffered, then a select statement against it is very fast. To determine if a table is buffered, choose the 'technical settings' soft button from the data dictionary display of a table (SE12). Pool tables should all be buffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables Documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Hema Sundara.&lt;/P&gt;&lt;P&gt;pls give points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 11:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3227010#M769697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T11:28:27Z</dc:date>
    </item>
  </channel>
</rss>

