29) Difference between check table and value table?
Answer Posted / ajith
Value table - Value table is maintained at the Domain level
and it is used to provide f4 help (List of values ) But it
provides only suggest values, We can put any value other
than suggested also
Check Table - Check table is maintained at the Table level
and it is used to apply Foreign key constraints , It provide
a list of posible enteries and we can not enter any value
other than posible enteries like we can do in Value Table
value table:the table specified in the definition of the
domain and is checked against all the fields that points
this domain .
check table: while establishing foreign key relationship the
value table is proposed as a check table for the foreign key
table.
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How can you distinguish between different kinds of parameters?
Explain what are the different functions used in sap script?
What is bdc? : abap bdc
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
Explain the advantages of logical databases?
How do you do bdc for a table control? : abap bdc
How does the interection between the dynpro and the abap/4 modules takes place?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Difference between user exit and badis?
What is web dynpro for abap?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is a match code? : abap data dictionary
Some Realtime Objects on Bdc.
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization