cancel
Showing results for 
Search instead for 
Did you mean: 

Re : Allow only certain user to have access to modify pricing cond type

Former Member
0 Kudos

Hi,

Is it possible to allow only certain users to have access to modify prices on the condition type.

We have found a way of doing it by creating custom Z tables. In that table we will store the user id / condition type. And then check if the current user who is modifying the condition type manually. If the user doesn't exists in the custom table, it will throw a hard error.

Any body know doing this only by configuration ?

Thanks,

Dipankar Biswas

Edited by: Dipankar Biswas on Sep 18, 2008 12:28 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

By configuration it is not possible and hence you have to use ABAP.

For detailed information refer OSS Note 105621 - Authorization check for the condition screen. The advantage of customizing as per this note is that you can control by roles.

Regards,

GSL.

Former Member
0 Kudos

Thanks !

Dipankar Biswas