Hi,
I created a popup screen that displays result of an optimizer run on a button click.The data returned by optimizer run is displayed in a popup containing 3 tabs. 1st tab is a tree using CL_GUI_COLUMN_TREE. 2nd tab is an ALV table and 3rd tab is a text editor.
my Problem is first time when i navigate to popup data containing tree data in 1st tab,it is populating in tree as expected.Other tabs also work as expected.
On the same session, when the optimizer is run again,and click the button.The data is not updated in the popup. It has the same old data.
It is done in module pool programming.
can anybody help how to refresh the tree with the new data based on action performed.
Thanks,
Sujit