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

Module pool

Former Member
0 Likes
387

can any one help me ..

can i know what for the option "context menu form " is there when we

designing layout in screen painter .

clue -> when we double click any field in screen painter it will bring u to one

vertical screen there in 10th row u have a option ... what is the use of that

and how can we use that ...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
353

Hi

If a screen element is linked with a context menu - either its own or

one that it has inherited, a special subroutine

ON_CTMENU_<context>

is called in the ABAP program when the user clicks the right-hand mouse

button.

check sap library .....

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
353

This is for creating and using context menu's. In other words when right clicking on a ui element, you can get a context menu. Like in SE80 after displaying a report, you can select the name of the report and a context menu appears.

Read only

Former Member
0 Likes
354

Hi

If a screen element is linked with a context menu - either its own or

one that it has inherited, a special subroutine

ON_CTMENU_<context>

is called in the ABAP program when the user clicks the right-hand mouse

button.

check sap library .....