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

In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

793


What is the difference between a pool table and a transparent table and how they are stored at the database level?

820


What application areas are you comfortable in?

1094


What are the relational operations that can be performed on view in sap? : abap data dictionary

709


What are the steps to be followed to set lockobjects? : sap abap data dictionary

869


What is static attribute

1289


How to Solve a Particular Ticket in Realtime ?

1993


What are the screen elements.

745


What data is contained? : abap data dictionary

884


What is the logo in sap script?

778


What is payroll driver ? : abap hr

835


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

819


What are the tcodes for performance tuning?

1135


​​What is amdp (abap managed data procedures)?​​

875


How can we achieve MVC ?

1104