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 or Delete Context Sensitive Menu

Former Member
0 Likes
725

Hi,

I'm doing some screen programming and need to disable/delete the context sensitive menu.

Currently when the program is running the program and they press the right mouse button a menu is displayed I need some way to disable or delete this can anybody help?

Many thanks in advance.

Some code example would be most appreciative.

Raj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

Check the Screen Other attributes for Context Menu. Either you remove this Context Menu or customized it as per your requirement. I assume, you are refering to custom Z module pool programming.

3 REPLIES 3
Read only

Former Member
0 Likes
657

Check the Screen Other attributes for Context Menu. Either you remove this Context Menu or customized it as per your requirement. I assume, you are refering to custom Z module pool programming.

Read only

0 Likes
656

Thanks,

I've set the Context Menu Form Section to

ON_CTMENU_ = BLANK

Thanks for your help.

Raj

Read only

Former Member
0 Likes
656

Hi,

use class CL_CTMENU to control context menus.

Regards

Karthik D