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
What is sap luw or update transaction?
5) How to rereive text elements in SF and script?
Explain the different types of screen keywords?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is an “on input filed” statements?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
Can you define a field without a data element? : abap data dictionary
What is structure?
What are the attributes of a field that can be activated or deactivated during runtime?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
how do you call third selection screen ?
Persistent class
What is the difference between synchronous and asynchronous updates?
Why do we need enhancements?
What are the events used in abap in the order of execution?