‎2010 Feb 01 6:35 PM
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.
‎2010 Feb 02 3:07 PM
‎2010 Feb 02 12:40 AM
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
‎2010 Feb 02 2:48 PM
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.
‎2010 Feb 02 3:07 PM