Hi,
Can anyone help me with BRF+FAQ's during interviews?
I have one in next 3-4 days.
Thanks in Advance
Request clarification before answering.
SAP BRFplus is a rule-based framework in SAP used to define business rules without ABAP coding. It helps separate business logic from application code.
Main objects:
A decision table stores business conditions and corresponding results in tabular format similar to Excel.
Example:
| Retail | >10000 | 10% |
| Dealer | >50000 | 15% |
A function is the central processing object that executes rules and returns output based on input parameters.
Expressions are rule-processing objects used inside functions.
Common expressions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.