Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: TK - Transport Organizer
Message number: 347
Message text: Namespace is reserved (generated objects or internal use only)
Namespaces from the range /1.../ to /9.../ are reserved by SAP for
generated objects. The range /0.../ is also reserved by SAP and can
only be used within programs.
The selected namespace &V1& is in one of these ranges.
If the namespace to be created cannot be assigned to one of the
specified ranges, choose a name for the namespace whose second
character is not a digit but a letter.
Error message extract from SAP system. Copyright SAP SE.
TK347
- Namespace is reserved (generated objects or internal use only) ?The SAP error message TK347 "Namespace is reserved (generated objects or internal use only)" typically occurs when you attempt to create or modify an object in a namespace that is reserved for SAP's internal use or for generated objects. This is common in development environments where certain namespaces are designated for specific purposes.
Cause:
- Reserved Namespace: The namespace you are trying to use is reserved by SAP for its own objects or for generated objects. This is often the case with namespaces that start with specific prefixes (like
/SAP/
or/ABAP/
).- Development Class: You may be trying to create an object in a development class that is not allowed for custom development.
- Transport Layer: The transport layer may restrict certain namespaces to prevent conflicts with SAP's internal objects.
Solution:
- Use a Custom Namespace: If you are developing custom objects, ensure that you are using a custom namespace that is not reserved. Custom namespaces typically start with a prefix like
/Z/
or/Y/
.- Check Development Class: Verify that the development class you are using allows for custom objects. If it is a standard SAP development class, consider creating your objects in a different class that is designated for custom development.
- Consult Documentation: Review SAP documentation or consult with your SAP Basis or development team to understand the reserved namespaces and the appropriate namespaces for your development.
- Namespace Registration: If you need a custom namespace, you may need to register it with SAP through the appropriate channels, ensuring it does not conflict with existing namespaces.
Related Information:
If you continue to encounter issues, consider reaching out to your SAP support team or consulting the SAP Community for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
TK346
There is currently no check function for object type & &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
TK345
Cannot delete &1: Referenced packages exist
What causes this issue? Namespace &V1& cannot be deleted, since packages still exist for this namespace.System Response Namespace &V1&am...
TK348
Enter the full object name
What causes this issue? The generic object name "&V1&" was entered. You must enter object names with their full qualification so th...
TK349
Objects with target "on-premise only" are deleted in cloud systems
What causes this issue? You are assigning the deployment target "on-premise only" to the object, since the object is not required in cloud ...
Click on this link to search all SAP messages.