Hi Experts,
We are using HANA ASPS9 and created few scripted views. Now as per documentation Analytic privilege does not support scripted or SQL views.
So alternative to this is SQL privileges using below statement:
Create STRUCTURED PRIVILEGE SQLPrivilegeName FOR
SELECT ON "_SYS_BIC"."PAckagePath/ScriptedViewName" where "MANDT" = '100';
Now problem is that we can not transport it to other system and we can not consume in HANA repository roles.
If I am correct why we have this privilege and how to control authorization for scripted views?
In SP11 we can convert analytic privilege into SQl privilege and we also have graphical interface to create SQL privileges.
But how to do the same in SPS9.
*We can not go with SP11 upgrade right now,
Regards
Rajender Singh