Entering content frameSyntax documentation onDrop Locate the document in its SAP Library structure

The meaning of this event is explained in Structure link Drag & Drop Events of the Control Framework documentation. For information on passing the handle of the Drag&Drop behavior, see Drag & Drop With the ALV Grid Control.

Note

This event can be named differently for other controls.

Event parameter

Meaning

E_ROW
Type LVC_S_ROW

(obsolete)

ES_ROW_NO
Type LVC_S_ROID

Structure with the index of the row dropped

E_COLUMN
Type LVC_S_COL

Structure with the index of the column dropped

E_DRAGDROPOBJ
Type Ref To CL_DRAGDROPOBJECT

Drag&Drop object that can be used to pass an application-specific data object. The attributes also contain information on the user action (copy or move) and the flavor associated with that action.

 

 

 

 

 

 

 

 

 

Leaving content frame