Creating Pooled Tables/Cluster Tables 

Procedure

  1. In the initial screen of the ABAP Dictionary select object type Table, enter a table name and choose Create.
  2. The field maintenance screen for the table is displayed. Table type Transparent table is set as default.

  3. Make the necessary entries in the Short description and Delivery class fields on the Attributes tab page. Then define the fields of the table.
  4. Proceed as when creating a transparent table. Save your entries.

  5. Choose Extras ® Change table category.
  6. A dialog box appears in which you have to select the table type Pooled table or Cluster table.

  7. Choose Select.
  8. 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.

  9. 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
  10. 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.

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