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 MM02 fields from certain users

Former Member
0 Kudos

Is there a way for me to determine what authorization objects I need to amend if any to not allow certain users to make changes to the folllowing fields when using MM02:

MARC-DZEIT - In-house production time

MARC-PLIFZ - Planned delivery time in days

Thanks

Mark

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mark,

Lookup the SU24 for MM02 and see if you can find fields associated with it relevant to you.. If not you will need Z authorization object for anything which is not there...

Regards,

Chinmaya

2 REPLIES 2

Former Member
0 Kudos

Hi Mark,

Lookup the SU24 for MM02 and see if you can find fields associated with it relevant to you.. If not you will need Z authorization object for anything which is not there...

Regards,

Chinmaya

Former Member
0 Kudos

Hi Mark,

Please go through below steps.Hope it helps you:-)

1 - Put a trace(ST01) on the user Id having access to MM02 tcode(If you want to know how to run a trace on a perticular userid then search for the same in this community).

2 - Now login with the userID, go to MM02 screen and hit the two fields which you want to restrict(Enter the values and execute).

3- Now switch off the trace and analyze the logs, you will get the objects which were hit while you were modifying those fields.

4 - Now you can restrict those objects in roles assigned to the obove user id and re-test the access.

If you dont find any objects hit in the above trace analysis then you need to sit with the developer and get a customized transaction build for the same. (As Chinmay already mentioned)

Let us know if you need any more information on this.

Thanks.

Edited by: sap.sec.akshay on Dec 8, 2009 10:19 AM