Message type: E = Error
Message class:  /IWBEP/CM_V4_MED -  
Message number: 223
Message text: Scale of value 'floating' can only be set on Edm.Decimal
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.
The SAP error message /IWBEP/CM_V4_MED223 indicates that there is an issue with the data type being used in an OData service. Specifically, the error states that the scale of value 'floating' can only be set on Edm.Decimal. This typically occurs when there is an attempt to define a floating-point number (like Edm.Double) with a scale that is only applicable to decimal types.
Cause: Data Type Mismatch: The error arises when a property in your OData model is defined as a floating-point type (e.g., Edm.Double), but you are trying to set a scale or precision that is only valid for decimal types (Edm.Decimal). Model Definition: The issue may stem from the way the OData model is defined in the ABAP backend. If the model is incorrectly configured to expect a decimal scale on a floating-point type, this error will occur.
Solution: Check Data Type Definitions: Review the data type definitions in your OData service. Ensure that
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
/IWBEP/CM_V4_MED222 Type &1 cannot be used to create structured type &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/IWBEP/CM_V4_MED221 Type information for primitive type '&1' already assigned by element
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/IWBEP/CM_V4_MED224 Key property type not set for key property '&1' on entity type '&2'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/IWBEP/CM_V4_MED225 Invalid key property type '&1' set for property '&2' and entity type '&3'
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.