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: 

How to restrict SPRO?

Former Member
0 Kudos

Hi All,

I have created the role containing some T-codes and assiging some autho objects after that. Now the problem is user has got the access to SPRO and i want to restrict this. Can anyboby tell me how to restrict SPRO?

regards,

amit

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can control users based on project.

Check following authorization objects.

S_PROJECT

S_RFC

S_TCODE

S_TABU_CLI

S_TABU_DIS

S_DOKU_AUT

S_TRANSPRT

Regards

Ben

Former Member
0 Kudos

Hi,

check the object S_tcode and and remove the Tcode SPRO so that he will not be able to acess the spro without distrubing his other authorisations

Samrat

0 Kudos

Hi Samrat,

another possibility is to create and generate a customizing project with Tcode SPRO_ADMIN and in my opinion assign the authorisation for the project with the objects S_IMG_ACTV, S_PROJECT, S_PRO_AUTH.

Holger