Validations
Define validations in the behavior and implement checks in the ABAP handler. Example:
validation validateProjectManager on save { create; update; field ProjectManager; }
In the implementation, read entities from the local buffer and compare against lookup tables. Use FAILED and REPORTED to return results.