cancel
Showing results for 
Search instead for 
Did you mean: 

Status authorizations

Former Member
0 Kudos

Hello,

I would like to restrict system status changes of PS objects for certain users.

Does anyone knows about any standard auth. obj. available for PS objects?

Thanks in advance,

Yaniv.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hai Martina

With the transaction code -we can restrict the users.

Is there any method of restriction for the following scenario in PS:-

example- there are 2 users and each of them create individual projects.

User1 should not be allowed to see/change/delete the User2 project.

The same -

User2 should not be allowed to see/change/delete User1 project.

Is the above scenario can be achieved with B_USERSTAT or B_USERST_T by configuring the users in the status profile for individual project profile and assigning them or Is there any method?

Appreciate ur valuable feedback.

Regards

PC

Former Member
0 Kudos

Yaniv

I am sorry but I have to advise that there is no authorisation object,

user exit, modification available to check the changing of system

statuses in the system.

You have to use user status profile in conjunction with the

authorisation objects B_USERSTAT or B_USERST_T.

e.g. you have a user profile that disallows the setting of TECO.

to delete/inactivate the user status you need to set up a user

with the auth object(s) above that allows them to do so.

Hope this helps. Please reward if useful

Regards

Martina

Former Member
0 Kudos

Here is a quick tip, the easiest way to find objects for any transaction is to go to PFCG, create a role, add the transaction to the role menu in the menu tab, then go to the authorisation tab and go to change the authorisations in there. If you add the transaction first it automatically adds all the authorisation objects for that transaction code. Its the easiest way to do a role if you need to.