Start of Content Area

Background documentation DropTarget Events  Locate the document in its SAP Library structure

Events in View Designer

      onDrop

Action executed when the user drags a UI element onto this DropTarget. Event parameters DATA, MIME_TYPE und TAGS come from the DragSourceInfo, and refer to the UI element that is dragged onto an DropTarget.

Parameter Name

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

DATA

STRING

Textual representation of data transported to DropTarget.

DATA is the value of the DragSourceInfo.data property of the UI element that was dropped onto the DropTarget.

MIME_TYPE

STRING

Type of resource.

Note that this property is not currently used; it is intended for future developments.

TAGS

STRING

Flavors

 

 

End of Content Area