Hi
Can you please check with your security team,they will tell you if std role is present or they will create new one for your requirement.
Regards,
Ganesh Bothe
Hi,
You can provide Display authorizations to your restricted users VIA RSECADMIN ( analysis Authorizations ) , the activity which a user can perform is decided by the info object 0TCAACTVT . For example, if you want to provide display authorization to a user on info object 0COMP_CODE, you can create a authorization like this:
Authorization Name: AUTH_TEST
0TCAIPROV = * ( * authorization for info providers, this can also be restricted )
0TCAACTVT = 03 ( 01 = create , 02 = change and 03 = display )
0TCAVALID = * ( validity of the authorization )
0COMP_CODE = *
0TCAKYFNM = *
the above authorization ( AUTH_TEST) when assigned to a user will provide display authorization for 0COMP_CODE included in all the infoproviders and on all the key figures.
If you want to provide such authorizations on a Query , the pre-requisite will be to first get following authorization objects assigned to the user:
S_RS_COMP
S_RS_COMP1
Hope I was able to help.
Regards,
Subhendu
Add a comment