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: 122
Message text: Usage of blank symbols before opening bracket is not permitted
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_ENG122
- Usage of blank symbols before opening bracket is not permitted ?The SAP error message CM_EHFND_FW_CALC_ENG122 indicates that there is an issue with the syntax of a calculation or expression in your SAP system, specifically related to the usage of blank symbols (spaces) before an opening bracket. This error typically arises in the context of SAP HANA or SAP BW when defining calculated columns, measures, or other expressions.
Cause:
The error is caused by the presence of spaces or blank symbols immediately before an opening bracket in your expression. For example, if you have an expression like this:
SUM ( [Sales] )
The space before the opening bracket is not allowed, and it will trigger the error message.
Solution:
To resolve this error, you need to remove any spaces or blank symbols that appear before the opening bracket in your expressions. Here’s how you can do it:
- Identify the Expression: Locate the expression or calculation that is causing the error.
- Edit the Expression: Remove any spaces before the opening bracket. For example, change:
SUM ( [Sales] )
to:
SUM([Sales])
- Validate the Expression: After making the changes, validate the expression to ensure that it is syntactically correct.
- Test the Calculation: Execute the calculation or query to confirm that the error has been resolved.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your calculations are correctly defined in SAP.
Get instant SAP help. Start your 7-day free trial now.
CM_EHFND_FW_CALC_ENG121
Usage of separator "&1" before 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...
CM_EHFND_FW_CALC_ENG120
Usage of adjacent opposite brackets "&1" 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...
CM_EHFND_FW_CALC_ENG123
Variable "&1" is not a valid argument of aggregation function "&2"
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_ENG124
Variable "&1" is not in the list of recognized input arguments of "&2"
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.