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 are the two methods of modifying sap standard tables ?
How would you suppress the display of a parameter on the selection screen?
Which objects are independent transport objects?
How do you write manual bdc session method? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is generic buffering?
Why do we use abstract class
What are indexes? : sap abap data dictionary
What is an Open Item in SAP? How will you find an Open Item in SAP?
How to upload data using catt ? : abap hr
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What is the difference between call transaction method and the session method? : abap bdc
Difference between sy-tabix and sy-index?
What is the use of message command in a report? What are the different message types?
What is the transaction for recording bdc ? : abap bdc