Skip to Content
0
Former Member
Jul 20, 2007 at 04:07 AM

Can I modify View elements in init method?

51 Views

Hi All.

My requirement is that initially the view is empty.

It will embed components (with their views) dynamically at runtime reading from a custom table.

So I have to insert VIEWCONTAINERUI element in the wddoinit() method, and then place the components in theose view container elements.

I know how to insert view container ui elements dynamically in the wddomodify() method.

But, how, and, can I do it in the wddoinit method?

How to get a reference to the IF_WD_VIEW ?

Your advice is highly appreciated.

Thanks.