!--a11y-->
| Business Rule Framework (CA-GTF-BRF) |
A rule tool that you can use to define and implement technical and business process-oriented sets of rules.The BRF contains the following central objects:
Events form the entry point for the BRF. SAP delivers predefined events.You can assign any number of rules to every event, where a rule normally consists of a Boolean expression and an action.
If the event is triggered, the expression is calculated. If the expression delivers the result TRUE, the action is executed.