cancel
Showing results for 
Search instead for 
Did you mean: 

drag the nodes of a tree from one panel and to drop it to another panel in webdynpro abap

0 Kudos

Hi all,

   I have a requirement to drag the node from tree of aone panel and to drop the same node in another panel.

At start of the application  target(destination panel) is empty.When end user wants to drag a node from source

panel and drop into the target.

Source PanelTarget Panel

Node1

     *  abc

     *  def

Node2

    *  aaa

Node3

    *  eee

    *  xyz

   For example, if user wants to drag and drop the node2  to the target panel,then my application has to looks like below.

Source PanelTarget panel

Node1

    *   abc

    *   def

Node 3

   *   eee

   *   xyz

Node2

     *    aaa

    After drag and drop the drag node should not present at the source panel. Please suggest me the solution to do this.

But at present after drag and drop also the node still remains in source panel.

    

Thanks in advance,

Kiruthika Periyasamy.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

From what i understand you are using a tree in both source and target panels.

The only thing you have to do is, after the node is moved from source to target panel, you have to remove the selected element from source node. Or just remove those entries from the source internal table and bind this internal table to the source node again.