Application Development and Automation 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: 
Read only

BEx analyzer

Former Member
0 Likes
515

Guys,

I have assigned full wide open access to s_rs_comp and restricted the info area for s_rs_icube for the same role.If I open the BEx analyser,under info area I can see only the restricted info area ...why I cant able to see all the info areas as it is given full access in other object s_rs_comp?

3 REPLIES 3
Read only

Former Member
0 Likes
483

That is because you have restricted S_RS_ICUBE to a particular info area. There is difference between S_RS_COMP & S_RS_ICUBE objects. S_RS_ICUBE is focussed on data in the infocube while S_RS_COMP is focussed on query creation.

Read only

Former Member
0 Likes
483

The reporting part not only needs S_RS_COMP, S_RS_COMP1. But also

DATA underneath S_RS_ICUBE. If you have a report which has to pull data, obviously it should have access from where it has to pull. So give S_RS_ICUBE with DATA and 03 as activity. that would give access for the reporting users.

I would say, its better you restrict at S_RS_COMP level also.

Read only

0 Likes
483

Thanks,so can I assign s_rs_comp with restrcition to queries only and make info area ,info cube boxes empty and assign s_rs_icube with restrictions to info area ,info cube,sub object(data).so that the query which is assigned will try to pull only the data with respect to the restricted info area(corresponding info cubes)?? Is my understanding rite? because am confused that both s_rs_comp and s_rs_icube objects contains info area,infocube boxes .....