<?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 and INDX-type table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001676#M1344379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i thought, transparent table and cluster table are different in use.Transparent table  is used to hold application data where application data is the Master data or Transaction data used by an application. &lt;/P&gt;&lt;P&gt;whereas a table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). &lt;/P&gt;&lt;P&gt;Data of commercial relevance is usually stored in transparent tables.&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;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 04:28:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-06T04:28:24Z</dc:date>
    <item>
      <title>Difference between Cluster table and INDX-type table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001675#M1344378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read a lot about &lt;STRONG&gt;table Clusters&lt;/STRONG&gt; and &lt;STRONG&gt;INDX-type&lt;/STRONG&gt; tables (databases), like table &lt;EM&gt;PCL1, PCL2&lt;/EM&gt; .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are used to store &lt;EM&gt;data clusters&lt;/EM&gt; , but I am trying to uderstand why first one is defined as &lt;STRONG&gt;cluster table type&lt;/STRONG&gt; in Dictionary, whereas the second as &lt;STRONG&gt;transparent table&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that both differs in structure (which is predefined for them). But here is some confusion:&lt;/P&gt;&lt;P&gt;Why SAP distinguished b/w cluster tables and INDX-type tables if they are used to store similar data type (RAW or LRAW), i.e. why PCL2 table can't be of cluster table type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe cluster tables are solely used to group logically connected transparent tables? But what therefore we need the latter for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your opinion&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 10:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001675#M1344378</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table and INDX-type table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001676#M1344379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i thought, transparent table and cluster table are different in use.Transparent table  is used to hold application data where application data is the Master data or Transaction data used by an application. &lt;/P&gt;&lt;P&gt;whereas a table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). &lt;/P&gt;&lt;P&gt;Data of commercial relevance is usually stored in transparent tables.&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;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 04:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001676#M1344379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T04:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table and INDX-type table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001677#M1344380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Archana for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the general difference b/w transparent and cluster tables. I was rather curious about &lt;STRONG&gt;INDX-type&lt;/STRONG&gt; transparent tables which has specific structure, but I don't exactly get the role they play in storing data. If there are cluster tables (which can store RAW data, so why do we need INDX tables for? ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think also confusing is naming used here. We distinguish&lt;/P&gt;&lt;P&gt;- cluster tables &lt;/P&gt;&lt;P&gt;- data clusters which are stored in INDX-type tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So both tell about clusters, apparently name &lt;STRONG&gt;cluster&lt;/STRONG&gt; would denote bundled data which is compressed and stored as RAW data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if this is correct understanding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 07:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001677#M1344380</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-06T07:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table and INDX-type table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001678#M1344381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;after reading several things about indx and cluster tables i came to the conclusion that : &lt;/P&gt;&lt;P&gt;1. indx tables are basically being used for storing data clusters : like we can store elementary fields, structures and tables in indx table .&lt;/P&gt;&lt;P&gt;2. whereas cluster tables are used for storing table clusters ... so this means that they are specially being used to store only several different tables .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is also a method to store data clusters ... which the abap guys use it... like export statement .... so i think that to store many values keeping and in mind about the restriction of abap memory / shared mem they must have came with this indx table for storing the data clusters separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Punit Raval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001678#M1344381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Cluster table and INDX-type table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001679#M1344382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Punit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. indx tables are basically being used for storing data clusters : like we can store elementary fields, structures and tables in indx table .&lt;/P&gt;&lt;P&gt;2. whereas cluster tables are used for storing table clusters ... so this means that they are specially being used to store only several different tables ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You brought me great thing to my mind, the purpose would be as you say that different object types can be stored in both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is also a method to store data clusters ... which the abap guys use it... like export statement .... so i think that to store many values keeping and in mind about the restriction of abap memory / shared mem they must have came with this indx table for storing the data clusters separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And this is what I wanted to hear. I just realized that using EXPORT ... TO MEMORY ID 'MY_ID' we in fact are addressing clusters directly in the memory. This is because the cluster is kind of area identified by some id (here &lt;STRONG&gt;MY_ID&lt;/STRONG&gt; identifies this area where we can store different kind of objects). And as you say INDX-type tables just easies handling that objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last thing which I came conclusion to, is that SAP designers may wanted to give a relief to Application Server (by storing cluster data in memory) and decided to move that to DB -&amp;gt; hence create INDX-type tables. The way we are addressing both has changed slighty, but technical solution behid this differs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for giving me this idea:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 11:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-cluster-table-and-indx-type-table/m-p/6001679#M1344382</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-06T11:18:12Z</dc:date>
    </item>
  </channel>
</rss>

