Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SXMSF -
Message number: 062
Message text: '*' is only permitted at the end of the string
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.
SXMSF062
- '*' is only permitted at the end of the string ?The SAP error message SXMSF062, which states that '*' is only permitted at the end of the string, typically occurs in the context of using wildcard characters in certain fields or parameters within SAP systems, particularly in the context of message processing or selection criteria.
Cause:
This error arises when a wildcard character (
*
) is used incorrectly in a string. In SAP, the asterisk (*
) is often used as a wildcard to represent any sequence of characters. However, it is only valid to use it at the end of a string. For example, usingABC*
is valid, but using*ABC
orAB*C
would trigger this error.Solution:
To resolve this error, you should:
Check the Input String: Review the string or parameter where the error is occurring. Ensure that if you are using the
*
wildcard, it is placed only at the end of the string.Modify the String: If you find that the
*
is not at the end, adjust the string accordingly. For example:
- Change
*ABC
toABC*
if you want to match any string that starts withABC
.- Remove the
*
if it is not necessary for your use case.Test the Changes: After making the adjustments, re-run the process or transaction that triggered the error to ensure that it has been resolved.
Related Information:
If the problem persists after making the necessary adjustments, consider reaching out to your SAP support team or consulting with an SAP expert for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
SXMSF061
Only '*' is permitted as a placeholder
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SXMSF060
Unable to start job since the start date is initial
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SXMSF063
Job ID &1 also used in client &2
What causes this issue? You have selected a job ID that is already used in another client in the system. The system issues an error message and will ...
SXMSF064
Filter for Job ID &1 deleted
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.