Application Development 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: 

REUSE_ALV_GRID_DISPLAY_LVC & Drag&Drop

Former Member
0 Kudos

Hi all.

I have a grid displayed by a reuse alv and I need to drag a cell contenent and drop it into another cell.

I've seen a Drag&Drop reference in the layout but I was unable to find a manual about.

Can you help me?

P.S.: sorry for my poor english...

Edited by: Abap noob on May 8, 2009 2:16 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check this program: BALVSD02_GRID you can easily understand and it is serving your requirement.

Thanks

Satyasuresh

4 REPLIES 4

Former Member
0 Kudos

Check this program: BALVSD02_GRID you can easily understand and it is serving your requirement.

Thanks

Satyasuresh

Former Member
0 Kudos

Hi

Check with the program BCALV_TREE_DND_MULTIPLE

for more details go to SE38, enter BCALV_DND_* and press F4 ....you will get examples of the Drag and Drop.

Thanks!!

Edited by: Prasanth Maddela on May 8, 2009 6:46 PM

0 Kudos

Thanks but that's not what I'm looking for...I need to drag&drop a single cell, not a colum or row.

Anyway...how can I get the value displayed by a selected cell?

Like CL_ALV_CHANGED_DATA_PROTOCOL->GET_CELL_VALUE.

0 Kudos

Up.