Adding Validations
This option allows you to create a validation.
Context
A validation is an element of a business object node that describes some internal checking business logic on the business object. BOPF uses the Validations entity to:
- validate whether a specific action can be executed on a specific node instance (action validations)
- validate whether a set of node instances is consistent (consistency validations)
Validation does not modify any data. It simply returns messages and keys of failed node instances.
The framework generates default triggers Create and Update, when you add a validation. These triggers are generated only for the Consistency Check validation category.
(Check ABAP Development Object) from the toolbar and check the
(Activate ABAP Development Object) in the toolbar.