‎2006 Sep 18 5:41 AM
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
‎2006 Sep 18 6:04 AM
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.
‎2006 Sep 18 5:57 AM
Hi senthil,
please find the link for context menu
http://help.sap.com/search/highlightContent.jsp
hope this will help you.
regds,
anil..
‎2006 Sep 18 6:01 AM
Hi senthil,
chk this link:
http://help.sap.com/saphelp_nw2004s/helpdata/en/ac/523b6d4e6611d3b96c0000e8353423/content.htm
http://sap.niraj.tripod.com/id25.html
regards,
keerthi.
‎2006 Sep 18 6:04 AM
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.
‎2006 Sep 18 6:09 AM