Skip to Content
0
Former Member
Apr 19, 2010 at 04:25 AM

Generating Dynamic UI from XML structure

44 Views

Hi All,

I have a requirement in which I need to select an entry in the first view and based on this, the second view would come come. But there are 30 different values that can be selected and each of them will have a different set of UI elements in the second screen. So if I go for normal static UI creation, then I need to create 30 odd views which is something we do not want.

The second option is to dynamically generate the UI elements in wdDoModify() method. But for 30 different conditions to check all the time will lead to performance issue.

So we are thinking if there is a way for webdynpro to dynamically read an XML structure that defines attributes and generates a layout for us dynamically.

Please provide your inputs on this. Also kindly suggest any other better ways for the solution.

Thanks and Regards,

Sayan Ghosh