cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Utilities - Authorization restriction in contract management

christian_arias
Explorer
0 Kudos
213

Dear Experts

I have a question regarding Contract Management for Utilities in CRM. The client has implemented CRM 7.0 and IS-U (ERP 6.0) for a multi-company regulated market, all users share a common system and are able to see data of every company, however not every user should be able to change a contract (end, product change) but only those who belong to the company.

This kind of authorization controls are easy to achive in IS-U in several transactions and processes using company code and busines area as relevant authorization parameters.

How this can be applied in CRM Web UI?

Please help me.

 

Best regards.

View Entire Topic
CarstenKasper
Active Contributor
0 Kudos

Good Morning Christian,

What you can do, at least I would:

  • Check in the Service subtree of SPRO
    • If there is a fitting determination Profile under Organizational Data Determination. You can see the Rules which lead you to suitable Function Modules (like CRM_ORGMAN_ORGOBJECTS_FIND_11) 
    • Enter any of those into the Transaction Customizing
  • Implement a Report
    • Get main Partner from OneOrder
    • Call logic similar to the Function Module in the determination rule to get the Partners Org.
    • Put the data into the Transaction by CRM_ORDER_MAINTAIN or using BOL.

Of course this is just very brief. You might possibly want to go with the organization assignment of the Employee Repsonsible on the Contract instead of the main Partner (Customer). 

Keep in mind that for Utilities Contracts you do have one Item per Division. Data has to be placed there, too! As far as I remember data could even be different per Item. I know if you are creating the Contracts in the IC part of S/4 I believe you have to login Partner and Contract Account before Contract maintenance is possible, but the Account might be changed afterwards. 

Hope this gives you a little guidance. Has been some time since I last touched the Utilities part of S/4.

Cheers Carsten

christian_arias
Explorer
0 Kudos

Thank you very much Carsten.