Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic Web Dynpro

0 Likes
702

In my application I need to capture a set of data for every day for as many days as needed, based on information already entered. In other words I do not know how many days I need to capture data for until runtime.

I need to be able to dynamically repeat the same set of data input elements for each day.

Any suggestions would be greatly appreciated.

1 ACCEPTED SOLUTION
Read only

0 Likes
677

I found an answer to my immediate problem here

Thank you.

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
677

Hi,

it's possible to generate web dynpro on the fly. You should be able to find some articles or documentation here on SDN. But why don't you use a table? You can use parameter visibleRowCount to avoid paging and disable adding/removing lines from the table. It would be easier than dynamic generation of view elements and binding them.

BTW there is a separate forum dedicated to WebDynpro for ABAP. You would have better chance to get answers for your questions there.

Cheers

Read only

0 Likes
677

Thank you, Martin for your response.

I will move my question to the WebDynpro forum.

But before I do that, the reason I am not using a table is that there are more than one entry per day and I think the table would end up being redundant and confusing to the end user. If you have a suggestion on how to tackle that it would be appreciated.

Again thank you.

Read only

0 Likes
678

I found an answer to my immediate problem here

Thank you.