Application Development 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: 

CL_GUI_ALV_TREE event for expand/collapse

Former Member
0 Kudos

Hello,

Does anyone know which event can be triggered in class CL_GUI_ALV_TREE when you expand or collapse a node?

Thanks a lot!,

Eloi

1 ACCEPTED SOLUTION

former_member201275
Active Contributor
0 Kudos

The event triggered is 'EXPAND_NC'.


3 REPLIES 3

former_member201275
Active Contributor
0 Kudos

The event triggered is 'EXPAND_NC'.


0 Kudos

Hi Glen,

I thought it was 'EXPAND_NC' but I don't achieve to trigger it. Have you, by any chance, a code snippet of it?

Many thanks,

Eloi

0 Kudos

There are a number of sap demo programs for this. Have a look at the code in BCALV_TREE_02, in row 70 is the code.

Best of luck.