cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically adding rows to the table in the adobe interactive form.

Former Member
0 Kudos

Hi,

My scenario is that, i will get the details of a person through text input and on clicking "OK" button, the details which i collected should be entered into the table on the adobe form dynamically.In submitting another set of data,it has to enter into next row of the table.On clicking "Finish" all the rows in the table on the adobe form should be entered into the SAP table internally......

Help plz........ Thanks a lot in advance.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

to make things easy, if possible, i would have a fixed number of rows in the table - whether it's 10 or 50.

Then, after every input and click on "OK", you can store the index of the line in some variable. Increment that by 1 to enter data on the next line.

otherwise, you can dynamically add rows to your table by following these steps

Former Member
0 Kudos

Hi robert,

Thanks for the reply.I am working in WD ABAP. And i need a way to make the data input from the UI fields to be populated onto the UI table in the same form.

Ur idea of making use of statict table length will surely suit me.

Can u provide me with some step by step procedures to be done along with the code .........

Thanks a lot....

I have sent you the screen shot of my scenario....

Plz do sent me any material or links that help me.....

Thanks ....

Answers (0)