cancel
Showing results for 
Search instead for 
Did you mean: 

Write Auth. for only 1 field in cProject

Former Member
0 Kudos

Hi Experts,

We have a scenario where some specific users (having particular role) should have Write Auth. on only 1 single field in the Project, whereas they would have Read Auth. on the overall Project. This field is a custom field.

We tried the following approach. We used the Auth. Object S_COAT_ADM and created a schemata (for including it as a condition in SPRO for the field configuration) with check on this Auth. Object for activity `02` (Edit). However it does not work if the user has only Read Auth. on the project (logical because actually whole project has to be updated).

Is there a way to achieve this?

Thanks a lot and best regards,

Abir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abir,

Can we just think of a possibility where your custom field is added to field control (spro) and may be you do some webdynpro enhancements and read the roles of the user logged in, accordingly show/hide the fields.

regards

abhishek

Former Member
0 Kudos

Hi Abhishek,

Thanks for your reply. We have done it in a way similar to this. We control the field attributes through Web Dynpro enhancement on the basis of roles.

Thanks and best regards,

Abir

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

your requirement is contradictory/absurd.

if the user has Read, how can he write. for your z field it has to be outside the standard screen to make it active for read access for project.

The best way to do this is create a separate webdynpro tab where you can provide access based on Auth object

Niranjan

Former Member
0 Kudos

Hello Niranjan,

Thanks for your reply. I had mentioned in my post that the requirement is not logical, however, after all its a client requirement (also to have it at the same place) so it cannot be termed absurd.

Individual custom field configurations are possible by usage of schematas which rendered particular fields as editable even for users with read-only authorisation on over all project. So we were exploring the possibilities.

Best Regards,

Abir

Former Member
0 Kudos

Best luck..