‎2008 Apr 23 6:59 PM
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 ...
‎2008 Apr 26 6:18 PM
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 .....
‎2008 Apr 23 7:12 PM
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.
‎2008 Apr 26 6:18 PM
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 .....