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: 

Authorization check for queries and workbooks

Former Member
0 Kudos

Hi Gurus,

I want help in BW(3.5 version) authorization to restrict the user not to display queries but he can display workbooks.

And I want to create a role where I can publish my workbooks. Like we have two business lines and I want to create the two roles.

I tried with

S_USER_AGR

S_USER_TCD

S_GUI

S_BDS_DS

This authorization objects are related to save the workbooks but my requirement not to save and as well as not to display the queries.

Please advise me what needs to be done to achieve this requirement.

Thanks

Robert.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Robert,

Check with auth objects S_RS_COMP and S_RS_COMP1, these are used to restrict access to queries.

Regards,

Nanda

3 REPLIES 3

Former Member
0 Kudos

Hi Robert,

Check with auth objects S_RS_COMP and S_RS_COMP1, these are used to restrict access to queries.

Regards,

Nanda

0 Kudos

Hi,

you required to query related authorization and work book related authorization.

query

-


s_tcode

s_rfc(for bex analyzer access)

s_rs_comp

s_rs_comp1

s_rs_fold(if user wants to see infoarea then only u have provide this authorization object)

s_rs_icube

s_rs_mpro

work book

-


if u want to save query results in work book

S_GUI

S_BDS_DS

if u want to save work book in roles

S_USER_AGR

S_USER_TCD

if u maintaint all the autozation object then you can able to save .

0 Kudos

Thanks Asif,

Your reply is very helpful. I assigned points.

Thanks

Robert