<?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 tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223894#M768898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster Table : Cluster tables are stored in table cluster.  Cluster tables can accessed by atleat 2 key fields. They can used to store  long text such as documentation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A many cluster table have many to one relationship  between appliation server to database. Data stored in cluster table is in RAW format which can not understand directly by SQL statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, we normally use the Function modules like 'READ_TEXT' , 'SAVE_TEXT' etc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EX:- STXL, STXH for scripts&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 09:45:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T09:45:42Z</dc:date>
    <item>
      <title>cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223889#M768893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell me some cluster tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 05:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223889#M768893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T05:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223890#M768894</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 are SAP properietry constuct.&lt;/P&gt;&lt;P&gt;they are used while integrating or installing SAP.&lt;/P&gt;&lt;P&gt;they have many to one one relationship with the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 07:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223890#M768894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223891#M768895</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; go and see in se16  tcode give the table name DD06l.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that we have sql tablename and sql class are there. in that system defined clustered and pool tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edidoc,cdcls,cvep1,cvep2 is the cluster table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 07:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223891#M768895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T07:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223892#M768896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example for  Cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;BSEG&lt;/STRONG&gt;    -  Accounting Document Segment&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PCDCLS&lt;/STRONG&gt; -  Cluster structure for change documents&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RFBLG&lt;/STRONG&gt;   -  Cluster for accounting document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster Table&lt;/STRONG&gt; :  Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data.  They can also be used to store temporary data or texts, such as documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A cluster table&lt;/STRONG&gt; have many to 1 relationship.  Cluster table are much more complex and you cannot display the data of a cluster table directly.  Cluster table have be read and display via your ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table cluster&lt;/STRONG&gt; is a special table type in ABAP dictionary. The data from different tables can be stored in a table cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A table cluster&lt;/STRONG&gt; should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous text such as documentation). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for creating cluster tables.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 01:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223892#M768896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T01:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223893#M768897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some cluster tables are BSEG, PCL1, PCL2, PCL3, PCL4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 14:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223893#M768897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T14:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223894#M768898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster Table : Cluster tables are stored in table cluster.  Cluster tables can accessed by atleat 2 key fields. They can used to store  long text such as documentation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A many cluster table have many to one relationship  between appliation server to database. Data stored in cluster table is in RAW format which can not understand directly by SQL statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, we normally use the Function modules like 'READ_TEXT' , 'SAVE_TEXT' etc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EX:- STXL, STXH for scripts&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 09:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3223894#M768898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T09:45:42Z</dc:date>
    </item>
  </channel>
</rss>

