Do you have any question about this error?
Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 590
Message text: Table &: new version only, 'Add fields' not allowed
The table was not previously active and is now available in a new
version. The <LS>Append fields</> function can only be performed for a
table that is already active.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Use the field maintenance screen of the corresponding table to add
fields to the new version.
Error message extract from SAP system. Copyright SAP SE.
AD590
- Table &: new version only, 'Add fields' not allowed ?The SAP error message AD590 indicates that you are trying to add fields to a table that is marked as "new version only." This typically occurs when you are working with a database table that has been defined in such a way that it does not allow modifications to its structure, such as adding new fields.
Cause:
- Table Versioning: The table is set to "new version only," which means that it is designed to only allow certain types of changes or updates. This is often used for tables that are part of a standard SAP application where the structure is tightly controlled.
- Transport Layer Restrictions: The table may be part of a transport layer that restricts changes to its structure to maintain consistency across different environments (development, testing, production).
- Database Constraints: The underlying database may have constraints that prevent modifications to the table structure.
Solution:
- Check Table Attributes: Review the attributes of the table in the Data Dictionary (SE11). Ensure that you are aware of the restrictions placed on the table.
- Use Append Structures: If you need to add fields to the table, consider using an append structure instead. Append structures allow you to add fields to existing tables without modifying the original table structure.
- Custom Development: If the table is a standard SAP table and you need to add fields, you may need to create a custom Z-table or use a different approach to store the additional data.
- Consult Documentation: Review SAP documentation or notes related to the specific table to understand its intended use and any restrictions on modifications.
- Transport Request: If you are working in a development environment, ensure that your changes are included in a transport request and that you follow the proper transport procedures.
Related Information:
If you continue to encounter issues, consider reaching out to your SAP Basis or development team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
AD589
Data not saved. Gen. buffering calls for no. of key fields > 0
What causes this issue? You want to buffer a table generically. When you save the table attributes, you are asked to enter a number of key fields to ...
AD588
Data that had already been saved was not changed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD591
Table & already changed, 'Add fields' not allowed
What causes this issue? The table was already active and already has another revised version which differs from the active version. Fields from the a...
AD592
Table & (activation canceled due to database lock)
What causes this issue? Activation of the table was cancelled. During an attempt to add fields to the database table, it was established that this ta...
Click on this link to search all SAP messages.