Do you have any question about this error?
Message type: E = Error
Message class: ESH_ENG_CDSVAL_ES - ES-CDS/ABAP: Validation of domain @EnterpriseSearch
Message number: 036
Message text: '&1' is currently not considered in ABAP
Annotation &V1& is not considered in ABAP.
The annotation is checked and validated to prevent syntactically invalid
view definitions.
At runtime, the annotation is ignored.
You can either remove the annotation or you can keep it. An annotation
that is not considered as of now might still become relevant in one of
the next releases; annotating the view already now will then become
effective immediately; without the need to touch the view again at a
later point in time.
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.
ESH_ENG_CDSVAL_ES036
- '&1' is currently not considered in ABAP ?The SAP error message ESH_ENG_CDSVAL_ES036 indicates that a certain value (represented by
&1
) is not currently considered in ABAP (Advanced Business Application Programming). This error typically arises in the context of Core Data Services (CDS) views or when working with data models in SAP systems.Cause:
- Value Not Defined: The value you are trying to use in your CDS view or ABAP program is not defined or recognized in the current context.
- Data Model Issues: There may be issues with the underlying data model or the way the CDS view is defined.
- Incompatibility: The value may not be compatible with the expected data types or structures in the ABAP program or CDS view.
- Missing Annotations: Sometimes, missing annotations in the CDS view can lead to this error, especially if the value is expected to be part of a certain data structure.
Solution:
- Check Value Definition: Ensure that the value you are trying to use is correctly defined in the relevant data model or CDS view.
- Review CDS View: Look at the definition of the CDS view to ensure that it includes the necessary fields and annotations. Make sure that the value is part of the data model.
- Data Type Compatibility: Verify that the data types of the value and the expected input in ABAP are compatible.
- Update Annotations: If the error is due to missing annotations, update the CDS view to include the necessary annotations that define how the value should be treated.
- Debugging: Use debugging tools in SAP to trace where the error occurs and gather more context about the value and its usage.
- Consult Documentation: Refer to SAP documentation or community forums for specific guidance related to the error message and the context in which it occurs.
Related Information:
If the issue persists after trying the above solutions, consider reaching out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
ESH_ENG_CDSVAL_ES035
'filteringFacet': Empty object does not make sense (&1)
What causes this issue? Annotation object @EnterpriseSearch.filteringFacet is defined without any further specification. This does not make sense.Sys...
ESH_ENG_CDSVAL_ES034
'filteringFacet.displayPosition': Duplicate value &2 (&1)
What causes this issue? Value &V1& is defined several times for @EnterpriseSearch.filteringFacet.displayPosition; or, the same value is used ...
ESH_ENG_CDSVAL_ES037
'@UI' must be annotated (at header and elements)
What causes this issue? The presentation of search results on a generic search UI relies on the annotations of domain @UI. Therefore, these annotatio...
ESH_ENG_CDSVAL_ES038
'order.by' and 'order.byReference' are mutually exclusive (&1)
What causes this issue? The element is annotated by @EnterpriseSearch.filteringFacet.order.by and by @EnterpriseSearch.filteringFacet.order.byReferen...
Click on this link to search all SAP messages.