How To Fix ED355 - Numbers were added to the placeholders in message &1


SAP Error Message - Details

  • 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

  • Show details Hide details
  • What causes this issue?

    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.

    System Response

    The system added numbers to the placeholders automatically.

    How to fix this error?

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

    Procedure for System Administrators


    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message 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:

    1. Incorrect Message Definition: The message might be defined incorrectly in the message class, leading to improper formatting.
    2. Missing Parameters: The parameters that should replace the placeholders are either missing or not being passed correctly when the message is triggered.
    3. 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:

    1. 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.

    2. 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.

    3. 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.

    4. Review Code: If the message is triggered from custom code, review the code to ensure that all necessary parameters are being passed correctly.

    5. 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:

    • Message Classes: In SAP, messages are organized into message classes, which can be managed using transaction SE91. Each message class can contain multiple messages, each with its own number.
    • Placeholders: Placeholders in SAP messages are typically represented by %1, %2, etc., and are replaced by actual values when the message is displayed.
    • SAP Notes: Check for any relevant SAP Notes that might address this specific error or provide additional context or fixes.

    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.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author