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: 

Drag&Drop within a tree

Former Member
0 Kudos

Hello,

I´m looking for an example to realise drag&drop within a tree-object.

thank you!

6 REPLIES 6

alejandro_lpez
Contributor
0 Kudos

Hi,

Look at transaction DWDM. Drag and Drop Example.

Regards,

Alejandro.

0 Kudos

I already done this to solve the special problem but there is only an example for realise tree->tree ( 2 different objects ).

I want to move nodes( realise with d&d ) inside one tree-object!

Is this possible?

0 Kudos

Hi ,

It is possible...please check the program <b>BCALV_TREE_DND</b>.

Moving nodes within a hierarchy tree.

Hope this wiil help you.

Thanks & Regards,

Srilatha.

0 Kudos

very fine... it works!

many thanks for all answers

former_member181962
Active Contributor
0 Kudos

Refer the demo: RSDEMO_DRAG_DROP_EDIT_TREE.

Regards,

ravi

Former Member
0 Kudos

Hi Tobias,

Check these codes.

CFW_WORKSHOP_DRAGDROP*

RSDEMO_DRAG_DROP_TREE_MULTI

Hope this helps