‎2009 Mar 05 6:51 AM
Hi,
is it possible that positioning the cursor from anywhere on the screen to a cell in alv grid?
‎2009 Mar 05 6:56 AM
Hi,
Yes you can do it using OOPs concept
CALL METHOD cl_gui_control=>set_focus
And in exporting you can pass the grid name.
Hope this helps you.
Regards,
Tarun
‎2009 Mar 05 6:54 AM
‎2009 Mar 05 6:56 AM
Hi,
Yes you can do it using OOPs concept
CALL METHOD cl_gui_control=>set_focus
And in exporting you can pass the grid name.
Hope this helps you.
Regards,
Tarun
‎2009 Mar 05 7:03 AM
‎2009 Mar 05 7:06 AM