Do you have any question about this error?
Message type: E = Error
Message class: ACM_SYNTAX - ACM: DCL Syntax Error Messages
Message number: 035
Message text: Field &1 of entity &2 has unsupported type: &3
Fields of type &V3& cannot be protected by a DCL:
Fields of some type (e.g. STRING or RAWSTRING) cannot be used in WHERE
or ON clauses in the database, so the approach to merge authorization
relevant selections into the business selections by the OpenSQL runtime
cannot be applied.
Fields of some type (e.g. FLTP, DFxx_SCL) are not supported by the
authorization runtime due to either risk of usage (e.g. unexpected
behavior of floating point fields in comparisons) or obsolescence
(decimal floating point with scale field).
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.
ACM_SYNTAX035
- Field &1 of entity &2 has unsupported type: &3 ?The SAP error message ACM_SYNTAX035 indicates that there is an issue with the data type of a field in a specific entity. This error typically arises when the system encounters a field that has a type that is not supported or recognized in the context of the operation being performed.
Cause:
- Unsupported Data Type: The field in question has a data type that is not compatible with the expected types for the entity. This can happen if the field is defined incorrectly in the data model or if there is a mismatch between the data type expected by the application and the actual data type defined in the database or data structure.
- Configuration Issues: There may be configuration issues in the system that lead to the incorrect interpretation of the field types.
- Custom Development: If there are custom developments or enhancements, they may introduce fields with unsupported types.
Solution:
- Check Field Definition: Review the definition of the field (&1) in the entity (&2) to ensure that it is using a supported data type. You may need to refer to the SAP documentation or data model specifications to confirm the valid types.
- Adjust Data Type: If the field is indeed using an unsupported type, consider changing it to a supported type. This may involve modifying the data model or the underlying database structure.
- Review Custom Code: If the error is related to custom developments, review the code to ensure that it adheres to the expected data types and structures.
- Consult SAP Notes: Check for any relevant SAP Notes or documentation that may address this specific error or provide guidance on supported data types for the entity in question.
- Testing: After making changes, thoroughly test the application to ensure that the error is resolved and that there are no further issues.
Related Information:
If the issue persists after following these steps, it may be beneficial to reach out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
ACM_SYNTAX034
&1 is no valid PFCG authorization field of authorization object: "&2"
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_SYNTAX033
&1 is no valid PFCG authorization object
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_SYNTAX036
Could not add DCL &1 to transport &2
What causes this issue? The system was not able to add a DCL to a specified transport requestSystem Response After activation of a DDL source the wa...
ACM_SYNTAX037
&1 is no valid &2 literal: &3&4
What causes this issue? You have specified the literal value "&V1&" for a field of DDIC type &V2&, but this value cannot be...
Click on this link to search all SAP messages.