Do you have any question about this error?
Message type: E = Error
Message class: IL - PM: ILOM - Functional Locations
Message number: 802
Message text: Edit mask must not end with a hyphen
Valid characters are:
,,N,,only numbers can be entered
,,A,,only letters can be entered
,,X,,both numbers and letters can
,,,,be entered
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.
IL802
- Edit mask must not end with a hyphen ?The SAP error message IL802, which states "Edit mask must not end with a hyphen," typically occurs in the context of maintaining or configuring certain fields in SAP, particularly when dealing with input masks or formats for data entry.
Cause:
The error arises when an edit mask (a pattern that defines how input data should be formatted) is incorrectly defined. Specifically, the edit mask is set up in such a way that it ends with a hyphen ("-"). In SAP, an edit mask should not conclude with a hyphen because it can lead to ambiguity in data entry and validation processes.
Solution:
To resolve this error, you need to modify the edit mask to ensure that it does not end with a hyphen. Here are the steps you can take:
Access the Configuration:
- Go to the relevant transaction code in SAP where the edit mask is defined. This could be in the configuration settings for the specific module you are working with (e.g., ILM, logistics, etc.).
Locate the Edit Mask:
- Find the field or area where the edit mask is defined. This could be in a screen layout, field settings, or data entry configuration.
Modify the Edit Mask:
- Change the edit mask so that it does not end with a hyphen. For example, if your current mask is something like
XXXX-
, change it toXXXX
orXXXX-XXXX
depending on the required format.Save Changes:
- After making the necessary adjustments, save your changes.
Test the Changes:
- Test the input field to ensure that the error no longer appears and that the data entry works as expected.
Related Information:
If you continue to experience issues after making these changes, consider consulting with your SAP administrator or a technical consultant who can provide further assistance.
Get instant SAP help. Start your 7-day free trial now.
IL801
Edit mask must not begin with a hyphen
What causes this issue? You have placed a separator at the start of the edit mask, which you are not allowed to do.System Response INCLUDE 'KEI...
IL800
Edit mask must only contain edit characters
What causes this issue? You have used characters when structuring the edit mask that the system does not recognize as edit characters.System Response...
IL803
You cannot have two hyphens directly after one another
What causes this issue? You have placed two separators directly after one another in your edit mask, which is not allowed.System Response INCLUDE ...
IL810
Invalid character in hierarchy levels
What causes this issue? You have used a non-numerical character when entering the hierarchy levels, which is not allowed.System Response INCLUDE ...
Click on this link to search all SAP messages.