Business Object Component Table Relations (ttadv7134m000)

Use this session to specify restrictions on the relation between a business object or a business object component, and the root table.

You may want to specify that the fields in the root table must only be used if a certain condition is met, for example, if the record is of a specific type. In that case, you can specify the required value of the field that indicates the record type. If that field has the specified value, LN assumes that the table is linked to the business object or component. In other words, the table is considered as if only made up of records of the specified type. All other records are ignored.

Example

The SalesOrderLine component in the Sales Order business object must only contain order lines with sequence number 0. Therefore the following relation is defined for the root table, tdsls401 - Sales Order Lines, of this component:

  • Fieldname: tdsls401.sqnb (sequence Number)
  • Value: 0

The table is considered as if only made up of order lines with sequence number 0.

Business Object

The name of the business object.

Business Object Code

The code of the business object, which consists of the package code, the module code, and the business object code that is defined in the Business Object field of the Business Objects (ttadv7500m000) session.

Business Object

The description of the business object.

VRC

The version of the package for which the business object is defined.

VRC

The release of the package for which the business object is defined.

VRC

The customer of the package for which the business object is defined.

VRC

The description of the VRC.

Component

The name of the component to which the root table belongs.

Table

The package code of the table.

Table

The module code of the table.

Table

The three-digit code of the table.

Table

The description of the table.

Position No.

The unique position number of this record.

Field Name

The name of the field on which the restriction is specified.

Note: 
  • The field must be part of the primary key of the table.
  • You can select a field several times, with different values, to specify several record types.
Value

The value that is required for this field to link the records of the desired type in the specified table to the specified business object or component.

Note: 
  • Do not use a prefix for enumerate values. For example, the fixed value for a field with domain tcyesno is entered as yes, instead of tcyesno.yes.
  • Do not use quotes for string values.