cancel
Showing results for 
Search instead for 
Did you mean: 

Set focus on a table cell

Former Member
0 Kudos

I'm using a Table element and performing validations on certain fields. If the validation is successful, then I want the cursor focused on the next elemnet of the table row. How can I set the focus on any particular cell of a row in the table UI element?

Thanks,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186491
Contributor
0 Kudos

Hi Ramesh Mohan,

Please go through the following post, that may serve your purpose --

You could use the method REQUEST_FOCUS_ON_VIEW_ELEM of if_wd_view.

Thanks.

Kumar Saurav.

Former Member
0 Kudos

Thanks . I'll try this.