Message type: E = Error
Message class: BRF - Messages for Business Rule Framework
Message number: 090
Message text: Unexpected BRT call. You can now only use the BRF
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
The SAP error message BRF090: Unexpected BRT call. You can now only use the BRF typically indicates an issue with the Business Rule Framework (BRF) in SAP. This error suggests that there is an attempt to call a Business Rule Tool (BRT) function that is no longer supported or has been deprecated in favor of the newer BRF+ framework.
Cause:
- Deprecated Functionality: The error arises when a legacy BRT function is invoked, which is not compatible with the current version of SAP that uses BRF+.
- Configuration Issues: There may be configurations or custom developments that still reference the old BRT instead of the BRF+.
- System Upgrade: If the system has been upgraded from an older version of SAP to a newer one, some components may still be using the old BRT calls.
Solution:
Update Code: Review the code or configuration that is triggering the error and update it to use BRF+ instead of BRT. This may involve:
- Replacing BRT function calls with their BRF+ equivalents.
- Modifying any custom logic that relies on BRT.
Check Custom Developments: If there are custom developments or enhancements, ensure they are updated to comply with BRF+ standards.
Review BRF+ Configuration: Ensure that the BRF+ configuration is correctly set up and that all necessary rules and decision tables are defined.
Consult Documentation: Refer to SAP documentation for BRF+ to understand the differences and how to migrate from BRT to BRF+.
Testing: After making changes, thoroughly test the application to ensure that the new BRF+ logic works as intended and that the error does not recur.
Related Information:
If the issue persists after following these steps, it may be beneficial to reach out to SAP support for further assistance.
Sign up takes 1 minute. 7-day free trial.
BRF028 Result type is not permitted
Self-Explanatory Message Since SAP believes that this specific error message is ...
BRF027 Correct the dependent tables
What causes this issue? The system issues an error message and will not allow y...
BRF091 You are not authorized to access transaction &1
Self-Explanatory Message Since SAP believes that this specific error message is ...
BRF100 Enter an application class
Self-Explanatory Message Since SAP believes that this specific error message is ...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.