Message type: E = Error
Message class: EU - Development Environment
Message number: 273
Message text: Only use '/' as a namespace delimiter
'/' serves as a name space delimiter. Namespaces are found at the start
of an object name and are delimited at the start and the end by the
character '/'. The actual namespace consists of at most 8 characters.
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.
EU273
- Only use '/' as a namespace delimiter ?The SAP error message EU273: Only use '/' as a namespace delimiter typically occurs in the context of ABAP development when there is an issue with the naming conventions of objects, particularly when dealing with namespaces in SAP systems.
Cause: This error arises when you attempt to use a namespace delimiter other than the forward slash (/) in the naming of objects such as function modules, classes, or other repository objects. In SAP, namespaces are used to avoid naming conflicts between different development objects, especially in systems that support multiple development environments or when integrating with third-party solutions.
Solution: To resolve this error, you should ensure that all your object names adhere to the correct naming conventions. Here are the steps you can take: Check Object Names: Review the names of the objects you are trying to create or modify. Ensure that you are using the forward slash (/) as the only namespace delimiter. Correct Naming:
Get instant SAP help. Sign up for our Free Essentials Plan.
EU272
Do not use country-specific letters
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EU271
Do not use any special characters
What causes this issue? The use of special characters can cause problems under Unicode, particularly when converting to a Unicode-enabled system, sin...
EU274
The namespace may only consist of up to 8 characters plus delimiters
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
EU275
Use '_' as a separator
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.