Do you have any question about this error?
Message type: E = Error
Message class: FDT_CORE - Formula & Derivation Tool: Core
Message number: 535
Message text: In analytical function ruleset conditions are not supported
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.
FDT_CORE535
- In analytical function ruleset conditions are not supported ?The SAP error message FDT_CORE535 indicates that there is an issue with the use of analytical function ruleset conditions in your configuration. This error typically arises when you attempt to use analytical functions in a context where they are not supported, particularly within the ruleset conditions of the Flexible Data Import (FDI) framework or similar analytical processing scenarios.
Cause:
The primary cause of this error is the attempt to use analytical functions (like
SUM
,AVG
,COUNT
, etc.) in the conditions of a ruleset. In many cases, these functions are not supported in the context of ruleset conditions because they require a different processing context that is not available in the ruleset evaluation phase.Solution:
To resolve this error, you can take the following steps:
Review the Ruleset Conditions: Check the conditions defined in your ruleset. Ensure that you are not using any analytical functions within these conditions.
Refactor the Logic: If you need to perform calculations based on aggregated data, consider moving the logic outside of the ruleset conditions. You may need to pre-calculate the necessary values before they are evaluated in the ruleset.
Use Alternative Approaches: If your use case requires complex calculations, consider using other SAP tools or features that support analytical functions, such as ABAP programs, CDS views, or HANA calculation views, depending on your system architecture.
Consult Documentation: Refer to the official SAP documentation for the Flexible Data Import framework or the specific module you are working with. This can provide insights into supported functions and best practices.
Testing: After making changes, thoroughly test the ruleset to ensure that it behaves as expected without the analytical functions in the conditions.
Related Information:
By following these steps, you should be able to resolve the FDT_CORE535 error and ensure that your ruleset functions correctly without the unsupported analytical functions in the conditions.
Get instant SAP help. Start your 7-day free trial now.
FDT_CORE532
Generated code switched to interpretation mode, deployment not possible
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CORE531
Application &1 cannot be assigned to another application
What causes this issue? You have tried to assign the current application &v1& to application &v2&. However, as opposed to all other t...
FDT_CORE536
Rules are not allowed in a ruleset assigned to an analytical function
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CORE537
Ruleset variables not allowed in ruleset assigned to analytical function
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.