Application Development and Automation 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: 
Read only

sm34

Former Member
0 Likes
10,491

hi all,

please tell me how to use sm34.

how to create table clusters?

and also.

please explain how the logic incorporated for t777i table in sm30?.

hi all,

please tell me how to use sm34.

how to create table clusters?

and also.

please explain how the logic incorporated for t777i table in sm30?.

6 REPLIES 6
Read only

Former Member
0 Likes
5,027

Hi Ravi,

Creating Pooled Tables/Cluster Tables Locate the document in its SAP Library structure

Procedure

1. In the initial screen of the ABAP Dictionary select object type Table, enter a table name and choose This graphic is explained in the accompanying text Create.

The field maintenance screen for the table is displayed. Table type Transparent table is set as default.

2. 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 Structure link creating a transparent table. Save your entries.

3. Choose Extras

® Change table category.

A dialog box appears in which you have to select the table type Pooled table or Cluster table.

4. Choose This graphic is explained in the accompanying textSelect.

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.

5. 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.

6. Proceed as when creating a transparent table (see

Structure link Creating Tables). Remember that you cannot create indexes for pooled or cluster tables.

Note

All the attributes of the Structure link 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.

Leaving content frame

creating pool tables

Reward points if helpful.

Thanks

Naveen khan

Read only

0 Likes
5,027

hi naveen,

thank you for your reply,

please can you give me the answer clearly,with transactions.

so that this can be helpful to me.

thanks and regards

bharath

Read only

Read only

0 Likes
5,027

Check this link out:

http://wiki.sdn.sap.com/wiki/display/ABAP/ViewClusters-CreationanditsBenefits

Edited by: Sébastien Métraux on May 23, 2011 11:15 AM

Read only

Former Member
0 Likes
5,027

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

Proceed as when creating a transparent table indexes for pooled or cluster tables cannot be created

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.