cancel
Showing results for 
Search instead for 
Did you mean: 

Table control - cell focus

Former Member
0 Kudos

Hi,

I'm trying to move the focus of a row after entering the data in first row.

I'm using GET_LEAD_SELECTION_INDEX, move_next to set the focus.

But when I move the selection to next row i need to set focus for a 2nd cell.

How can i do it???

Thanks,

Suba

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suba,

You can use the Request_focus method of interface if_wd_view_controller.

Based on the attribute it will highlight the particular field.

Thanks.