cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic table in Online Interactive form

Former Member
0 Kudos

Hi,

Scenario:

I am doing an Online Interactive form scenario in WebDynpro for Java. In the form, i will be having a dynamic table(the number of rows will grow and shrink, with the help of ADD and DELETE ROW buttons). Initially, that table will have only one empty row.

Imp: The fields in the table are bound to the data source node, whose cardinality is 1..n. (I want the data enetered in the table in Interactive form, to be updated in the WebDynpro context also).

Problem: After deploying the application,

I fill the first row, click ADD button. A new empty row is created. No problem here.

I fill the second row. Then, when I click the ADD button, a new row is created, but with the values in second row.

Even if i create 10 new rows, the values are repeating in all those rows. If I change the value in a row, it reflects in all rows(except first row).

Note: If the table fields are not bound to any data source node, then I dont have the above mentioned problem.

Thanks,

Prabhakar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,Prabhakar

In the note 1090464 It says that this is a limitation of the Subform Instance Controls(the same in table ui element).

It looks like currently the only workaround is to build in advance empty nodes but then it limits the number of rows in your table.

Regards,

Michael

Former Member
0 Kudos

Hi Michael,

Thanks for your reply.

Sorry, SAP note with the number 1090464 could not be found.

Can you please, check the number?

Thanks,

Prabhakar.

Former Member
0 Kudos

Hi,Prabhakar

This is the right number.

Give me your mail,I will send you this note

in pdf format.

Regards,

Michael

Former Member
0 Kudos

Hi Michael,

Here is my mail id : tkprabhakaran@gmail.com .

Thanks,

Prabhakar

Former Member
0 Kudos

Hi Michael,

I got your mail.Thanks for your help.

Prabhakar.

Answers (0)