2009 Mar 07 9:25 PM
Hi,
Can anyone guide me in creation of cluster table in general and also creation of cluster view?
2009 Mar 09 3:58 AM
2009 Mar 08 1:56 AM
2009 Mar 08 7:07 AM
Check this [link>>>|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0b7446011d189700000e8322d00/content.htm]
~Satya
2009 Mar 09 3:40 AM
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=]
2009 Mar 09 3:58 AM
2009 Mar 09 4:17 AM
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
2009 Mar 09 6:21 AM
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
2009 Mar 09 8:37 AM
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
2009 Apr 05 10:10 AM