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: 

MM03 with display all and MM02 with only intended class types change

Former Member
0 Kudos

Hi Experts,

We have a requirement that user should get access to display data for all class types but change only for selected class types - e.g. 001 ( Tcodes MM02 and MM03)

We have checked all possible combinations of auth Objects - C_KLAH_BKL & C_TCLA_BKA.

Object C_TCLA_BKA has Field KLART for class type but without ACTVT field. We tried to create a custom tcode with adding copy of object C_TCLA_BKA and adding ACTVT to it, but it didn't work. It simply checks the value in KLART field and grants access of display and change to that Class Type only. User needs to display all and change only for selected ones.

Any solution to this requirement is highly appreciated.

Thanks & Regards,

Sabita

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Sabita,

You need to contact your Development team for adding an Authority check on the Custom Object you created for C_TCLA_BKA  in the MM02  BTE (00001250)

Hope this would solve your issue.

PraveenKumar

3 REPLIES 3

Former Member
0 Kudos

Hello Sabita,

You need to contact your Development team for adding an Authority check on the Custom Object you created for C_TCLA_BKA  in the MM02  BTE (00001250)

Hope this would solve your issue.

PraveenKumar

Former Member
0 Kudos

You could look to align class types with M_MATE_MAR or M_MATE_MAT and control that way.  It could possibly be a bit clunky and a customisation as suggested by Praveen could be an option.

Alternatively you could do what many companies are doing and operate a strict governance process over the master data so that incorrect inputs are minimised (organisational design, training) and detective controls are used to check that master data is accurately maintained.

0 Kudos

Thanks Praveen and Alex,

That was also my understanding that a customization is required, but thought to have experts opinion here. We will check that option. Thanks for your quick response and support.

Regards,

Sabita