Do you have any question about this error?
Message type: E = Error
Message class: SCTS_HDI - Messages for CTS HDI API
Message number: 092
Message text: Generated objects cannot be changed manually
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.
SCTS_HDI092
- Generated objects cannot be changed manually ?The SAP error message SCTS_HDI092: Generated objects cannot be changed manually typically occurs in the context of SAP HANA development, particularly when working with HDI (HANA Deployment Infrastructure) containers. This error indicates that you are attempting to manually modify objects that have been generated by the HDI, which is not allowed.
Cause:
The primary cause of this error is that HDI manages the lifecycle of database objects (like tables, views, procedures, etc.) automatically. When objects are generated by HDI, they are considered managed objects, and any manual changes to these objects (like altering a table structure directly in the database) will lead to this error. This is to ensure consistency and integrity of the deployment process.
Solution:
To resolve this error, you should follow these steps:
Avoid Manual Changes: Do not attempt to manually change the generated objects in the database. Instead, make changes in the source files (e.g., .hdbtable, .hdbview, etc.) in your HDI project.
Redeploy the HDI Container: After making the necessary changes in your source files, redeploy the HDI container. This will regenerate the objects based on your updated definitions.
Use the Correct Tools: Always use the appropriate development tools (like SAP Web IDE or Business Application Studio) to manage your HDI artifacts. This ensures that changes are tracked and managed correctly.
Check for Dependencies: If you are trying to change an object that is dependent on other objects, ensure that all dependencies are correctly defined and managed within your HDI project.
Review Documentation: Familiarize yourself with the HDI documentation and best practices to understand how to properly manage your database objects.
Related Information:
By adhering to the HDI management practices and avoiding direct modifications to generated objects, you can prevent this error from occurring in the future.
Get instant SAP help. Start your 7-day free trial now.
SCTS_HDI091
Container &1 can be used for generated objects only
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SCTS_HDI090
Object cannot be checked in in status &1 (check it out first)
The HDI object &V2&&V3&&V4& cannot be checked in in status '&V1&'. The object cannot be checked in until yo...
SCTS_HDI093
Logical HDI container &1 does not exist or is not active
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SCTS_HDI094
Error when deleting user provided service &1
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.