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 SAP Data conversion ?
Can we create field without data element? If yes, how?
How to transfer the objects? Have to transferred any objects?
Is it possible to run host command from SAP environment? How do you run?
What are standard layouts sets in the sap script?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What type of user exits have you written ?
How to create any functions?
What is the transaction code to display the payroll results ? : abap hr
What is the table & field to identify the no of items (bottles) stored in one case?
Where do you create indexes in abap?
Update types in Call transaction method. What is the difference?
What is the difference between get and get late?