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: 

ALV Node display when expanding for initial display

kyle_mccarter
Participant
0 Kudos

I have created a report that produces an ALV Tree using method cl_gui_alv_tree->add_node. In addition, the user wants the nodes expanded before displaying output to the user. PROBLEM..... When I expand the nodes, the system displays the bottome of my ALV. I want to re-position the display so that the initial display is at the top of the ALV Tree and all the nodes are already expanded.

Thanks in advance for any tips

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Can you post your code to expande the TREE?

Have you tried to use the method SET_TOP_NODE?

Max

1 REPLY 1

Former Member
0 Kudos

Hi

Can you post your code to expande the TREE?

Have you tried to use the method SET_TOP_NODE?

Max