cancel
Showing results for 
Search instead for 
Did you mean: 

AutoComplete in InputFields

Former Member
0 Kudos

Hello Guys

So we have a small form in a web dynpro ABAP component where the user writes data based on DataBase Tables Records.

We want to implement something similar to google auto-complete/list of suggestions while hes typing (checking similar records in the database tables).

While doing this on simple HTML / JS would be easy , i have no ideia how to do it in Web Dynpro.

Can any experts give me a suggestion?

Is there a way to Track "onKeyUp" event in Web dynpro ABAP input fields?

is there any way to use Javascript in this example using Web Dynpro ABAP only?

Thanks for the Help

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In NetWeaver 7.02 this is feature provided by the Web Dynpro Framework. It is called suggest values. Before that release level, however, it isn't really possible to do yourself without extensive modifications to the WD Framework and rendering. There is no access to the client events via the framework nor can you inject your own custom JavaScript in Web Dynpro.

Answers (0)