cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Tree data change

Former Member
0 Kudos

I'm displaying the ALV Tree using ITS on the web. When I trigger any events, the updated data gets pulled from backend but its not showing on frontend.

I'm using cl_gui_column_tree to build the tree and this class doesn't have any methods to refresh the ALV.

Pls help.

BM

Accepted Solutions (0)

Answers (1)

Answers (1)

david_bussiere
Explorer
0 Kudos

Are you calling the method "fontend_update" after making changes to the tree?

CALL METHOD <tree_name>->fontend_update.