Tables (ttdcm0502m000)

Use this session to add one or more tables to a configuration object.
Note: You cannot define tables for an object-based configuration object.

If tables are linked to a configuration object, the configuration object is record-based. You can link one or more tables to a record-based configuration object. A table can be linked to only one configuration object.

Field Information

Configuration Object

The code of the configuration object.

Table

The code of the table.

You must specify the package code, module code, and identification code of the table.

Instance Identification

This field indicates which fields of the table compose the instance ID of the configuration object.

Allowed values

Index 1

The table fields of index1 are used to compose the instance ID.

Specific Fields

Specific fields of the table are used to compose the instance ID.

If you selected Specific Fields , you can run the Fields command to select fields. See Fields (ttdcm0503m000).

Example

You create a “Jobs” configuration object with two tables:

  • ttaad500 - Job Data
  • ttaad501 - Sessions by Job

For ttaad500, you select Index 1 . This is the ttaad500.cjob field.

For ttaad501, you select Specific Fields . Then you run the Fields command to start the Fields (ttdcm0503m000) session, and you select ttaad501.cjob as the configuration object Instance ID of table ttaad501.

Is Root

If this check box is selected, the table acts as root table within the configuration object.

Example

You create a “Jobs” configuration object with two tables:

  • ttaad500 - Job Data
  • ttaad501 - Sessions by Job

The ttaad500 table is the root table and ttaad501 is not. Therefore, you select the Is Root check box for ttaad500. You clear the Is Root check box for ttaad501.