<?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? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583087#M262970</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;Several logical data records from different cluster tables can be stored together in one physical&lt;/P&gt;&lt;P&gt;record in a table cluster.&lt;/P&gt;&lt;P&gt;A cluster key consists of a series of freely definable key fields and a field (Pageno) for&lt;/P&gt;&lt;P&gt;distinguishing continuation records. A cluster also contains a long field (Vardata) that contains&lt;/P&gt;&lt;P&gt;the contents of the data fields of the cluster tables for this key. If the data does not fit into the long&lt;/P&gt;&lt;P&gt;field, continuation records are created. Control information on the structure of the data string is&lt;/P&gt;&lt;P&gt;still written at the beginning of the Vardata field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records of all cluster tables with the same key are stored under one key in the assigned table&lt;/P&gt;&lt;P&gt;cluster. The values of the key fields are stored in the corresponding key fields of the table cluster.&lt;/P&gt;&lt;P&gt;The values of all data fields of the assigned cluster tables are written as a string to the Vardata&lt;/P&gt;&lt;P&gt;field of the table cluster. Besides the actual data values, the data string contains information on&lt;/P&gt;&lt;P&gt;the structure of the data and which table it comes from. If the string exceeds the maximum length&lt;/P&gt;&lt;P&gt;of the Vardata field, a continuation record is written with the same key values. The continuation&lt;/P&gt;&lt;P&gt;records for a key are distinguished by their value in field Pageno. The actual length of the string&lt;/P&gt;&lt;P&gt;in the Vardata field is stored in the Pagelg field by the database interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the structural information stored in the ABAP Dictionary to read the data from a pooled&lt;/P&gt;&lt;P&gt;table or cluster table correctly. These tables can therefore only be processed using Open SQL&lt;/P&gt;&lt;P&gt;with the cluster interface, and not with Native SQL directly in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2006 15:42:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-18T15:42:16Z</dc:date>
    <item>
      <title>Cluster table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583085#M262968</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;How is data stored in a cluster table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 15:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583085#M262968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T15:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583086#M262969</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;  Check this Definition...&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.     &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 type. 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 parts 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;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 15:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583086#M262969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T15:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583087#M262970</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;Several logical data records from different cluster tables can be stored together in one physical&lt;/P&gt;&lt;P&gt;record in a table cluster.&lt;/P&gt;&lt;P&gt;A cluster key consists of a series of freely definable key fields and a field (Pageno) for&lt;/P&gt;&lt;P&gt;distinguishing continuation records. A cluster also contains a long field (Vardata) that contains&lt;/P&gt;&lt;P&gt;the contents of the data fields of the cluster tables for this key. If the data does not fit into the long&lt;/P&gt;&lt;P&gt;field, continuation records are created. Control information on the structure of the data string is&lt;/P&gt;&lt;P&gt;still written at the beginning of the Vardata field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records of all cluster tables with the same key are stored under one key in the assigned table&lt;/P&gt;&lt;P&gt;cluster. The values of the key fields are stored in the corresponding key fields of the table cluster.&lt;/P&gt;&lt;P&gt;The values of all data fields of the assigned cluster tables are written as a string to the Vardata&lt;/P&gt;&lt;P&gt;field of the table cluster. Besides the actual data values, the data string contains information on&lt;/P&gt;&lt;P&gt;the structure of the data and which table it comes from. If the string exceeds the maximum length&lt;/P&gt;&lt;P&gt;of the Vardata field, a continuation record is written with the same key values. The continuation&lt;/P&gt;&lt;P&gt;records for a key are distinguished by their value in field Pageno. The actual length of the string&lt;/P&gt;&lt;P&gt;in the Vardata field is stored in the Pagelg field by the database interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the structural information stored in the ABAP Dictionary to read the data from a pooled&lt;/P&gt;&lt;P&gt;table or cluster table correctly. These tables can therefore only be processed using Open SQL&lt;/P&gt;&lt;P&gt;with the cluster interface, and not with Native SQL directly in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 15:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583087#M262970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583088#M262971</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;Go to transaction ABAPDOCU and press the CNTRL + F8. Enter the text CLUSTER TABLE and press enter. Now you can read about it's usage and storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 15:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/1583088#M262971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T15:42:33Z</dc:date>
    </item>
  </channel>
</rss>

