cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Forms displaying returned tables

Former Member
0 Kudos

can anyone help me display returned tables in adobe

interactive forms

i have an 2 adobe interactive forms, one for input

the other for output on 2 different views

the input form takes a few parameters, calls the

back end RFC and the

output form displays okay, but i just get the last

row from the table

i've tried binding 1 of the output table parameters to a drop down box and subform,the drop down box displays

one of the return parameters but will not drop down

whenever i include a subform i get a java error on

the output form with no display

i know there are several rows returned from testing the rfc inside abap workbench

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dennis,

To display table in Adobe forms.

Follow these steps :

1. Insert one sub furm.

2. make its type to flow content and flow direction to Table in object property.

3. Insert another subform in above sub form and makes its type to flow content and flow direction to Table row.

4.In binding tab for this subform check the checkbox for "Repeat subform for each Data Item" and in min count you can specify at a time how much rows you want to display.

5. Now place your UI Elements for Data view into this sub form.

6. format these ui elements as you required.

Run application now u can see multiple rows in adobe forms, if you have multiple elements in your table node.

Let me know the status.

Regards,

Bhavik

Answers (1)

Answers (1)

Former Member
0 Kudos

Bhavik -

thank you very much!!!

problem solved by your directions