‎2006 Jun 09 7:24 AM
Hi Guys,
How to create the cluster table.
Thanks & Regards,
Suresh.
‎2006 Jun 09 7:46 AM
Hi Suresh,
For creating cluster tables first u have to create table pool ...
create a table and specify the fields and other tecnical settings and
then Goto <b>EXTRAS --> Change Table Category</b> and selct the Pooled table and activate it...
Then Create another table And specify the required fileds and also the settings and then <b>Goto EXTRAS --> Change Table Category</b> and selct the Cluaster table and in <b>Delivery and Maintainence</b> Properties mention the Pooled table that u created and activate it...
If any further required u r welcome...
Regards,
Sridha
Message was edited by: sridhar reddy kondam
‎2006 Jun 09 7:32 AM
‎2006 Jun 09 7:37 AM
Hi
check out the following link:
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm
Regards
Swathi
‎2006 Jun 09 7:39 AM
Hi,
Following is the step by step procedure.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm
Please reward for the same.
‎2006 Jun 09 7:40 AM
/people/udo.martens/blog/2006/02/16/own-logging-of-xi-messages
Copy a SAP cluster table like BSEG and change it.
Regards,
Wasim Ahmed
Message was edited by: Wasim Ahmed
‎2006 Jun 09 7:46 AM
Hi Suresh,
For creating cluster tables first u have to create table pool ...
create a table and specify the fields and other tecnical settings and
then Goto <b>EXTRAS --> Change Table Category</b> and selct the Pooled table and activate it...
Then Create another table And specify the required fileds and also the settings and then <b>Goto EXTRAS --> Change Table Category</b> and selct the Cluaster table and in <b>Delivery and Maintainence</b> Properties mention the Pooled table that u created and activate it...
If any further required u r welcome...
Regards,
Sridha
Message was edited by: sridhar reddy kondam
‎2006 Jun 09 8:44 AM
Dear Sridha,
thanks for your useful help.i have one more dought.
if i create cluster table it will ask table cluster.
how to create table cluster.
Thanks,
Suresh
‎2006 Jun 09 10:11 AM
Hi Suresh,
Yes first u have to create Table pool/cluster.. then cluster/pool tables..
Just goto SE11 .. UTILITIES --> Other Dictionary Objects
and selct and create accordingly...
Regards,
Sridhar
‎2006 Jun 09 8:07 AM
Procedure
In the initial screen of the ABAP Dictionary select object type Table, enter a table name and choose Create.
The field maintenance screen for the table is displayed. Table type Transparent table is set as default.
Make the necessary entries in the Short description and Delivery class fields on the Attributes tab page. Then define the fields of the table.
Proceed as when creating a transparent table. Save your entries.
Choose Extras ® Change table category.
A dialog box appears in which you have to select the table type Pooled table or Cluster table.
Choose Select.
You return to the field maintenance screen for the table. Field Pool/cluster name is displayed on the Attributes tab page in addition to the standard fields.
Enter the name of the table pool or table cluster to which you want to assign the pooled table or cluster table in field Pool/cluster name
Note that the total key length of a pooled table may not exceed the key length of the associated table pool. The key of a cluster table must correspond to the key of the associated table cluster.
Proceed as when creating a transparent table (see Creating Tables). Remember that you cannot create indexes for pooled or cluster tables.
All the attributes of the technical settings can be maintained for pooled tables and cluster tables. Before you can access these attributes, however, you must convert the table to a transparent table.