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 by material type

Former Member
0 Kudos

Hi there,

is it possible to restrict PP users by material type for transaction MM01? When I am checking the authorisation objects and go into materials management: master data - material master: material types (M_MATE_MAR). All I can see in here is activity (01) and auth group. Is there any way to restrict by material type?

Thanks.

Message was edited by:

Richard Bourke

3 REPLIES 3

Former Member
0 Kudos

Hi Richard,

You need to assign auth groups to material types via table T134.

When you have done that, you can use M_MATE_MAR to restrict activities against that material type. Actvt 01 is only appearing for MM01 as MM01 is used to create, you can also restrict access to change, display or delete the material types with actvt 02 & 03 & 06 respectively (MM02, MM03 etc)

The auth check on auth group will only be performed when there is an auth group assigned to the material type. If there is no auth group on that type the check will be skipped.

Hope that helps.

0 Kudos

Hi Alex,

thanks for the reply

0 Kudos

Glad to help Richard, good luck with it!