What is the difference between check table and check field
Answer Posted / megha suman
CHECK TABLE:
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:
Sometimes 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 | 2 No |
Post New Answer View All Answers
Explain Catch Command in ABAP?
Can we create an abap program without using y or z?
Define database layer?
How to create a button in selection screen ?
What happens if a function module runs in an update task?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What is tcode se16? For what is it used.
What is the use of at new statement ?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is a matchcode?
How many structures can be created in a Ztable ?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
what is the process of creating quotation using BAPIs.
What are the buffering types?
What are the functional areas, user groups? How does abap query work in relation to these?