Do you have any question about this error?
Message type: E = Error
Message class: IL - PM: ILOM - Functional Locations
Message number: 801
Message text: Edit mask must not begin with a hyphen
You have placed a separator at the start of the edit mask, which you
are not allowed to do.
INCLUDE 'KEINE-VERARBEITUNG' OBJECT DOKU ID TX LANGUAGE E
Place a valid edit character at the start of the edit mask.
You will see the valid edit characters that you can use when
structuring the edit mask in the online documentation for the
<DS:DE.EDITM>"Edit mask"</> field.
Error message extract from SAP system. Copyright SAP SE.
IL801
- Edit mask must not begin with a hyphen ?The SAP error message IL801, which states "Edit mask must not begin with a hyphen," typically occurs when you are trying to define an edit mask for a field in the SAP system, and the edit mask you have specified starts with a hyphen (-). This is not allowed in SAP, as the edit mask must conform to certain formatting rules.
Cause:
The error is caused by the following:
To resolve this error, you should:
Check the Edit Mask: Review the edit mask you are trying to use. Ensure that it does not start with a hyphen. For example, if your edit mask is -XX-XXXX
, change it to XX-XXXX
or another valid format that does not start with a hyphen.
Correct Formatting: Ensure that the edit mask follows the correct syntax. Common characters used in edit masks include:
X
for alphanumeric characters9
for numeric charactersA
for alphabetic characters-
for literal hyphens (but not at the start)Test the Changes: After making the necessary adjustments to the edit mask, test the changes in the relevant transaction or program to ensure that the error no longer occurs.
If you continue to experience issues after correcting the edit mask, consider checking for other related configurations or consulting with your SAP administrator or support team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
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...
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...
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 ,,,,...
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 ...
Click on this link to search all SAP messages.