cancel
Showing results for 
Search instead for 
Did you mean: 

authorization object for "Set in Development"

Former Member
0 Kudos

Hi,

How can you restrict/deny "Set in Development" option from users in the change management scenario?

What is the authorization object for this?

Cs

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Cs,

auth. objects for status changes are B_USERSTAT and B_USERST_T.

Status keys are defined in customizing (activity CRM_STATUS_04) and assigned in status schema (CRM_STATUS_001).

Regards

Christian

Former Member
0 Kudos

Hi Cris,

So this can be controlled by authorization or this can be done only by customizing...bit confused

Regard,

Cs

Former Member
0 Kudos

Definition and assignment of keys to user status is done in customizing.

To set a certain key/status you need the appropriate auth. object including that key.

Regards

Christian

Former Member
0 Kudos

Thanks for the quick response,so if i want to allow 'Set in development' option to only few users, what authorization object & key i need to set or what authorization object & key to be revoked for those users who already have it.

Regards,

Cs

Former Member
0 Kudos

You need to check which key (if any) is used for that status. You can do that in customizing activity I mentioned above (customizing for the status schema which is used in your transaction type).

Regards,

Christian