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


Please Help Members By Posting Answers For Below Questions

How can we handle table control in bdc? : abap bdc

587


Can there be more than 1 main window in sap script?

611


What application areas are you comfortable in?

873


What is check table?

572


What is the difference between sum and collect?

879






What is a help view? : abap data dictionary

660


Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?

910


Does every abap/4 have a modular structure? : abap modularization

693


What is locking? : abap data dictionary

617


What is the difference of update types in call transaction method ? : abap bdc

622


What is a predefined type in abap?

633


What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary

666


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1285


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3028


What primary key and foreign key relationship

878