on 2019 Jun 08 4:16 AM
Hi Experts,
in Transaction MM02 We have different types of Views/Tabs like below,
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 :
So I removed the Classification Values C from above
Output : You are not Authorized to execute MM02
Scenario 2:
Object: object M_MATE_STA :
So I removed the Classification Values C from above
Output :
Can you suggest on the Scenario 2 ? Only Display is not possible ?
Thanks much
Regards
Ram Chowdary
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
39 | |
5 | |
5 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.