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

Cl_SALV_TREE

Former Member
0 Likes
603

I have build a report application using the cl_salv_tree class.

Is it possible to respond to the following type of event:

The user opens a particular node.

I already have wired the double click event to my data records,

but it would also be helpful to respond to the opening of a node.

I have build a report application using the cl_salv_tree class.

Is it possible to respond to the following type of event:

The user opens a particular node.

I already have wired the double click event to my data records,

but it would also be helpful to respond to the opening of a node.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
568

Hmm, good question. Not sure that this kind of thing would fire back to the application.

Regards,

Rich Heilman

Read only

0 Likes
568

What about the event "KEYPRESS" of the class CL_SALV_EVENTS_TREE? There is a parameter for NODE_KEY.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
568

Is there any way to remove or to disable the expander of a node

which has subnodes? I would like to allow the user to expand

the node only by selecting the hierarchy item link I have created.

I can trap for this event, do some preprocessing and then expand

the node programatically.