What is a check table and what is a value table?
Answer / 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 |
wat controls flow logic of online programs?
How do u write a program in session method so that it creates the session and run the session itself without going to sm35
How to put a TableControl in a Screen of Modulepool Programming?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
How many default tab strips are there? How to insert more tabs in it?
How does the inventory get reduced after the delivery?
Hi to all abap guru's my question is how to print the page numbers like 2 4 6 on all pagess in smart forms means 2 on first page 4 on second page thanks in advance
What is the difference between LSMW and CATT?
What is the differences between structure and table in data dictionary in abap?
What are screen painter? Menu painter? Gui status?
In which time constraint does the infotype records depend on the subtype ? : abap hr
How to sort internal table?