Application Development and Automation 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: 
Read only

Disable refresh button from ME22N

Former Member
0 Likes
1,270

Hello Security Experts,

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

thanks in advance

Sushant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,104

Hi,

Not via authorizations.

You need a development.

Regards,

Subbu

Hello Security Experts,

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

thanks in advance

Sushant

6 REPLIES 6
Read only

Former Member
0 Likes
1,105

Hi,

Not via authorizations.

You need a development.

Regards,

Subbu

Read only

mvoros
Active Contributor
0 Likes
1,104

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

Read only

Former Member
0 Likes
1,104

Hi ,

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

regards

vikas

Read only

arpan_paik
Active Contributor
0 Likes
1,104

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

Read only

Former Member
0 Likes
1,104

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

then assign that Transaction variant to user

Thanks

Read only

Former Member
0 Likes
1,104

thanks for reply....