Entering content frameBackground documentationDrag & Drop With the ALV Grid Control Locate the document in its SAP Library structure

The ALV Grid Control allows you to use the Drag & Drop control. For this control, you must first define a Drag & Drop behavior and then use a handle to set this behavior for elements of the controls concerned. The Drag & Drop control then uses the handles to decide which operations the user may perform and modifies the mouse pointer when the mouse is clicked.

To associate actions with the Drag & Drop behavior set, the ALV Grid Control provides events OnDrag , OnDrop , OnDropComplete and OnDropGetFlavor .

This section describes how to link the handles for the Drag & Drop behavior with elements of the ALV Grid Control. The Structure link Control Framework documentation covers Structure link Drag & Drop programming ( Structure link Process Flow of a Drag & Drop Operation, Structure link Drag & Drop Events).

Examples

Development class SLIS contains demo reports for Drag & Drop operations with the ALV Grid Control:

 

 

 

 

 

 

 

Leaving content frame