cancel
Showing results for 
Search instead for 
Did you mean: 

SPRO by module wise

Former Member
0 Kudos

HI

I want to assign the SPRO to consultant by module wise, so that each consultant can customise the configuration of his module.

Is there any way to restrict the consultant on his module configuration ?

Please advise me

Regards

Anwer Waseem

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anwer,

Please execute the transaction SPRO and navigate to

GOTO->Project Management.

Now Create a new Project .

Now Specify the IMG Module wise by selecting the required modules and generate the IMG and save it.

Now create a new role for that Particular Module wise name.and switch on to Menu Tab.

Goto Utilities --> Customizing Auth and assign the Particular Project name or Scope which has been defined for the module.

Now save it and generate the role.

The particular role will be created for the module wise.

Assign points if useful..

Regards,

Radeesh Velayudhan

former_member192350
Active Participant
0 Kudos

Most of the SPRO transactions are really calling SM30/SM31, so you could lock them down with S_TABU_DIS authorizations, but you need to realize there's a lot of cross-module configuration that will go on in a typical project. A better approach is to create a single "Configuration" role with SPRO and S_TABU_DIS for all tables, and then turn on table logging (rec/client = xxx). Then rather than restricting who can perform the config, you have an audit trail of who has made a given change, so if two people have conflicting configuration, it's easy to see who they are, who last changed something, etc.

Trying to sort out configuration by module is a job and a half.

Rich