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: 

Disable specific fields in 'MM01`through 'authorization(without ABAP Code)'

0 Kudos

Hi Experts,

I am a Security consultant and my requirements is to 'Disable' specific fields in MRP1 tab of MM01. So my question is : Is it possible to accomplish this requirement through authorization (Without ABAP Code). I am aware that this can be done through TCode 'OMSR'. However, by doing so these fields get restricted to All Users, whereas I need it for only select users.

I was informed by the customer that this can be done through Authorization(Without ABAP Code).Please assist.

Thanks in advance!

Thanks,

Kranthi KR

1 REPLY 1

Former Member
0 Kudos

Hi,

To disable fields in MRP1 as described then you will either have to do it programatically or use another technique such as a transaction variant which is linked to a custom tcode and assigned to a subset of users through their role as a substitute for MM01. 

In the transaction variant you can set certain fields to be display only or hidden however with transaction variants they are often easy to break and be navigated around, the impact of which will depend on how important this data is.

There is some more info on tx variants here: