cancel
Showing results for 
Search instead for 
Did you mean: 

How to focus controls in web dynpro

Former Member
0 Kudos

Hello everyone

I am wondering how I can focus on controls. I am making a page which only works with thw keyborad (not the mouse) So after pressing enter on an input field, it should focus to the next field and so on until the last one whic triggers an action.

Thanks for your help.

Regards.

Gino

Accepted Solutions (1)

Accepted Solutions (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Gino,

Your posting in wrong forum.

There is no built-in way to get current focus.

However, you can track focus yourself up to certain extent. Like validate the inputfield if empty setfocus on it.

So it is possible even it's quite complex.

See this thread:

You can also search in webdynpro forum

Regards, Suresh

Answers (0)