Hello!
I created DB View on my scheme. View uses table SNWD_BPA of EPMSAMPLEDATA schema. I created OData service with this View. I can browse content of metadata OData service without no issue.
https://s3hanaxs.hanatrial.ondemand.com/.../BusinessPartners.xsodata/$metadata
However, if I try to get to the element level like this:
https://s3hanaxs.hanatrial.ondemand.com/.../BusinessPartners.xsodata/BusinessPartners
I receive: exception 1: no.71000258 (ptime/query/checker/check_clause.cc:579)
Not authorized NO exception throw location recorded. Stack generation suppressed.
I executed successfully
call "HCP"."HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS"
But this doesn't help.
Does anyone know what privileges should be assigned to user and how can this be done?