2006 Jan 10 3:31 PM
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
2006 Jan 10 3:36 PM
2006 Jan 10 3:49 PM
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.
2006 Jan 10 3:51 PM
I try with flush, but it doesn't working.
I solved with CALL METHOD g_alv_tree->frontend_update.
Bye
enzo