cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:field control

former_member1249468
Contributor
0 Kudos

Hi Gurus,

I want to give authorisation to change some screens in change mode of sales order to different users.That means user A is only able to change one field ,and user B is only able to change another field and user C is able to chenge some other field.And in this case users are allowed to change their specifie field only and they are not allowed to chage another fields.How to control this in the system.

Thanks&Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

you can configure either with Transaction variant SHD0 or user exits that given above , After configuring the necessary settings u needed to assign them to user in authorization , Hence this can be archived in combination of SD ,ABAP and BASIS consultants.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

The authorisations would be given by the basis consultants. On specification of the field technical names and the tables by SD consultants the basis consultants would give the same.

Regards

vijay

Former Member
0 Kudos

It is possible using the exit USEREXIT_FIELD_MODIFICATION in program MV45AFZZ. But you will have to hardcode the user IDs which is not recommended. Alternatively you have to create authorization objects and call them using a program in the exit.

Regards,

GSL.