D&D Behavior for Special Rows/Cells 
Purpose
You can use this process to define a Drag & Drop behavior for special rows or cells of the grid control. Each row or cell can have its own Drag & Drop behavior.
Process Flow
DATA: BEGIN OF GT_OUTTAB OCCURS 0.
INCLUDE STRUCTURE <DDIC-Struktur>.
DATA: CT TYPE LVC_T_DRDR. "Table for d&d cell behaviour
DATA: END OF GT_OUTTAB.

You can also subsequently pass the layout structure with the Drag & Drop behavior using method
Example
The following graphic shows an output table where cells b1 and c 1 have different Drag & Drop behaviors and the entire second row has the same Drag & Drop behavior as cell c 1:
