Do you have any question about this error?
Message type: E = Error
Message class: IL - PM: ILOM - Functional Locations
Message number: 800
Message text: Edit mask must only contain edit characters
You have used characters when structuring the edit mask that the system
does not recognize as edit characters.
INCLUDE 'KEINE-VERARBEITUNG' OBJECT DOKU ID TX LANGUAGE E
You will find the valid edit characters that you can use when
structuring the edit mask in the online documentation for the field
<DS:DE.EDITM>"Edit mask"</>.
Error message extract from SAP system. Copyright SAP SE.
IL800
- Edit mask must only contain edit characters ?The SAP error message IL800, which states "Edit mask must only contain edit characters," typically occurs when there is an issue with the format of an edit mask in the SAP system. This error is often encountered in the context of data entry or configuration where an edit mask is used to define the expected format of input data.
Cause:
The error is caused by the presence of invalid characters in the edit mask. An edit mask is a string that specifies the format for input fields, and it should only contain specific edit characters. Common edit characters include:
X
for alphanumeric characters9
for numeric charactersA
for alphabetic characters*
for any characterIf the edit mask contains characters that are not recognized as valid edit characters, the system will throw the IL800 error.
To resolve the IL800 error, follow these steps:
Identify the Edit Mask: Determine where the edit mask is being used. This could be in a configuration setting, a data entry screen, or a custom program.
Review the Edit Mask: Check the edit mask for any invalid characters. Ensure that it only contains valid edit characters as mentioned above.
Correct the Edit Mask: Modify the edit mask to remove any invalid characters and ensure it adheres to the correct format. For example, if the current edit mask is XX-99-99
, ensure it is valid based on the expected input.
Test the Changes: After making the necessary corrections, test the input again to ensure that the error no longer occurs.
Documentation: If applicable, document the changes made to the edit mask for future reference and to assist other users who may encounter similar issues.
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.
IL745
Table &1: Language &2 not installed. &3 records affected
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
IL744
Table &1 change: &2 entries changed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
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...
IL802
Edit mask must not end with a hyphen
How to fix this error? Valid characters are: ,,N,,only numbers can be entered ,,A,,only letters can be entered ,,X,,both numbers and letters can ,,,,...
Click on this link to search all SAP messages.