Multiple choice technology programming languages

What are the check tables and value tables?

  1. Check table will be at field level checking.

  2. Value table will be at domain level checking

  3. Value table will be at field level checking

  4. Check table will be at domain level checking.

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

In SAP data dictionary, check tables provide field-level validation (values checked against foreign key table), while value tables provide domain-level validation (defining allowed values for any field using that domain). This two-level structure enables flexible data integrity checking.