what are value table and check table ?and what are the
difference between them?

Answer Posted / sai krrishna

Check Table: The ABAP Dictionary allows you to define
relationships between tables using foreign keys . A
dependent table is called a foreign key table, and the
referenced table is called the check table. Each key field
of the check table corresponds to a field in the foreign
key table. These fields are called foreign key fields. One
of the foreign key fields is designated as the check field
for checking the validity of values. The key fields of the
check table can serve as input help for the check field.


Value Table: Prior to Release 4.0, it was possible to use
the value table of a domain to provide input help. This is
no longer possible, primarily because unexpected results
could occur if the value table had more than one key field.
It was not possible to restrict the other key fields, which
meant that the environment of the field was not considered,
as is normal with check tables.
In cases where this kind of value help was appropriate, you
can reconstruct it by creating a search help for the data
elements that use the domain in question, and using the
value table as the selection method.

Check table will be at field level checking.

Value table will be at domain level checking ex: scarr
table is check table for carrid.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the function modules used in a sap script driver program?

564


What is the advantage of structures?

578


What are logical databases?

621


What is a table attribute? : abap data dictionary

560


What is table attribute? : abap data dictionary

568






How collect statement is different from append?

529


What is payroll area

1808


What are the types of parameters in the function modules?

660


What are the names of the function modules that will be generated upon activation of a lock object?

544


what is diff between ECC 5.0 AND ECC 6.0

2852


How do you populate data into a multiple line field?

582


What are the different types of parameters? : abap modularization

609


What is the purpose of sum statement?

564


What is the master data necessary before you can start posting in MM?

830


What is sap locking?

593