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's data dictionary, Check tables provide field-level validation (checking individual field values against a master table), while Value tables provide domain-level validation (checking all fields sharing a domain against allowed values). Check tables validate specific fields, and Value tables validate at the domain level across multiple fields.