Hi,
I am developing a web-dynpro app which uses value help.
For a drop down ui element, I have created a simple data type in the local dictionary and the application works fine.
I have a question, how would the admin maintain the values. For example what if the value description needed to be changed or a new entry to be added to the description. These kind of changes needed to be facilitated without touching the application code and has to be done by the admin.
Can you also point me to some docs which talks about reading data from an external file within a web-dynpro application?
Thanks very much for your time.
Regards,
Munish.
It does not matter which kind of value selector you use (simple dropdown, evs, ovs, custom...). The key is to modify the data at runtime which is displayed.
For dropdowns this can be done via the IModifiableSimpleValueSet interface (search the IDE help for more on this topic).
Regards
Bruno
go thro' this link. and search for EVS
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/web dynpro tutorial and sample applications.faq
Add a comment