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: CM_EHFND_PRPTY_API - Common Messages for Property API
Message number: 002
Message text: Change mode "&1" is not supported (internal number &2, property type &3).
The change mode code &V1& is not supported by the API. The data of
property with internal number &V2& (property type "&V3&") consists of an
invalid change mode code).
The API does not consider the data with this change mode.
The API supports the following change mode codes:
Code,,Change Mode
IP,,In Progress
RE,,Released
OD,,Historic
'',,No change mode (empty)
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.
CM_EHFND_PRPTY_API002
- Change mode "&1" is not supported (internal number &2, property type &3). ?The SAP error message CM_EHFND_PRPTY_API002 indicates that a change mode specified in your operation is not supported for the given property type. This error typically arises in the context of SAP's Enterprise Foundation (EHFND) or when working with the SAP Cloud Platform.
Cause:
- Unsupported Change Mode: The change mode you are trying to use (e.g., "Create", "Update", "Delete") is not applicable for the property type you are working with. Each property type may have specific allowed operations.
- Incorrect Configuration: There may be a misconfiguration in the data model or the API you are trying to use, leading to an unsupported operation.
- Version Mismatch: The API version you are using may not support the change mode for the property type in question.
Solution:
- Check Supported Change Modes: Review the documentation for the specific property type you are working with to determine which change modes are supported. Ensure that you are using a valid change mode.
- Adjust Your Request: Modify your API request to use a supported change mode for the property type. If you are trying to update a property that does not support updates, consider using a different approach.
- Review Configuration: If you are working with a custom implementation, check the configuration settings to ensure that they align with the expected behavior of the API.
- Consult SAP Notes: Look for any relevant SAP Notes or updates that may address this issue. Sometimes, there are known issues or patches that can resolve specific error messages.
- Debugging: If you have access to debugging tools, you can trace the API call to see the exact parameters being passed and identify where the unsupported change mode is being invoked.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a suitable solution.
Get instant SAP help. Sign up for our Free Essentials Plan.
CM_EHFND_PRPTY_API001
API requirements are not fulfilled.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_PRODMST_CMN020
Ensure that only one Business Unit is assigned to Responsible Unit &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CM_EHFND_PRPTY_API003
API is called with unknown property root key (internal number &4).
What causes this issue? The API is called with property data (internal number &V4&, UUID &V2&, property type "&V3&"...
CM_EHFND_PRPTY_API004
API is called with empty property root key (internal number &4).
What causes this issue? The API is called with property data (internal number &V3&, UUID &V1&, property type "&V2&"...
Click on this link to search all SAP messages.