cancel
Showing results for 
Search instead for 
Did you mean: 

MM02 Classification Tab/View : Only display mode to the some users

Ramu-Mannava
Participant
0 Kudos
3,567

Hi Experts,

in Transaction MM02 We have different types of Views/Tabs like below,

  1. Basic Data1
  2. Basic Data2
  3. Classification And so On.

MM02 : is the tcode where we can change the material and it's attributes.

For some user's i want to make Classification Tab/View only for display in MM02.

How can i achieve this?

your suggestion will help me a lot

Thanks in advance

Best Regards

Ram

Accepted Solutions (1)

Accepted Solutions (1)

lingaiahvanam
Active Contributor
0 Kudos

Hi,

The classification view cannot be restricted for create / change. The authorization object to restrict the classification is either to be completely locked down (display / change / create) or completely open (display / change / create).

You can check with basis or security team to check the follwoing authorization object to control the classification view.

Object: object M_MATE_STA

Best Regards,

Lingaiah

Ramu-Mannava
Participant
0 Kudos

      Hi lingaiah,

      Thank you so much for your suggestion.

      Yes you are correct.


      I made the below settings

      Scenario 1:
      Object: object M_MATE_STA :

      1. Activity : 03
      2. Maintenance status of material : A,B,D,E,F...Z

      So I removed the Classification Values C from above

      Output : You are not Authorized to execute MM02

      Scenario 2:

      Object: object M_MATE_STA :

      1. Activity : 02,03
      2. Maintenance status of material : A,B,D,E,F...Z

      So I removed the Classification Values C from above

      Output :

      • I am not Able to See the Classification Tab/View ( I need this to only Display purpose, but now its completely gone)

      Can you suggest on the Scenario 2 ? Only Display is not possible ?

      Thanks much

      Regards

      Ram Chowdary








      Answers (2)

      Answers (2)

      former_member42743
      Active Contributor
      0 Kudos

      There are probably a couple of ways to do this.

      Look at object C_KLAH_BKL and object C_KLAH_BKP

      Set activity to only 03 for display only access.

      If you want some users to access some classes but not others, you can limit them to class types using object C_TCLA_BKA. Here you specify * or specify class types like 001 or 023.

      The next level down has the organizational areas. These org areas can be assigned to specific classes (within a class type, C_TCLS_BER), or to specific characteristics (in the class, C_TCLS_MNT).

      By giving users the organizational values you can limit them to strictly one characteristic in one class if you want.

      Classification is unique because you can interact with classification values via other transactions other than by the material master. For instance CLMM.

      So you can't limit via the material master security and you don't have to.

      Craig

      former_member42743
      Active Contributor
      0 Kudos
      0 Kudos

      Hi,

      Maybe you can create a transaction variant in SHD0 to set certain fields as non editable and then assign this variant to the users you want to restrict.

      Regards