Do you have any question about this error?
Message type: E = Error
Message class: CM_EHFND_BO_CCI - Message Class for BO Chemical Compliance Info
Message number: 063
Message text: Concentration &1 of &2 contains more than one decimal point.
The concentration string <(>&<)>1 of <(>&<)>2 contains more than one
decimal point in the expected format which is the internal decimal
format (e.g. 1500.532).
The system does not persist the concentration value.
Provide a valid numeric value in the internal decimal format as
concentration string.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
CM_EHFND_BO_CCI063
- Concentration &1 of &2 contains more than one decimal point. ?The SAP error message CM_EHFND_BO_CCI063 indicates that there is an issue with the format of a numeric value in a business object, specifically that the concentration value contains more than one decimal point. This typically occurs in scenarios where numeric data is being processed, such as in material master data, batch management, or other areas where concentration values are relevant.
Cause:
The error is caused by the input of a concentration value that is incorrectly formatted. In standard numeric representation, a number can only have one decimal point. If the input contains multiple decimal points (e.g., "12.34.56"), the system cannot interpret it as a valid number, leading to this error.
Solution:
To resolve this error, you should:
Check the Input Value: Review the concentration value that is being inputted. Ensure that it is formatted correctly with only one decimal point. For example, valid formats include "12.34" or "0.5", while "12.34.56" or "5.0.0" are invalid.
Data Validation: Implement data validation checks in your input forms or data processing logic to prevent users from entering invalid numeric formats. This can include using input masks or validation rules.
Correct the Data Source: If the concentration value is being pulled from a data source (like a database or an external file), ensure that the data in that source is correctly formatted before it is processed by SAP.
Test the Changes: After making corrections, test the input again to ensure that the error does not occur.
Consult Documentation: If you are unsure about the expected format for concentration values, refer to the relevant SAP documentation or consult with your SAP functional team for guidance.
Related Information:
By following these steps, you should be able to resolve the error and ensure that concentration values are entered correctly in the SAP system.
Get instant SAP help. Start your 7-day free trial now.
CM_EHFND_BO_CCI062
Concentration &1 of &2 is not numeric or has a wrong format.
What causes this issue? The concentration string &V1& of &V2& is not numeric or does not fit to the expected format which is the inte...
CM_EHFND_BO_CCI061
Logistical product &1 is not set as "Compliance Relevant".
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_BO_CCI064
Concentration &1 is too long.
What causes this issue? The concentration string &V1& exceeds the allowed length.System Response The system does not persist the concentrati...
CM_EHFND_BO_CCI065
Release not possible as no business user is assigned to login user.
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.