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: 

How to use Standard Authorization Object 'M_MATE_WRK' in SE38?

Former Member
0 Kudos

Hi all,

We have developed one program which calculates the commercial price of the material

and update the same in the material master.

Now we want to implement authorization checks at Plant Level.

For this purpose I am Using 'M_MATE_WRK' which is standard authorization object.

But in my Program when I am checking for it, its giving the sy-subrc value as 0.

This indicates that either it is successful or the object is not active for this particular program. In my case I know that its the second case only.

So now somewhere i need to 'Check' this object for this particular Program.

I have checked SU22 , SU24 but couldn't figure out where should i do the respective setting.

I am working on ECC 6.0

Please help me on this.

Bare with me if i am asking a silly question.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I think u have assign the your program tcode to that Authorization object.

Then execute the program .

Regards,

Srinivas.

Former Member
0 Kudos

Hello All,

The Problem is resolved now.

Actually it was the first case only.

When i created the new user id and checked i realized that its working fine and there was

some mistake while checking previously.

Anyways thanks for ur reply.