Do you have any question about this error?
Message type: E = Error
Message class: SADL_GW_ATC_CONSMPTN - SADL Gateway: ATC Messages for Consumtion Annotations
Message number: 802
Message text: id of ranking function must be specified
In @Consumption.ranking.activeFunctions, the id of the ranking function
must be specified by annotation 'id'.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Add the 'id'-annotation per ranking function listed in the array.
Error message extract from SAP system. Copyright SAP SE.
SADL_GW_ATC_CONSMPTN802
- id of ranking function must be specified ?The SAP error message SADL_GW_ATC_CONSMPTN802 typically occurs in the context of using the SAP Advanced Data Modeling (SADL) framework, particularly when dealing with the consumption of OData services or when defining a ranking function in a query.
Cause:
The error message indicates that a ranking function is expected to be specified in the context of the query or OData service you are trying to execute. This usually happens when:
To resolve this error, you can take the following steps:
Check Query Definition: Review the query definition in your SADL model. Ensure that you have specified the ranking function correctly. This includes:
Update the OData Service: If you are consuming an OData service, ensure that the service is correctly configured to include the ranking function. You may need to regenerate the service or update its metadata.
Review Documentation: Consult the SAP documentation for SADL and OData services to understand how to properly define and use ranking functions. This can provide insights into the required parameters and structure.
Debugging: If you have access to debugging tools, you can trace the execution of the query to see where the ranking function is expected and why it is not being recognized.
Consult SAP Notes: Check for any relevant SAP Notes or updates that might address this specific error. Sometimes, there are known issues or patches that can resolve such problems.
Seek Help from SAP Community: If the issue persists, consider reaching out to the SAP Community or forums where other users may have encountered similar issues. They may provide additional insights or solutions.
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
SADL_GW_ATC_CONSMPTN801
@Consumption.ranking.activeFunctions must be annotated at view
What causes this issue? @Consumption.ranking.activeFunctions can be annotated on header-level only.System Response The system issues an error messag...
SADL_GW_ATC_CONSMPTN800
Unknown annotation '&1'
What causes this issue? Annotation &V1& is not defined in domain @Consumption.ranking.System Response The system issues an error message and...
SADL_GW_ATC_CONSMPTN803
functionId &1 specified several times
What causes this issue? In the array @Consumption.ranking.activeFunctions, function &V1& is specified several times. This does not make any s...
SADL_GW_ATC_CONSMPTN804
functionId &1: Prefix 'ES:' required
What causes this issue? Ranking functions defined in Enterprise Search are addressed by the prefix 'ES:'; like 'ES:ES_SESSION_USER...
Click on this link to search all SAP messages.