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
Explain what is the purpose of sap script?
Different types of locks?
ABAP : Classical reports events name
Difference between sap script and report?
How can I make a differentiation between dependent and independent data? : abap hr
What is the difference between leave transaction and call transaction?
How we format the data before writing a statement in the report?
What is the max no of match code id’s that can be defined for one match code object?
What is the difference between synchronous and asynchronous update?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
What is the modification assistant?
what is the difference between hashed & sorted internal tables?
dynamic programming in sap abap
What are the types of data types in the sap abap?
What is append search help? : sap abap data dictionary