<?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/2147096#M453013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,GUYS&lt;/P&gt;&lt;P&gt;         thanks for your information.&lt;/P&gt;&lt;P&gt;                qiuguo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 05:54:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-30T05:54:46Z</dc:date>
    <item>
      <title>cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147092#M453009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, GUYS&lt;/P&gt;&lt;P&gt;     can anyone give me some reference about the cluster table? i have known that they are quite different from the transparent table in the database. but what's the storage architecture of them in the database, and how can we  retrieve the data entry from them? for example ,the PAYROLL data in HR.&lt;/P&gt;&lt;P&gt;     thanks in advance.&lt;/P&gt;&lt;P&gt;     qiuguo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147092#M453009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147093#M453010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Cluster tables combine the data from several tables with identical (or almost identical) keys into one physical record on the database.&lt;/P&gt;&lt;P&gt;Data is written to a database in compressed form. &lt;/P&gt;&lt;P&gt;Retrieval of data is very fast if the primary key is known. &lt;/P&gt;&lt;P&gt;Cluster tables are defined in the data dictionary as transparent tables. &lt;/P&gt;&lt;P&gt;External programs can NOT interpret the data in a cluster table. &lt;/P&gt;&lt;P&gt;Special language elements EXPORT TO DATABASE, IMPORT TO DATABASE and DELETE  FROM DATABASE are used to process data in the cluster tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info chk this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://fuller.mit.edu/hr/cluster_tables.html" target="test_blank"&gt;http://fuller.mit.edu/hr/cluster_tables.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147093#M453010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147094#M453011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Cluster Table also appears like Transparent table but consists of huge data, so consumes more time to fetch the records from it.&lt;/P&gt;&lt;P&gt;You can't join it with other tables to fetch the data.(BSEG in FI, KONV  table for pricing are clusters)&lt;/P&gt;&lt;P&gt;in HR all PCL1, PCL2, 3  are clusters of similar type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147094#M453011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147095#M453012</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;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 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;creating a cluster table.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21f0b7446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21f0b7446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following is the step by step procedure.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access cluster table:&lt;/P&gt;&lt;P&gt;&lt;A href="http://fuller.mit.edu/hr/cluster_tables.html" target="test_blank"&gt;http://fuller.mit.edu/hr/cluster_tables.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2409635"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="772893"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1556605"&gt;&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;&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, 30 Mar 2007 05:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147095#M453012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147096#M453013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,GUYS&lt;/P&gt;&lt;P&gt;         thanks for your information.&lt;/P&gt;&lt;P&gt;                qiuguo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147096#M453013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147097#M453014</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;Please see into the attatched link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help u understand the clusters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/5d/06c29df49911d1a12f080009d6dc5a/frameset.htm"&amp;gt;http://help.sap.com/saphelp_47x200/helpdata/en/5d/06c29df49911d1a12f080009d6dc5a/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 06:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147097#M453014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T06:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: cluster  table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147098#M453015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the payroll cluster by using function module PYXX_GET_RELID_FROM_PERNR, after getting the relid and molga ,and import the molga to the  function module &amp;lt;b&amp;gt;cu_read_rgdir&amp;lt;/b&amp;gt;, in cu_read_rgdir just check the payroll period &lt;/P&gt;&lt;P&gt;and read the payroll result by using the function module PYXX_READ_PAYROLL_RESULT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 06:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-table/m-p/2147098#M453015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T06:34:05Z</dc:date>
    </item>
  </channel>
</rss>

