cancel
Showing results for 
Search instead for 
Did you mean: 

WD for ABAP: Drag and Drop: How can I copy an icon by Drag and Drop

Former Member
0 Kudos

Hi,

I want to copy an icon (DragSource) to a button (DropTarget) by Drag and Drop.

How can I realize this act?

Barbara

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

First, what release are you on. Drag and drop is only available in WDA as of NetWeaver 7.0 EnhP1.

Here is the online help for Drag and Drop:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a5/bf47414eca430794189fbb5919cc2f/frameset.htm

Here is a video that demonstrates Drag and Drop in WDA 7.01:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0760510-a2d5-2b10-de9f-d8976796...

If you study these materials you will see that you can't actually copy the icon via Drag and Drop. The Drag and Drop will only trigger a server side event in which you have the opportunity to manipulate the context. So on the drop operation you would change the iconSource bound to the button.

Former Member
0 Kudos

I'm on release NetWeaver 7.0 EnhP1.

Thanks for your answer.

Barbara