How To Fix ESH_ENG_CDS_ABAP090 - CDS-entity & does not exist or has no @EnterpriseSearch-annotation


SAP Error Message - Details

  • Message type: E = Error

  • Message class: ESH_ENG_CDS_ABAP - ES-CDS/ABAP

  • Message number: 090

  • Message text: CDS-entity & does not exist or has no @EnterpriseSearch-annotation

  • Show details Hide details


  • Self-Explanatory Message

    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.



    What else can you do?

    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.


Smart SAP Assistant

  • What is the cause and solution for SAP error message ESH_ENG_CDS_ABAP090 - CDS-entity & does not exist or has no @EnterpriseSearch-annotation ?

    The SAP error message ESH_ENG_CDS_ABAP090 indicates that a Core Data Services (CDS) entity is either not defined or does not have the required @EnterpriseSearch annotation. This error typically arises in the context of SAP Enterprise Search, where the system is trying to access a CDS view that is expected to be indexed for search but is either missing or improperly configured.

    Cause

    1. Non-existent CDS Entity: The specified CDS entity does not exist in the system. This could be due to a typo in the entity name or the entity not being activated.
    2. Missing Annotation: The CDS entity exists but lacks the @EnterpriseSearch annotation, which is necessary for the entity to be indexed and searchable in the Enterprise Search framework.
    3. Authorization Issues: The user may not have the necessary authorizations to access the CDS entity.
    4. Transport Issues: If the CDS entity was recently transported from another system, it may not have been activated properly in the target system.

    Solution

    1. Check Entity Existence:

      • Verify that the CDS entity exists in the system. You can do this by checking the ABAP Dictionary (SE11) or using the ABAP Development Tools in Eclipse.
      • Ensure that the entity name is spelled correctly in the code or configuration where the error is occurring.
    2. Add the @EnterpriseSearch Annotation:

      • If the CDS entity exists but lacks the @EnterpriseSearch annotation, you need to add it. The annotation should look something like this:
        @AbapCatalog.sqlViewName: 'YOUR_SQL_VIEW_NAME'
        @AbapCatalog.compiler.compareFilter: true
        @Search.searchable: true
        @EnterpriseSearch.searchable: true
        define view YOUR_CDS_VIEW as select from YOUR_TABLE
        {
            // Your fields here
        }
      • After adding the annotation, activate the CDS view.
    3. Check Authorizations:

      • Ensure that the user has the necessary authorizations to access the CDS entity. This may involve checking roles and authorizations in transaction PFCG.
    4. Re-transport and Activate:

      • If the CDS entity was transported, ensure that it has been activated in the target system. You may need to re-transport or manually activate the entity.
    5. Check for Dependencies:

      • Ensure that all dependent objects of the CDS view are also activated and available.

    Related Information

    • CDS Views: Core Data Services (CDS) is a framework for defining semantically rich data models in SAP. CDS views can be used for reporting, analytics, and search.
    • Enterprise Search: SAP Enterprise Search allows users to search across various data sources in the SAP landscape. CDS views can be indexed for search purposes.
    • Annotations: Annotations in CDS views provide metadata that can influence how the view is processed and used in various contexts, including search.

    If you continue to experience issues after following these steps, consider checking SAP Notes or reaching out to SAP support for further assistance.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
ERPlingo simplifies finding the accurate answers to SAP message errors. I now use every week. A must have tool for anyone working with SAP! Highly recommended!
Rate 1
Kent Bettisworth
Executive SAP Consultant