Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting editing of condition PR00 for group of users

vinod_vemuru2
Active Contributor
0 Kudos

HI All,

We have a requirement to restrict group of users on editing the standard condtion PR00 for orders. This can be easily achieved through exit MV45AFZZ or BADI PRICING_AUTHORITY_CHECK_UI. But we are looking for some more better ideas than using exits/BADI, may be through BASIS authorization control!!! ( We can do it for menu actions like delete order)

Any ideas on this is highly appriciated.

Thanks,

Vinod.

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

You can use the System trace(ST01) to check what are the auth. checks made during that particular operation.

See if it helps.

0 Kudos

Hi Suhas,

Thanks for the reply.

We have already tried this option. This is helpfull when we try to make some changes to the field. But our requirement is to make this condition grayed out if user don't have access without the exit. If nothing works out, we will convince the users to go with exit solution.

Any other inputs are welcome.

Thanks,

Vinod.