Entering content frame

Object documentation OBJ_DROP_COMPLETED Locate the document in its SAP Library structure

Definition

OBJ_DROP_COMPLETED is an event in the interface IF_EVT_DRAGDROP. This event is sent by the proxy of the source object(s).

Use

The application's handler method can use information in the event parameters to complete any closing operations. In particular, the application has to adjust its data in connection with a move operation (deleting the source object and its data).

Structure

This event has the following parameters:

The parameter PROXY_OBJ_DATA_LIST identifies the source object(s). It contains a list of proxy-specific objects.

The parameter DRAG_DROP_OBJECT contains a reference to an instance of CL_DRAGDROPOBJECT.

Leaving content frame