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.

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