‎2008 Feb 03 1:13 AM
Hi All,
I am working on ALV report. In that I am displying 20 columns. I am taking the first column for selecting row.
Suppose I have field1, 2 ,3 etc.
when i click on any field it will display the field description popup. It is working fine.After that in that popup, when i cancel it, the cursor is still on the selected field. I need the cursor to goto first column. Can anybody please help me out in this?
Thanks,
Ravi
‎2008 Feb 03 5:17 AM
Hi,
Use the following syntax,
SET CURSOR FIELD <fname>.
Thanks,
Bhanu
Edited by: Bhanu P on Feb 3, 2008 6:17 AM
‎2008 Feb 04 6:43 AM
use set_focus method...
CALL METHOD cl_gui_control=>set_focus EXPORTING control = l_grid.
Regards,
Anil.