Do you have any question about this error?
Message type: E = Error
Message class: FDT_EXPRESSIONS - Formula & Derivation Tool: Expressions
Message number: 758
Message text: Result type does not match aggregation column type
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_EXPRESSIONS758
- Result type does not match aggregation column type ?The SAP error message FDT_EXPRESSIONS758 indicates that there is a mismatch between the result type of an expression and the type of the aggregation column in a data model or report. This typically occurs in the context of SAP applications that utilize the Flexible Data Model (FDT) or similar reporting tools.
Cause:
The error arises when:
- An expression is defined in a way that its result type (e.g., numeric, string, date) does not align with the expected type of the aggregation column.
- The aggregation function (like SUM, AVG, COUNT, etc.) is applied to a column that has a different data type than what the function expects.
- There may be a misconfiguration in the data model or report settings where the data types are not properly aligned.
Solution:
To resolve the error, you can take the following steps:
Check Data Types:
- Review the data types of the columns involved in the expression and the aggregation. Ensure that they are compatible.
- For example, if you are trying to sum a column, ensure that the column is of a numeric type.
Modify the Expression:
- If the expression is returning a different type, modify it to ensure that it returns a compatible type with the aggregation column.
- You may need to cast or convert the data type of the expression to match the aggregation column type.
Review Aggregation Settings:
- Check the aggregation settings in your report or data model. Ensure that the aggregation function is appropriate for the data type of the column being aggregated.
Test Changes:
- After making adjustments, test the report or data model to ensure that the error is resolved.
Consult Documentation:
- If you are unsure about the data types or how to modify the expression, refer to the SAP documentation or help resources for guidance on data types and expressions.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
FDT_EXPRESSIONS757
For aggregation operation, result should always be numeric
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS756
Conditions specified without a valid operation
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS759
Result data object should be of type table
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS760
Result data type does not match the table line type
What causes this issue? @@ usage still unclear, wait for implementation You have assigned a result data object to the current table operation express...
Click on this link to search all SAP messages.