Do you have any question about this error?
Message type: E = Error
Message class: DMEE - Messages for Data Medium Exchange Engine
Message number: 356
Message text: Node &1: Invalid constant value &2 because data type of node is numeric
Node &V1& has a numeric data data type. The constant source value &V2&
is not a valid source value for this data type.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Change the data type of the node or change the constant source value.
Error message extract from SAP system. Copyright SAP SE.
DMEE356
- Node &1: Invalid constant value &2 because data type of node is numeric ?The SAP error message DMEE356 indicates that there is an issue with a constant value defined in a DMEE (Data Medium Exchange Engine) node. Specifically, the error states that the constant value is invalid because the data type of the node is numeric, but the constant value provided is not compatible with that data type.
Cause:
- Data Type Mismatch: The node in question is defined to accept numeric values, but the constant value assigned to it is either a string or contains non-numeric characters (e.g., letters, special characters).
- Incorrect Configuration: The configuration of the DMEE tree may have been set up incorrectly, leading to the assignment of an inappropriate constant value.
- Leading/Trailing Spaces: Sometimes, leading or trailing spaces in the constant value can cause it to be interpreted as a non-numeric value.
Solution:
- Check Node Configuration: Review the configuration of the DMEE node to ensure that it is set up to accept the correct data type. If the node is supposed to be numeric, ensure that the constant value assigned is indeed a numeric value.
- Correct Constant Value: If the constant value is incorrect, update it to a valid numeric value. Ensure that it does not contain any non-numeric characters.
- Remove Spaces: If there are any leading or trailing spaces in the constant value, remove them to ensure that the value is recognized as numeric.
- Test the Configuration: After making the necessary changes, test the DMEE configuration to ensure that the error no longer occurs.
Related Information:
By following these steps, you should be able to resolve the DMEE356 error and ensure that your DMEE configuration is functioning correctly.
Get instant SAP help. Start your 7-day free trial now.
DMEE355
Error in conditions for node &1: constant &2 has incorrect format
What causes this issue? Constants must be enclosed in quotation marks provided that we are not dealing with numeric values.System Response The syste...
DMEE354
Error in conditions for node &1: source field &2 does not exist
What causes this issue? You have entered type <zh>2</> in the conditions, meaning that the argument is a field of a source structure. How...
DMEE357
Node &1: data type 'currency amount' not possible for constant value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMEE358
Node &1: function module &2 has incorrect interface
What causes this issue? You have assigned the exit module &V2& to node &V1&. However, the interface for this function module is not o...
Click on this link to search all SAP messages.