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
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How to give programe name as input in BDC report of abap ?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is a data dictionary? : sap abap data dictionary
What are the screen elements.
Explain the differences between sap memory and abap memory?
Can there be more than 1 main window in sap script?
What is a table attribute? : abap data dictionary
What are internal tables? : abap hr
how to genernate 21 sencondary index
after creating lock object if does n't access record by second user what should we do?
What are the data types of the external layer?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is the differences between structure and table in data dictionary in abap?
How can you display frames (horizontal and vertical lines) in lists?