Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HANA live Browser security restrictions for specific calculation views

Former Member
0 Kudos

The HANA system details are 1.00.102.06, HANA 1.00 SPS10 rev. 102 Patch 06 (1.00.102..06)

We are having some trouble trying to restrict a user from seeing only those calculation views that are assigned to the user. Currently the user is assigned to the roles:

The role sap.hba.explorer.roles::Business was copied to a custom role with the following priviliges in the object priviliges section.

There is another role assigned to the user are

Sap.bc.ina.service.v2.userRole::INA_USER

PP::ZPP_CONFIRM_NOCANC_04NC    - which is the calculation view that should be the only one shown in the HANA live browser.

An analytic priviliege for this was created and added to the same role.

the issue: we are seeing all the views available out of the box for HANA live browser. can some one please help

2 REPLIES 2

Former Member
0 Kudos

Looks like a developer as they have full access to the schema.

That makes views and tables visible in the schema. That your view is restricted further by whatever you have in the view coding is not known at the time of the visibility of the view.

I imagine it like the search help of SE16, except it can restrict the visibility in the F4.

This is just a test user with speculative roles, right?

Cheers,

Julius

0 Kudos

Thanks Julius. yes it is a test role. so what needs to be removed from this role so the users can only get restricted to see the calculation view and not see the entire database of objects in the HANA live browser ?