<?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: Need help in cluster table concept in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939100#M942464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before creating cluster tables, we must create a table cluster first. Table cluster is a special table type in ABAP dictionary. The data from different tables can be stored in a table cluster. A table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous text such as documentation). Data of commercial relevance is usually stored in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for creation of cluster table check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://iorboaz.blogspot.com/2007/05/abap-create-cluster-table.html|http://iorboaz.blogspot.com/2007/05/abap-create-cluster-table.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 05:56:37 GMT</pubDate>
    <dc:creator>JoffyJohn</dc:creator>
    <dc:date>2008-06-04T05:56:37Z</dc:date>
    <item>
      <title>Need help in cluster table concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939098#M942462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in cluster table concept.&lt;/P&gt;&lt;P&gt;I have a table with 2 fields as name and text.&lt;/P&gt;&lt;P&gt;In field text i should be able to store longtext. It can be more than 5000 or 10000 chars of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In order to store that, can i give the domain for text field as &lt;/P&gt;&lt;P&gt;string. will that work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If that does not work, can i achieve through cluster table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Could you please tell me the steps to create cluster table   and also how to insert and select the data from cluster table.&lt;/P&gt;&lt;P&gt;Here, for me cluster table is to just store the longtext of above table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated and also awarded with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 22:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939098#M942462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T22:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in cluster table concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939099#M942463</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;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following link.&lt;/P&gt;&lt;P&gt;&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;reward if useful.&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;srishti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939099#M942463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in cluster table concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939100#M942464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before creating cluster tables, we must create a table cluster first. Table cluster is a special table type in ABAP dictionary. The data from different tables can be stored in a table cluster. A table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous text such as documentation). Data of commercial relevance is usually stored in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for creation of cluster table check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://iorboaz.blogspot.com/2007/05/abap-create-cluster-table.html|http://iorboaz.blogspot.com/2007/05/abap-create-cluster-table.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-cluster-table-concept/m-p/3939100#M942464</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-06-04T05:56:37Z</dc:date>
    </item>
  </channel>
</rss>

