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: 

BW authorizations RSPC1 / RSPC

0 Kudos

I want to give some support users access to display  for transaction RSPC but this transaction allowed the user
to create chain process, etc. We thought may be best to use  RSPC1 as being display but this transaction calls RSPC which needs
be in the user role which we do not want to give for the above mentioned reason.

Do someone know an alternative for displaying chain process ?

2 REPLIES 2

shivraj_singh2
Active Participant
0 Kudos

Vincent,

I think you should be able to manage display only access in object S_RS_PC in ACTVT field.

Regards,

Shivraj

Former Member
0 Kudos

Did you check the TCDCOUPLES table for RSPC1? Perhaps you can deactivate the mandatory call for RSPC if Shivraj's suggestion was not sufficient.

Otherwise you need to copy RSPC1 to a custom tcode (ZRSPC1) and do your magic in the abap authentication code