2009 Mar 19 8:30 PM
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
2009 Mar 20 5:13 AM
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
2009 Mar 19 8:41 PM
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
2009 Mar 20 5:13 AM
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
2009 Mar 20 7:18 AM
2009 Mar 22 6:42 PM
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.