cancel
Showing results for 
Search instead for 
Did you mean: 

"Table in Table" in PDF Form

Former Member
0 Kudos

Hi all,

in my webdynpro view's content is two-level structure. Under top node is another non-singleton node and within this node another non-singleton node. I would like to display such structured information in PDF Form. I have created Subform (flow content, table) and in this subform another subform (flow content, table row) so I can display information on 1st level. But I have no idea how to display 2nd level. I have tried to create subform in table row subform but I cannot set properties of this subform to flow content and table.

Can somebode help me with this issue?

Thanks,

Zdenek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Zdenek,

You make your main subform as Flow Content.

Say you have OrderDataNode and OrderItemNode.

Then you create a subform with for Order Data and create the elements. One of the element in this will be OrderItem Subform.

Now define the OrderItem Subform as Flow Content, Table and Table Row.

Make the OrderData Subform as Position Content and Check the box for "Repeat subform for Each Data Item".

This should work as you want.

Let me know if you have any problems.

Regards,

Shubham

Former Member
0 Kudos

Hi Shubham,

great, it seems to work!

Thank you very much.

Regards,

Zdenek

Former Member
0 Kudos

Hi,

I'm having great difficulties in accomplishing the task you have done successfully (?)

I'm trying to display a set orders grouped by date. My ctx is 2-levels, both non-singleton.

The first level will display distinct dates and the next level will display the orders for the individual dates. I tried the approach you were given, but the flow isn't correct. The elements for the dategroup subform are displayed "statically" in the same repeated position regardless of the number underlying orders. It's really annoying.

Do you have any tips?

Answers (0)