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

cursor position

Former Member
0 Likes
514

Hi,

is it possible that positioning the cursor from anywhere on the screen to a cell in alv grid?

1 ACCEPTED SOLUTION
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
485

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

4 REPLIES 4
Read only

Former Member
0 Likes
485

hi

chk this

hope this helps

regards

Aakash Banga

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
486

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

Read only

Former Member
0 Likes
485

Thanks Tarun, your suggestion solved the problem.

Read only

Former Member
0 Likes
485

Hi,

can you brief your question?