Do you have any question about this error?
Message type: E = Error
Message class: ESH_ENG_CDS_HANA - ES-CDS/HANA
Message number: 002
Message text: Procedure &1 not available
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.
ESH_ENG_CDS_HANA002
- Procedure &1 not available ?The SAP error message ESH_ENG_CDS_HANA002 indicates that a specific procedure (or function) in the SAP HANA database is not available. This error typically arises in the context of SAP HANA when trying to execute a CDS (Core Data Services) view or a related operation that relies on a specific database procedure that cannot be found or is not accessible.
Causes:
- Missing Procedure: The procedure that the CDS view is trying to call does not exist in the database.
- Incorrect Naming: There might be a typo or incorrect naming in the CDS view definition or the procedure call.
- Authorization Issues: The user executing the CDS view may not have the necessary permissions to access the procedure.
- Transport Issues: If the procedure was recently transported from another system, it may not have been activated or may not exist in the target system.
- Database Version: The procedure may be available in a different version of the database or may have been deprecated.
Solutions:
- Check Procedure Existence: Verify that the procedure exists in the HANA database. You can do this by querying the database catalog or using HANA Studio.
SELECT * FROM _SYS_BIC."<schema>/<procedure_name>";
- Correct Naming: Ensure that the procedure name is correctly referenced in the CDS view. Check for any typos or case sensitivity issues.
- User Authorization: Ensure that the user has the necessary authorizations to execute the procedure. You may need to grant the appropriate roles or privileges.
- Transport Validation: If the procedure was recently transported, ensure that it has been activated in the target system. You can check the transport logs for any issues.
- Database Compatibility: Ensure that the database version you are using supports the procedure. If it has been deprecated, you may need to find an alternative approach.
Related Information:
If the issue persists after checking the above points, consider reaching out to SAP support for further assistance, providing them with detailed information about the error and the context in which it occurs.
Get instant SAP help. Start your 7-day free trial now.
ESH_ENG_CDS_HANA001
Connection &1 is not a SAP HANA instance
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_ENG_CDS_HANA000
Parameter &1 missing
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_ENG_CDS_HANA003
Invalid connection ID, or connection failed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_ENG_CDS_HANA004
&1&2&3&4
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.