Hello everybody...
I made a View with some fields. When I runned it, one of the fields ( the Currency one, who is a InputField ) was showed like a "Filter field" or something like that...
It has a place to put the code and other to put the description where a I can filter the informations existents in the database!
The other fields are normal...
My customer liked the idea and answered me if I can do that filter to another fields...
Is it possible? What is the name of that control?
Thanks
If I understand you correctly, you are using an IWDInputField.
Depending on the type of the context attribute to which the "value" property of the input field is bound, Web Dynpro automatically provides support for entering values.
For example, if an input field is bound to a date attribute, you get a date picker, if it is bound against an attribute of a DDIC type with a value set, you get a value help popup...
There are several tutorials on the different types of value help available in SDN.
Armin
Add a comment