2009 Jun 08 6:23 AM
HI ,
I have tabstrip control which consists of 3 tabs and each tab conatians ALV -cl_gui_alv_grid .
Drag and drop function is working for only for alv of second tab for the remaining tabs drag drop funciton not working al thought i implemented same code , when i am draging for parameter alv no event is getting triggred and if i drag for condtion alv event is getting triggred .
why is it behaving like this ?
handle_drag_parameter
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_parameter
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drag_condition
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_condition
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_column
e_dragdropobj,
HI ,
I have tabstrip control which consists of 3 tabs and each tab conatians ALV -cl_gui_alv_grid .
Drag and drop function is working for only for alv of second tab for the remaining tabs drag drop funciton not working al thought i implemented same code , when i am draging for parameter alv no event is getting triggred and if i drag for condtion alv event is getting triggred .
why is it behaving like this ?
handle_drag_parameter
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_parameter
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drag_condition
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_condition
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_column
e_dragdropobj,
2009 Jun 08 6:28 AM
Hello Naga
There are at least two places where you need to check your coding:
(1) SET HANDLER: Have you activated all required event handler method for the right grid instance?
(2) Have you created and assigned the right flavours for Drag&Drop?
Regards
Uwe
2009 Jun 08 6:51 AM
Thank u i have done mistake at flavour ....thanks a lot for your timely reply
2009 Jun 08 6:41 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |