Do you have any question about this error?
Message type: E = Error
Message class: FDT_CORE - Formula & Derivation Tool: Core
Message number: 036
Message text: Class / interface cannot be changed, active version exists
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
FDT_CORE036
- Class / interface cannot be changed, active version exists ?The SAP error message FDT_CORE036 indicates that you are trying to change a class or interface in the SAP system while an active version of that class or interface exists. This is a common issue when working with ABAP classes or interfaces in the SAP environment, particularly when using the SAP Fiori or UI5 development tools.
Cause:
The error occurs because SAP enforces a versioning system to ensure that changes to classes and interfaces do not disrupt existing functionality. If there is an active version of a class or interface, you cannot make changes to it until the active version is deactivated or the changes are made in a way that does not affect the active version.
Solution:
To resolve this error, you can follow these steps:
Check Active Versions:
- Go to the transaction code SE80 (Object Navigator) or SE24 (Class Builder) and check if there are any active versions of the class or interface you are trying to modify.
Deactivate the Active Version:
- If you find an active version, you can deactivate it. This can usually be done by navigating to the version management section and selecting the option to deactivate the active version.
Create a New Version:
- If you need to make changes, consider creating a new version of the class or interface instead of modifying the existing one. This allows you to make changes without affecting the active version.
Transport Requests:
- Ensure that any changes you make are included in a transport request if you are working in a development environment. This will help maintain the integrity of the system when moving changes to production.
Check for Dependencies:
- Make sure that there are no dependencies on the class or interface that might prevent you from deactivating it. If other objects depend on it, you may need to address those dependencies first.
Consult Documentation:
- Review SAP documentation or notes related to the specific class or interface you are working with for any additional guidelines or best practices.
Related Information:
By following these steps, you should be able to resolve the FDT_CORE036 error and continue with your development work in SAP.
Get instant SAP help. Start your 7-day free trial now.
FDT_CORE035
Expression type &1 cannot be used to create expressions, no class defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CORE034
No expression type supplied
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CORE037
Invalid method call, no flat table supplied
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CORE038
Invalid method call
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.