Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a cluster table and cluster view?

Former Member
0 Kudos
1,056

Hi,

Can anyone guide me in creation of cluster table in general and also creation of cluster view?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
264

HI,

1. [How to create cluster table|]

2. [How to create View Cluster |]

8 REPLIES 8

Former Member
0 Kudos
264

hi,

use th following thread

Regards

Jay

Former Member
0 Kudos
264

Check this [link>>>|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]

~Satya

Former Member
0 Kudos
264

Hi,

[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]

[http://iorboaz.blogspot.com/2007/05/abap-create-cluster-table.html]

In this link check 4th point for cluster view........

[http://www.google.co.in/search?hl=en&q=createaclusterviewin+abap&btnG=Search&meta=]

Former Member
0 Kudos
265

HI,

1. [How to create cluster table|]

2. [How to create View Cluster |]

Former Member
0 Kudos
264

Hi

Check the following link

[Cluster table|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]

[Cluster_view|http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/999246b2aa11d1a5700000e82deaaa/content.htm]

Hope this helps you

Regards,

Rajani

Former Member
0 Kudos
264

Hi Mayank,

while u create a table in SE11->tablename(create)->Menu Extras-> change table category

now select the category of type of table u need like pool or cluster & provide the fields for it...

thanks

ravi

Former Member
0 Kudos
264

hi

1) To Create Cluster View:

go to SE11,in the initial screen menu itself go to Utilities-Other Dictionary Objects

it will ask for Table pool/Cluster give a name and click on Create again it will ask for

Table Pool/Table Cluster,select Table Cluster

then enter the Description and add the fields that u want by clicking on the + button

save and activate it.

2) To Create a Cluster Table:

go to SE11,enter the table name and click on Create,enter the description

and in the same screen menu go to Extras-Change Table Category

it will ask for Pooled Table or Cluster Table.select Cluster Table & Click on Copy.

u will see Pool/Cluster field in that u enter the Cluster View that u have already created in step 1.

Regards