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: 

me29n error message

Former Member
0 Kudos

Hello experts,

we were trying to restrict all the user from changing the Purchase Order that has been already released using ME29N.

so the MM consultant has created an error message, which pops up when a user is trying to change a particular Purchase Order.

the actual requirement is that one SUPER USER should have authorization to change it. and the error message should not pop up.

I had seen that only by basis auth objects it is not possible to do it.

any other solution.

thanks and regards,

amar

1 REPLY 1

RainerKunert
Active Participant
0 Kudos

Hi,

you should create your own authorization object (in transaction SU21). Then check the authorization in the user exit(?) that raises the error message. If the user has the necessary authorization avoid the message otherwise show it.

Regards

Rainer