cancel
Showing results for 
Search instead for 
Did you mean: 

Control PO field one user can change

former_member252154
Active Participant
0 Kudos

Hello,

We are implementing SRM 7 with ECS.

We want to restrict fields a user can change in a Purchase order. How can we achieve that? For instance we do not want the user to be able to change cost assignment.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The visibility and editability are controlled by IMG in SRM 7. In SPRO,

SRM server >> Cross application basic settings >> Extensions and field controls >> Configure field control >> Configure controls for fields of substructure

There you can hide or make accounting information display only.

former_member252154
Active Participant
0 Kudos

Many thanks. How can this be role-related?

Sorry I should have been more precise on the first place.

Regards.

Former Member
0 Kudos

In the columns for dynamic class and dynamic method, you can implement your own logic in the class/method so that it checks for user roles to determine the visibility/editability.