Do you have any question about this error?
Message type: E = Error
Message class: CM_EHFND_FW_CALC_ENG - Common ACE Calculation Engine Exception Class
Message number: 116
Message text: Second argument of aggregation function "&1" should not be fixed value
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.
CM_EHFND_FW_CALC_ENG116
- Second argument of aggregation function "&1" should not be fixed value ?The SAP error message CM_EHFND_FW_CALC_ENG116 indicates that there is an issue with the use of an aggregation function in your calculation. Specifically, the error states that the second argument of the aggregation function should not be a fixed value. This typically occurs in the context of SAP HANA or SAP BW when you are trying to perform calculations using aggregation functions in a way that is not allowed.
Cause:
The error is caused by the misuse of an aggregation function where the second argument is expected to be a variable or a field reference, but instead, a fixed value (constant) is being used. Aggregation functions are designed to operate on data sets, and using a fixed value does not align with their intended use.
Solution:
To resolve this error, you should:
Review the Calculation Logic: Check the calculation where the aggregation function is being used. Ensure that the second argument is a dynamic field or variable rather than a hard-coded constant.
Modify the Aggregation Function: If you are using a function like
SUM
,AVG
,COUNT
, etc., ensure that the second argument is a reference to a column or a variable that can change based on the context of the data being processed.Use Variables or Parameters: If you need to use a specific value in your calculation, consider defining it as a variable or parameter that can be referenced dynamically instead of using a fixed value.
Test the Changes: After making the necessary adjustments, test the calculation to ensure that it works as expected without triggering the error.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your calculations are correctly implemented.
Get instant SAP help. Start your 7-day free trial now.
CM_EHFND_FW_CALC_ENG115
Aggregation function "&1" should have exactly two periodic arguments
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_FW_CALC_ENG114
Argument "&1" of aggregation function "&2" should be periodic
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_FW_CALC_ENG117
Variables of type "Date" such as "&1" should be used only in aggregations
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_FW_CALC_ENG118
Usage of nonalphanum. symbol "&1" after opening bracket is not permitted
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.