Drag and Drop with Table Views 
The SAP Table View control implements several standard drag and drop scenarios. The drag and drop behavior is defined through the DragDrop property of the Table View object.
Standard drag and drop may be disabled, only dragging may be enabled, only dropping may be enabled or both drag and drop is enabled. Standard drag-and-drop operations are always performed using CF_TEXT format. Standard drag-and-drop operations within one control support move and copy operations; drag and drop between two controls supports only copy operations as default implementation.
The data transport scenarios mentioned also work across process boundaries.
If the default drag and drop implementation is not sufficient, you can implement event handlers for the
DropEnter, Drop, DragSourceFill and DragComplete events to fulfill more complicated requirements.