<?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 Cluster Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725213#M896592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Explain about Cluster tables and give me know anyCluster Tables names in SAP r/3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 13:27:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T13:27:58Z</dc:date>
    <item>
      <title>Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725213#M896592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Explain about Cluster tables and give me know anyCluster Tables names in SAP r/3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725213#M896592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725214#M896593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Cluster tables&lt;/STRONG&gt; - These are logical tables that are arranged as records of transparent tables. One cannot use Native SQL on these tables (only Open SQL). They are not manageable directly using database system tools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: BSEG Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725214#M896593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725215#M896594</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;Goto the table &lt;STRONG&gt;DD02L&lt;/STRONG&gt; and enter the field &lt;STRONG&gt;Tabclass&lt;/STRONG&gt; as TRANSP to get all transaparent tables,&lt;/P&gt;&lt;P&gt;CLUSTER to get all cluster tables and POOL to get the pooled tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the cluster tables present with the system are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEC&lt;/P&gt;&lt;P&gt;BSED&lt;/P&gt;&lt;P&gt;BSEG&lt;/P&gt;&lt;P&gt;BSES&lt;/P&gt;&lt;P&gt;BSET&lt;/P&gt;&lt;P&gt;BSSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below 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/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;/P&gt;&lt;P&gt;Edited by: Velangini Showry Maria Kumar Bandanadham on Apr 28, 2008 3:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725215#M896594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725216#M896595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From SAP Online Docs&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Data Clusters 


A data cluster is a group of several data objects. It can contain elementary fields, field strings and internal tables. 

You can write a data cluster to the global ABAP memory with EXPORT or read it from there with IMPORT. In addition, 
you can use the same statements to write to or read from a database table. 


Structure of a database table for storing data clusters 

The database table is divided into logically related areas, each identified by a two-character name. You can export 
a data cluster to one of these areas under a freely definable key and re-import it from there. 

A table suitable for exporting or importing data clusters must have a standardized structure which satisfies the following rules: 



If the table contains client-specific information, the first field must have the name MANDT (DD-Typ CLNT. 
The field RELID (Dictionary type CHAR, length 2) contains the area ID. 
These are followed by table-specific key fields which must all be of type CHAR. They contain the freely definable 
key of the data clusters. 
The field SRTF2 (Dictionary type INT4) is the last field in the key. Its values are assigned automatically through 
export/import operations. 
This is followed by any number of fields which are not affected by the EXPORT statement. You must assign values 
to these fields explicitly before an export. 
The data part ends with the fields CLUSTR (Dictionary type INT2) and CLUSTD (Dictionary type LRAW). Both fields 
are assigned values automatically through export/import operations. 


In addition, you should note the following points: 



The table should be transparent. 

It should only be buffered if changes are very rare. 



The table INDX can be considered as an example of a table that is suitable for storing data clusters (to view this, 
go into the ABAP/4 Dictionary, enter the table and select Dictionary &amp;amp;#8594; Tables &amp;amp;#8594; Display). It has the following structure: 

Field   Key  Type   Length  Short text 
------------------------------------------------------------ 
MANDT    x   CLNT      3    Client field 
RELID    x   CHAR      2    Area ID 
SRTFD    x   CHAR     22    User-defined key part 
SRTF2    x   INT4     10    Last key field 
LOEKZ        CHAR      1    Field to be explicitly specified 
SPERR        CHAR      1       "      "       "        " 
AEDAT        DATS      8       "      "       "        " 
USERA        CHAR     12       "      "       "        " 
PGMID        CHAR     40       "      "       "        " 
BEGDT        DATS      8       "      "       "        " 
ENDDT        DATS      8       "      "       "        " 
CLUSTR       INT2      5    Next to last data field 
CLUSTD       LRAW   2886    Last data field 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also See Documentation for IMPORT TO DATABASE and EXPORT TO DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Paul Chapman on Apr 28, 2008 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725216#M896595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725217#M896596</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;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFBLG it is a Cluster of tables and one of this table is the BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Cluster table has only the primary key and the other fields are in the other tables packed like BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Cluster RFBLG has the following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG, BSEC, BSED, BSES ans BSET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725217#M896596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725218#M896597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KOCLU &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 04:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/3725218#M896597</guid>
      <dc:creator>janewar</dc:creator>
      <dc:date>2016-06-08T04:40:58Z</dc:date>
    </item>
  </channel>
</rss>

