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: 

Removal of "Print Preview" Option/button from PURCHASE ORDER ( ME22N)

Former Member
0 Kudos

Hi ,

We wanted to make one button "Print Preview" disable for all users in Tcode ME22N / ME23N.

Could u pls let me know , how we can do that

Regards

Shrey.MM

4 REPLIES 4

Former Member
0 Kudos

Try Using BADI BADI_SCREEN_LOGIC_RT

Hope it helps,

RJ

Former Member
0 Kudos

Hi,

One thing you can do is, create a GUI Status resembleing the current GUI status, except the Print Prieview Button.Ans set the GUI Status before calling the Transaction in BADI or User Exit.

Thanks & Regards,

Vamsi.

Former Member
0 Kudos

Ask Abaper to make changes in screen exit.

Former Member
0 Kudos

Thx