2005 Jul 28 9:59 AM
Hi,
In a report I enabled drag & drop. It works fine. Whatever row/column I drag the event is picked up. The handle is given in the layout structure of the ALV (GS_LAYALV-S_DRAGDROP-ROW_DDID = HANDLE_ALV).
I want to limit drag & drop to a specific column. According to my info you have to fill the field dragdropid of the fieldcat (lvc_s_fcat) with the handle. I did that but now drag & drop does not function anymore.
Anyone there who knoes the steps to make d&d work for only a specific column within an ALV or has some clues to point me in the right direction.
Bert
2005 Jul 28 10:29 AM
Hi,
Check this link.
http://sap.ittoolbox.com/code/d.asp?d=2703&a=s
This is an Example of two ALV Grid controls with drag and drop functionality between them. The user can drag any line from either ALV Grid and drop it to the other.