Creating Pooled Tables

  1. Enter a name for the table in the initial screen of the ABAP Dictionary, select the object class Tables, and then choose Dictionary object ® Create.
  2. You branch to the field maintenance for the table. Table type Transparent table is set as default. Make the necessary entries in the fields Short text and Delivery class.

  3. Choose Extras ® Change table type. A dialog box appears in which you have to select the table type Pooled table.
  4. Select Choose.
  5. You return to the field maintenance for the table. The field Pool/cluster name is displayed in addition to the standard fields.

  6. Enter the name of the table pool to which you wish to assign the pooled table in the field Pool/cluster name.

Proceed as when creating a transparent table (see Creating Tables). Remember that it is not necessary to create indexes for pooled tables.

The total key length of a pooled table must not exceed the key length of the table pool assigned to it.

You can maintain all the technical settings of a pooled table. Before you can access these attributes, however, you must convert the table to a transparent table. When pooled tables are created in the database, they are stored in the area reserved for the associated table pool. The technical settings are not used while the table is assigned to a table pool.