cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Table Rows

Former Member
0 Kudos

Hi All,

I'm trying to create a form which needs to have a Dynamic table. I have certain input fields and when data is populated in them and a button is clicked, the Table should be added with a row of the data from the input fields.

My table is specified as below:


Body page---> Flow content top to bottom
  |-Tablesub1 subform ---> Flow content Table
     |-Tablesub2 subform ---> Flow content Table Row
                              Repeat subform for each Data Item
       |-Field1
       |-Field2
       |-Field3
       |-Field4

And the fields in the Table are to be filled on the click of a button dynamically.

Please point me in the right direction of achieving this.

Thanks in advance,

Jr.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Add Button in the Layout and write the logic in the Script editor in the Adobe LiveCycle Designer.

You have to use the following method in the logic to add a new row to the table.

You have good documentation in Adobe LiveCycle Designer for adding a new row.

InstanceManager.addInstance()

Please let us know if you are not clear yet.

Thanks,

Ramakrishna

Former Member
0 Kudos

Hi Ramakrishna,

Thanks for your reply.

I however have to bind these Dynamic rows to a BAPI context in order to create an application document in R/3. Now, i'm unable to specify how to collect this dynamic rows data to the BAPI. Have you come across any such scenario or do you have any links for such documentation.

Thanks again,

Jr.