Do you have any question about this error?
Message type: E = Error
Message class: GU - FI-SL utilities
Message number: 301
Message text: Objects with leading numerals may not be created
You have tried to create an object whose name starts with a number.
This is not possible because this name is reserved for delivered
objects.
The system does not create the object.
Enter a different name.
Error message extract from SAP system. Copyright SAP SE.
GU301
- Objects with leading numerals may not be created ?The SAP error message GU301 indicates that you are trying to create an object (such as a variable, field name, or other identifiers) that begins with a numeral. In SAP ABAP, object names cannot start with a number; they must begin with a letter (A-Z, a-z) or an underscore (_).
Cause:
To resolve the GU301 error, you should rename the object you are trying to create so that it does not start with a numeral. Here are some steps you can take:
1Variable
, use Variable1
or _1Variable
.By following these steps, you should be able to resolve the GU301 error and successfully create your object in SAP.
Get instant SAP help. Start your 7-day free trial now.
GU300
Detailed display only possible when using the same chart of accounts
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
GU299
Detailed display only supports tables of the same type
What causes this issue? You want to display the detailed information of an account. The detail display, however, only supports a comparsion between ...
GU302
Objects with leading zero may not be changed
What causes this issue? You have tried to change an object whose name starts with a zero. This is not possible because these objects are reserved fo...
GU303
Objects with leading zero may not be deleted
What causes this issue? You have tried to delete an object whose name starts with a zero. This is not possible because these objects have been deliv...
Click on this link to search all SAP messages.