4. Foreign Key Relationships Flashcards

1
Q

Foreign Key Relationships

A

Is a field (or combination of fields) that represents the primary key of another table. Relationships between tables are represented in the ABAP Dictionary by foreign keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Foreign Key Table

A

The table that contains the foreign key fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Value Table

A

The table containing the set of allowed values attached to a domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Check Table

A

The table that is referenced by a foreign key. A check table is either identical to a value table, or is another table containing a subset of the records in a value table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Field-By-Field Assignment

A

When performing a field-by-field assignment, all key fields in the check table are used to determine valid entries in the foreign key table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Partial Foreign Keys

A

When creating a partial foreign key, certain fields are flagged as generic. These fields are ignored by the system when validating records that are inserted into the foreign key table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Constant Foreign Keys

A

When creating a constant foreign key, certain fields are assigned a literal value. Only records in the check table with that value in the corresponding field are used to determine whether records in the foreign key table are valid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly