‎2007 Feb 19 7:17 AM
It is said that Cluster table stores text. What text does it store? How can we read the text stored in cluster table? 2nd question is more important, please answer.
‎2007 Feb 19 7:20 AM
Hello,
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.
<b>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.</b>
To access cluster table:
http://fuller.mit.edu/hr/cluster_tables.html
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm
regards,
Beejal
**reward if this helps
‎2007 Feb 19 7:20 AM
Hello,
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.
<b>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.</b>
To access cluster table:
http://fuller.mit.edu/hr/cluster_tables.html
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm
regards,
Beejal
**reward if this helps
‎2007 Feb 19 7:21 AM
‎2007 Feb 19 7:27 AM
Hi Vineet,
Cluster tables contain continuous text, for example, documentation.
Several cluster tables can be combined to form a table cluster. Several
logical lines of different tables are combined to form a physical record
in this table type. This permits object-by-object storage or
object-by-object access. In order to combine tables in clusters, at
least parts of the keys must agree. Several cluster tables are stored in
one corresponding table on the database.
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.
Refer these links.
http://help.sap.com/saphelp_40b/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm
Regards,
Priyanka.