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: 

how to refresh tree

Former Member
0 Kudos

hi

i have a problem with my report, i made a report using tree control using cl_gui_column_tree class, my report have three fields only 1. plant 2. storage location 3. material number.

plant is a root

storage loc is node

material number is a child

i have a screen 100 for input plant field to get the data according to a specific plant. and then usinc call screen 200 i have to display this in a tree form, on node souble click event (storage loc) the data will move to table control for a specific location same for material under storage location.

its all fine for first selection when i am pressing back button is come back on selection scree for select another plant ,up to now everything is fine but now the problem will start when i am entering another plant is showing me same plant , storage location and material number on screen 200.

so i want to know how to refresh this tree control. if this tree control will refresh i think my problem will resolve.

so pls help me how to do this

thanks in advance

pardeep

3 REPLIES 3

Former Member
0 Kudos

Former Member
0 Kudos

i have done it .