Answer Posted / ritesh sharma
A foreign key links two tables T1 and T2 by assigning fields of table T1 to the primary key fields of table T2. Table T2 is then known as the check table of the foreign key.
value table : when you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.
If you try to define a foreign key for a field that points to this domain, the value table of the domain is proposed as the check table for the foreign key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is field string ? & where we are using field strings?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is the function of a domain?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What are the steps to execute session method?
What is difference between float and packed data type?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
How can you display frames (horizontal and vertical lines) in lists?
What are the disadvantages of abap query tool?
On which event we can validate the input fields in module programs?
What are the restrictions on subscreens?
What is the maximum number of match code id's that can be defined for one match code object ?
What is the meaning of sap r/3?
What is the function of a domain? : abap data dictionary
What is a data dictionary? : sap abap data dictionary