Anfang des Inhaltsbereichs

Objektdokumentation OBJ_FLAVOR_REQUESTED  Dokument im Navigationsbaum lokalisieren

Definition

OBJ_FLAVOR_REQUESTED is an event in the interface IF_EVT_DRAGDROP. It is sent by the proxy containing the target object.

Use

The drag & drop service triggers this event if the drag object(s) and the drop object have more than one flavor in common. The appropriate handler routine in the application must then choose which flavor is to be used.

Structure

It has the following parameters:

The parameter PROXY_OBJECT_DATA identifies the target object by means of a proxy-specific class (for the GFW an instance of the class CL_GFW_OBJECT).

The parameter DRAG_DROP_OBJECT contains a reference to an instance of CL_DRAGDROPOBJECT – the so-called Drag & Drop object. The Drag & Drop object contains the data to be exchanged.

The parameter FLAVORS contains a list of possible flavors.