Application Development and Automation 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: 
Read only

Drag&Drop within a tree

Former Member
0 Likes
905

Hello,

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

thank you!

Hello,

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

thank you!

6 REPLIES 6
Read only

alejandro_lpez
Contributor
0 Likes
845

Hi,

Look at transaction DWDM. Drag and Drop Example.

Regards,

Alejandro.

Read only

0 Likes
845

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?

Read only

0 Likes
845

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.

Read only

0 Likes
845

very fine... it works!

many thanks for all answers

Read only

Former Member
0 Likes
845

Refer the demo: RSDEMO_DRAG_DROP_EDIT_TREE.

Regards,

ravi

Read only

Former Member
0 Likes
845

Hi Tobias,

Check these codes.

CFW_WORKSHOP_DRAGDROP*

RSDEMO_DRAG_DROP_TREE_MULTI

Hope this helps