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: 

DELETE_SUBTREE in alv control tree

Former Member
0 Kudos
96

hi all,

i have a simple problem:

I have a screen with an alv tree.

In a PAI module of the screen I call the method delete_Subtree of the tree, but the screen is not refreshed.

Any suggestion?

bye enzo

3 REPLIES 3

Former Member
0 Kudos
57

Ok, now I can delete a leave.... and the root?

bye

enzo

Former Member
0 Kudos
57

Enzo,

If you still facing REFRESH issues, can you try to flush which will update the screen. It should be a part of the Class CL_GUI_CFW (Not sure if I have spelled it right).

regards,

Ravi

Note : Please reward the posts that help you.

0 Kudos
57

I try with flush, but it doesn't working.

I solved with CALL METHOD g_alv_tree->frontend_update.

Bye

enzo