cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Control PO field one user can change

Former Member
0 Likes
190

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.

View Entire Topic
Former Member
0 Likes

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 Member
0 Likes

Many thanks. How can this be role-related?

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

Regards.

Former Member
0 Likes

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.