Hi,
I am trying to create a result view based on a read only procedure via HANA Studio, it throws an error :
"The with result view statement is not permitted".
I can bypass that by creating the procedure from modeler, however, the problem arises if I try to assign in privileges to the result view (not the procedure). It seems I am not able to assign any privileges to the result views being created from any account. Even executing a dynamic sql via definer rights in _SYS_REPO it throws me insufficient privileges error. The HANA developers guide mentions that :
Procedures and result views produced by procedures are not connected from the security perspective and therefore do not inherit privileges from each other. The security aspects of each object must be handled separately. For example, you must grant the SELECT privilege on a result view and EXECUTE privilege on a connected procedure.
How can we grant SELECT privileges on the result view ? I am on SPS09, Rev 97. Do I need to create a support ticket with SAP for this ?
Thanks,
Suvajit.