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

Context Menu

Former Member
0 Likes
617

Dear All,

Can anyone explain me what is context menu? How it differs from normal menu painter. What is its exact application? And Do we need to use Class and methods to program this.

Regards,

Senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Hi,

Context menu can be used in relation with the various screen elements

like I/O fields, subscreen,group box,table control but not with push buttons,radio,check buttons.

It can be used to show related options when the user right clicks on the screen elements. It is a type of status. SAP automatically creates a default context menu for dialog statuses consisting of all the function codes available.

We can create a context menu statically using the menu painter(SE41)

or dynamically by using the methods of the global class CL_CTMENU

regards,

keerthi.

4 REPLIES 4
Read only

Former Member
0 Likes
581

Hi senthil,

please find the link for context menu

http://help.sap.com/search/highlightContent.jsp

hope this will help you.

regds,

anil..

Read only

Former Member
Read only

Former Member
0 Likes
582

Hi,

Context menu can be used in relation with the various screen elements

like I/O fields, subscreen,group box,table control but not with push buttons,radio,check buttons.

It can be used to show related options when the user right clicks on the screen elements. It is a type of status. SAP automatically creates a default context menu for dialog statuses consisting of all the function codes available.

We can create a context menu statically using the menu painter(SE41)

or dynamically by using the methods of the global class CL_CTMENU

regards,

keerthi.

Read only

Former Member
0 Likes
581

hi senthil,

check these threads...