Do you have any question about this error?
Message type: E = Error
Message class: DMEE - Messages for Data Medium Exchange Engine
Message number: 348
Message text: Node &1: date/time conversion only possible for data type "Character"
If a conversion rule for date or time has been assigned to a node, the
node must have the data type <ZH>Character</>.
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.
DMEE348
- Node &1: date/time conversion only possible for data type "Character" ?The SAP error message DMEE348 indicates that there is an issue with the data type being used in a date/time conversion within the Data Medium Exchange Engine (DMEE). Specifically, the error states that the conversion can only be performed on data of type "Character." Here’s a breakdown of the cause, potential solutions, and related information:
Cause:
- Incorrect Data Type: The error typically occurs when you attempt to convert a date/time value that is not in the character format. For example, if the input data is in a numeric format or another incompatible format, the conversion will fail.
- DMEE Configuration: The configuration of the DMEE tree might be set up incorrectly, where a node is expecting a character type input for date/time conversion but is receiving a different type.
Solution:
- Check Data Types: Review the data being passed to the node that is causing the error. Ensure that the data type is indeed character. If it is not, you may need to convert it to a character format before it reaches the conversion node.
- Modify DMEE Tree: If the DMEE tree is incorrectly configured, you may need to adjust the settings:
- Open the DMEE tree in transaction code DMEE.
- Locate the node that is causing the error.
- Ensure that the input to this node is set to a character type. You may need to use a conversion function or a mapping to ensure the data is in the correct format.
- Use Conversion Functions: If you are working with date/time values, consider using conversion functions available in DMEE to convert the data to character format before performing any operations on it.
- Testing: After making changes, test the DMEE output to ensure that the error is resolved and that the output is as expected.
Related Information:
By ensuring that the data types are correctly configured and that the input to the conversion node is in the expected format, you should be able to resolve the DMEE348 error.
Get instant SAP help. Start your 7-day free trial now.
DMEE347
Node &1: function module &2 does not exist
What causes this issue? In node &V1&, you specified use of an exit module as the mapping procedure. However, module &V2& does not exi...
DMEE346
Node &1: reference ID &2 is already being used
What causes this issue? You have assigned reference ID &V2& to node &V1&, but this reference ID was already assigned to another node....
DMEE349
Format-specific structure &1 does not exist in active version
What causes this issue? You have stored a format-specific structure in the format tree header, but structure &V1& is not defined in the ABAP ...
DMEE350
Node &1: Name for Acc. Sheet only possible for nodes assigned level 1
What causes this issue? You have assigned a <DS:DE.DMEE_TDFORM_NAME>SAPscript name</> to node &V1&, which you should only do for ...
Click on this link to search all SAP messages.