what is Foreign key, check table and value table ....?
what is the difference between CHECK AND VALUE TABLE ..?
PLEASE GIVE THE APPROPRIATE ANSWERS......
Answers were Sorted based on User's Feedback
Answer / jayasree
A foreign key links two tables T1 and T2 by assigning
fields of table T1 to the primary key fields of table T2.
Table T1 is called the foreign key table (dependent table)
and table T2 the check table (referenced table). The pair
of fields for the two tables must have the same data type
and length. One field of the foreign key table therefore
corresponds to each key field of the check table. This
field is called the foreign key field.
A foreign key permits you to assign data records in the
foreign key table and check table. One record of the
foreign key table uniquely identifies one record of the
check table using the entries in the foreign key fields.
When an entry is made in the check field, there is a check
whether the check table contains a record with the key
defined by the values in the foreign key fields. If this is
so, the entry is valid. Otherwise the system rejects the
entry.
Is This Answer Correct ? | 15 Yes | 2 No |
Answer / nirmalafredrick
Value Table is maintained at DOMAIN Level for Value
Restrictions.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / jayaram
check table:check table is a master table
it will provide f4 help.
its a field level validation.
value table: its a item level table.
its a domain level validation.
Is This Answer Correct ? | 6 Yes | 3 No |
In the BADI,they are multiple Implementation.Could you please tell is there any procedure which are the implementation will execute and any order is the execute all the implementation for that Badi
what is Transport Request? why it is needed for us?
What are the different buffering methods?
What is sql trace? : abap data dictionary
What is the difference between field-group header and other field groups?
What is meant by performance analysis? Have done anything to improve the performance?
What is direct input method?
What are the various types of BDC's?
Can we add a field to the sap standard screen? If so, how?
what are the prerequisites for using a bapi in your program?
What are the modes in which any update tasks work?
How to create logical system in sap in order to access bw and bi?