cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Multi Pane creation

Former Member
0 Kudos

Hi,

I am designing a Webdynpro view to create meeting requests and it should have following functionality:

Users enters the number of recurrences needed (say n). Now he needs to manually add the dates of the follow up meetings in a form.

I need this form to be displayed 'n' number of times. I tried with table but there is a threat for redundancy.

I came across Multi pane UI. Please suggest how to use it dynamically in this case.

Regards,

Dhivya

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Check this article : Usage of Multipane in WDA

Also this one: Working with Multipane UI

Hope this helps u.,

Regards,

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you for your insightful answers. However, if a detailed documentation on dynamic programming with respect to multipane were provided, it would be the deal breaker

Regards,

Dhivya

amy_king
Active Contributor
0 Kudos

Hi Dhivya,

Take a look at the demo component WDR_TEST_EVENTS view MULTI_PANE in your system to see a MultiPane in operation. When your user specifies the value of N, you could update the dataSource that is bound to your MultiPane so that it contains N elements.

The MultiPane documentation may also be helpful to you. You may also be interested in RowRepeater.

Cheers,

Amy