Do you have any question about this error?
Message type: E = Error
Message class: ED - ABAP/4 Editor messages
Message number: 355
Message text: Numbers were added to the placeholders in message &1
You created or changed a message with multiple ?<(>&<)>? placeholders.
The placeholders are not numbered. It is important to number the
placeholders so that the message can be translated in the correct order
in each language.
The system added numbers to the placeholders automatically.
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.
ED355
- Numbers were added to the placeholders in message &1 ?The SAP error message ED355, which states "Numbers were added to the placeholders in message &1," typically occurs in the context of SAP's message handling system, particularly when dealing with messages that are expected to be formatted with specific placeholders.
Cause:
This error usually arises when the system attempts to display a message that includes placeholders (like
%1
,%2
, etc.) for dynamic content, but the placeholders are not being filled correctly. This can happen due to:
- Incorrect Message Definition: The message might be defined incorrectly in the message class, leading to improper formatting.
- Missing Parameters: The parameters that should replace the placeholders are either missing or not being passed correctly when the message is triggered.
- Data Type Mismatch: The data types of the parameters being passed do not match the expected types for the placeholders.
Solution:
To resolve the ED355 error, you can take the following steps:
Check Message Class: Go to transaction SE91 and check the message class and number associated with the error. Ensure that the message is defined correctly with the appropriate placeholders.
Verify Parameters: Ensure that the parameters being passed to the message are correct and in the expected format. If the message expects certain data types (like strings or numbers), make sure the parameters match those types.
Debugging: If you have access to debugging tools, you can set a breakpoint where the message is being called to inspect the values being passed. This can help identify if any parameters are missing or incorrect.
Review Code: If the message is triggered from custom code, review the code to ensure that all necessary parameters are being passed correctly.
Consult Documentation: If you are unsure about the message definition or the expected parameters, consult the SAP documentation or help resources for guidance.
Related Information:
%1
, %2
, etc., and are replaced by actual values when the message is displayed.If the issue persists after following these steps, consider reaching out to your SAP support team or consulting with an SAP expert for further assistance.
Get instant SAP help. Start your 7-day free trial now.
ED354
Placeholders in message &1 are not numbered
What causes this issue? You created a message with multiple ?<(>&<)>? placeholders.System Response The placeholders are not numbered...
ED353
&1: &2 broken in table SMODISRC/I; reset the object
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ED356
Check the placeholders in message &1; numbers 1 to 4 are possible
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ED357
Length exceeded; no autocomplete possible
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.