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

Focus problem with F4 Help [ Editable ALV Grid with OOPS]

naresh_vvsr
Associate
Associate
0 Likes
693

Hello Experts,

I have attached a F4 help which comes from DDIC structure mapped to Grid Feild Catalouge and also set the property F4 available in Field catalouge setting.

Now i get a F4 help, but when i choose the values, the value gets updated into the very first row cell. Because the Focus is shifted to the first row.

Any idea how keep the focus of the current row intact on pressing  F4.

Step 1

Step 2

If chose Document 10000065907 from the F4 help list, its gets updated in the first row, instead it should get updated in the row 7, where i used the F4.

Regards,

Naresh

1 ACCEPTED SOLUTION
Read only

fredericbasilius
Participant
0 Likes
532

Hi Naresh,

Please use any of the get methods to get the current cell

GET_SELECTED_CELLS

GET_SELECTED_CELLS_ID

GET_SELECTED_COLUMNS

and set the current cell using the any of the following method.

SET_SELECTED_CELLS

SET_SELECTED_CELLS_ID

SET_SELECTED_COLUMNS.

Regards,

FB

1 REPLY 1
Read only

fredericbasilius
Participant
0 Likes
533

Hi Naresh,

Please use any of the get methods to get the current cell

GET_SELECTED_CELLS

GET_SELECTED_CELLS_ID

GET_SELECTED_COLUMNS

and set the current cell using the any of the following method.

SET_SELECTED_CELLS

SET_SELECTED_CELLS_ID

SET_SELECTED_COLUMNS.

Regards,

FB