what is Foreign key, check table and value table ....?
what is the difference between CHECK AND VALUE TABLE ..?
PLEASE GIVE THE APPROPRIATE ANSWERS......
Answer Posted / jayasree
A foreign key links two tables T1 and T2 by assigning
fields of table T1 to the primary key fields of table T2.
Table T1 is called the foreign key table (dependent table)
and table T2 the check table (referenced table). The pair
of fields for the two tables must have the same data type
and length. One field of the foreign key table therefore
corresponds to each key field of the check table. This
field is called the foreign key field.
A foreign key permits you to assign data records in the
foreign key table and check table. One record of the
foreign key table uniquely identifies one record of the
check table using the entries in the foreign key fields.
When an entry is made in the check field, there is a check
whether the check table contains a record with the key
defined by the values in the foreign key fields. If this is
so, the entry is valid. Otherwise the system rejects the
entry.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a view? : abap data dictionary
What are the types of bdc s?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Where do you create indexes in abap?
What are the differences between table and structure in data dictionary?
What are the different attributes that can be assigned to a variant?
what will happen if called program is not executable ?
What is PS structure
What is the significance of delivery class?
What are the events used for logical database?
What is the difference between getting and get late?
What are multiple use BADIS?
What is an internal table?
What are domains and data element? : abap hr
What is For-period and In-period