cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh functionality of a tree structure......

Former Member
0 Kudos

Hi Friends,

In my application i have a Tree structure and when i click on the root node i get the sub-elements under this and when i select an element and execute this element gets deleted/removed.

Now the problem is such that the element is getting deleted in the backend(R/3),but i am able to see the element in the structure still.

When i click on Refresh icon i cannot view the element.

I have tried to used invalidate method,reset method but still the problem remains the same.

Is there any solution to refresh the application manually without clicking on Refresh.

Please help me out to proceed further.

Thanks and regards,

Chandrashekar.

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

go to view properties and set Life span as when_visible.

or each time you need to call the RFC execute method whenever you delete or change tree elements

nikhiL

Former Member
0 Kudos

You don't need to refresh the tree if the data binding is correct. Can you please describe how the context structure looks like, how the tree is bound etc.

Armin