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

How to create Tree context menu?

Former Member
0 Likes
693

Hi,

I have a SAP Column Tree docking on a screen, currently it only allow double click on the node of the tree. I need to construct the tree that is able to do a "Right-Click" on the node and able to "Create" a node within it. How do i achieve that? Any sample code for reference?

Regards,

Rayden

2 REPLIES 2
Read only

Former Member
0 Likes
472

Rayden,

Not sure but check the document :

http://www.sap-hefte.de/download/dateien/936/073_leseprobe.pdf

Thanks

Seshu

Read only

Former Member
0 Likes
472

Maybe have a look in Tcode DWDM at the example program under "Context menu > In control" (SAPSIMPLE_TREE_CONTEXT_MEN_DEM) where it has a simple tree control with different context menus on each node.

Jonathan