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: 

Disable refresh button from ME22N

Former Member
0 Kudos

Hello Security Experts,

How can i disable refresh button from ME22N (Display purchase order) screen.

thanks in advance

Sushant

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Not via authorizations.

You need a development.

Regards,

Subbu

6 REPLIES 6

Former Member
0 Kudos

Hi,

Not via authorizations.

You need a development.

Regards,

Subbu

mvoros
Active Contributor
0 Kudos

Hi,

I agree that you can't achieve your goal using authorizations. I am just wondering why you want to disable the refresh button. I guess that relaunching transaction is equal to hitting button refresh. BTW you can try to hide button using variant (transaction SHD0).

Cheers

Former Member
0 Kudos

Hi ,

Please ask for ABAP Team for deactivating display access for ME22N Tcode.

regards

vikas

arpan_paik
Active Contributor
0 Kudos

Hello Susant,

If your goal is to display a purchase order then why user need access to ME22N (Change PO)?? Provide access to ME23N (Display PO)...However you also can provide display access to ME22N but make sure all objects for ME22N has display activity only in user buffer...Though recomendation will be ME23N rather that ME22N...

Arpan

Former Member
0 Kudos

You can create Transaction variant vis SHD0 like ZME22N and then disable button you want

then assign that Transaction variant to user

Thanks

Former Member
0 Kudos

thanks for reply....