Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Drag and drop between two object oriented grid ALV

Former Member
0 Likes
1,710

Hello,

I am using two alv to display two different reports in the same screen. I need to drag and drop a field from one ALV to another in order to do some processing.

Thanks in advance for your help

Hello,

I am using two alv to display two different reports in the same screen. I need to drag and drop a field from one ALV to another in order to do some processing.

Thanks in advance for your help

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
945

just define the cl_dragdrop objects as attributes for both grid controls, a container for the data to be dragged and the handlers for ongetflavor and ondrag event. set the flavor_select, drag, drop, drop_complete handlers.

Regards,

Clemens

Read only

Former Member
0 Likes
945

The demo program BCALV_TEST_GRID_DRAG_DROP might be useful.