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: 

Display Message in ME9F

Former Member
0 Kudos

Hi,

How to deactivate the Display message(Function Key) from me9f.

Not able to do through transaction variant,is any other option to acheive this issue.

Regards,

Sarav.

3 REPLIES 3

Former Member
0 Kudos

HI,

i feel screen varient should work for u but since it is not

one way to reach to ur goal can be achieved

what u can do is

in the program - MZA6PF02

before open_form statement

write an error message if

sy-ucomm = '9ANZ'

this way u can disable the button indirectly

Regards

Rohit

0 Kudos

Hi Rohit,

It's not able to do through screen variant also,and by adding error message/sy-ucomm in standard program it will get effect to all user's,i need to disable that (display message,F-key) for certain user's only,moreover i can't get access key to modify standard program.Any other suggestion.

Regards,

Sarav.

0 Kudos

u can hard code specific users

if sy-unsme = ' '

endif

i know not a very good option..

but i belive it will solve ur issue