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 with CL_SALV_TREE

0 Kudos
493

Hi gurus,

Is there any way to implement drag & drop funcionality into an ALV tree with the new object model (CL_SALV_TREE).

Regards.

Juan Esteban

1 ACCEPTED SOLUTION

Former Member
0 Kudos
255

Hi,

try using class CL_GUI_ALV_TREE,

pls refer to the link

Link:{ /people/david.lees/blog/2009/01/16/abap-controls-trees-and-editable-alv-with-drag-drop )]

i don;t think this is possible in CL_SALV_TREE...

best of luck

regards

ravi

4 REPLIES 4

naimesh_patel
Active Contributor
0 Kudos
255

I guess we don't have drag and drop in SALV model yet.

You may have some workarounds like: [Power of ABAP Objects: Overcome the Restrictions of SALV Model|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12187] [original link is broken] [original link is broken] [original link is broken];

Regards,

Naimesh Patel

Former Member
0 Kudos
256

Hi,

try using class CL_GUI_ALV_TREE,

pls refer to the link

Link:{ /people/david.lees/blog/2009/01/16/abap-controls-trees-and-editable-alv-with-drag-drop )]

i don;t think this is possible in CL_SALV_TREE...

best of luck

regards

ravi

Former Member
0 Kudos
255

Please refer to the example programs SALV*

0 Kudos
255

Well, I could not find a way to implement drag & drop with CL_SALV_TREE class, it only works with old alv tree model (CL_GUI_ALV_TREE).

Neverthless, Naimesh´s blog is very helpful if you want to implement other funcionalities with new ALV object model different of Drag & Drop events.

thanks for your replies.