cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization for "Support Team" and "Message processor"

Former Member
0 Kudos

Dear colleagues.

In message edit screen in CRM_DNO_MONITOR I want to prohibit changes for "Support team" and "Message processor" fields for been cnahged.

I didnot find any authorizatiopn object,

Is it possible?

Regards

Vladimir Kogan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One way to achieve this is via partner dermination customizing. If you go to IMG then your can find something called Define Partner Determination Procedure under CRM -> Basic Functions. Here locate the relevant partner procedure, select it and double click on "Partner Functions in Procedure". Here you can for each partner function define if it is changeable after determination (flag/unflag the field called changeable).

Former Member
0 Kudos

Thank you. Very usefull information!

But if I understand it right, there is no way to use authorization to permit or deny from message processor to change those fileds in CRM_DNO_MONITOR? In case is unblocked in customizaion....

Regards

Vladimir

Former Member
0 Kudos

You can use BADI COM_PARTNER_BADI:

Method COM_PARTNER_FIELDCHECK for the fields in the fast entry screen

Method COM_PARTNER_CHECK for the partner tab

Best Regards,

Christoph